Hello,

I am trying to deploy simple openJPA application to WAS 7 and get the
following error message:

[3/11/10 14:39:45:663 CET] 0000001e UOWManagerImp <  runUnderNewUOW Exit
                                 java.lang.NoClassDefFoundError:
org/apache/openjpa/util/IntId
        at
org.springframework.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:137)
        at
org.springframework.transaction.jta.WebSphereUowTransactionManager$UOWActionAdapter.run(WebSphereUowTransactionManager.java:306)
        at 
com.ibm.ws.uow.UOWManagerImpl.runUnderNewUOW(UOWManagerImpl.java:1066)
        at com.ibm.ws.uow.UOWManagerImpl.runUnderUOW(UOWManagerImpl.java:627)
        at
org.springframework.transaction.jta.WebSphereUowTransactionManager.execute(WebSphereUowTransactionManager.java:252)
        at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:123)
        at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at $Proxy45.findAll(Unknown Source)
        at quickstart.action.PersonAction.execute(PersonAction.java:22)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:600) 


Does anyone has any idea what may cause this error?
-- 
View this message in context: 
http://n2.nabble.com/java-lang-NoClassDefFoundError-org-apache-openjpa-util-IntId-tp4715982p4715982.html
Sent from the OpenJPA Developers mailing list archive at Nabble.com.

Reply via email to