I'm running into configuraiton issues with the 2.3GA versions of Hibernate, annotation, and entity manager under the latest glassfish release. Windows XP SP2.
Should the jars for the above three products be sufficient or are there in fact dependecies on various pieces of JBoss code such as Javassit, ArchiveBrowser, etc. If the latter, is there any doc on what jar I need if I am not trying to run under JBoss AS?
the latest error is this:
java.lang.NoClassDefFoundError: javassist/bytecode/ClassFile
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:608)
at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:341)
at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:126)
at com.sun.enterprise.server.PersistenceUnitLoaderImpl.load(PersistenceUnitLoaderImpl.java:195)
at com.sun.enterprise.server.PersistenceUnitLoaderImpl.load(PersistenceUnitLoaderImpl.java:91)
at com.sun.enterprise.server.AbstractLoader.loadPersistenceUnits(AbstractLoader.java:849)
at com.sun.enterprise.server.EJBModuleLoader.load(EJBModuleLoader.java:152)
at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:219)
|