when i run openmeetings through eclipse ( latest code downloaded from
svn & deployed in tomcat 6 ) i got the following error

SEVERE: Servlet.service() for servlet rtmpt threw exception
java.lang.NoClassDefFoundError: javax/persistence/EntityListeners
        at
org.hibernate.cfg.annotations.reflection.JPAMetadataProvider.getDefaults(JPAMetadataProvider.java:
96)
        at
org.hibernate.annotations.common.reflection.java.JavaReflectionManager.getDefaults(JavaReflectionManager.java:
226)
        at
org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:
1355)
        at
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:
1826)
        at
org.openmeetings.app.hibernate.utils.HibernateUtil.getSessionFactory(HibernateUtil.java:
78)
        at
org.openmeetings.app.hibernate.utils.HibernateUtil.createSession(HibernateUtil.java:
35)
        at
org.openmeetings.app.data.basic.Configurationmanagement.getConfKey(Configurationmanagement.java:
50)
        at
org.openmeetings.app.remote.red5.ScopeApplicationAdapter.getCryptKey(ScopeApplicationAdapter.java:
3191)

i fixed it by copying hibernate-jpa-2.0-api-1.0.0.Final.jar into
WebContent/WEB-INF/lib folder

This error doesn't occur after building the application which doesn't
require the above jar

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to