• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring3 + JPA 2 + JBoss 6

 
Ranch Hand
Posts: 188
Hibernate Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

i am getting exception like

my persistance.xml is

my core-config.xml

in web.xml i have
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like a JBoss problem with their Virtual File System. Moving this to the JBoss forum


Caused by: java.lang.RuntimeException: Archive browser cannot handle protocol: vfs:/D:/workspace/iccnew/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_6.x_Runtime_Server1319109010104/deploy/debraj.war/WEB-INF/lib/debraj-domain.jar/


Good Luck

Mark
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Caused by: java.lang.RuntimeException: Archive browser cannot handle protocol: vfs:/D:/workspace/iccnew/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_6.x_Runtime_Server1319109010104/deploy/debraj.war/WEB-INF/lib/debraj-domain.jar/
at org.jboss.util.file.ArchiveBrowser.getBrowser(ArchiveBrowser.java:63) [:2.2.17.GA]
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:626) [:]
... 141 more


Which Hibernate version do you use? I thought this was fixed in some recent version of Hibernate.
 
debraj mallick
Ranch Hand
Posts: 188
Hibernate Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Jaikiran Pai,
i am user hibernate 3.6.0.Final

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic