Not sure it's the best list to ask cause it sounds like Spring configuration issue.
Spring has some abstraction on top of the transaction manager that makes it able to handle different containers. At the moment, looks like it's still configured to lookup the Websphere Transaction manager whereas you are running on TomEE. So by just changing the application context to lookup a TomEE Transaction manager should make it work. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Jan 7, 2015 at 5:13 AM, krish_j2ee <krishnavarma...@gmail.com> wrote: > SEVERE: Exception sending context initialized event to listener instance of > class org.springframework.web.context.ContextLoaderListener > java.lang.NoClassDefFoundError: com/ibm/wsspi/uow/UOWActionException > at java.lang.Class.getDeclaredConstructors0(Native Method) > at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) > at java.lang.Class.getDeclaredConstructors(Unknown Source) > at > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:228) > at > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:930) > at > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:903) > at > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485) > at > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) > at > > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) > at > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) > at > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) > at > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) > at > > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) > at > > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) > at > > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) > at > > org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) > at > > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) > at > > org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) > at > > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797) > at > > org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291) > at > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) > at > > org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) > at > > org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) > at java.util.concurrent.FutureTask.run(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > Source) > at java.lang.Thread.run(Unknown Source) > Caused by: java.lang.ClassNotFoundException: > com.ibm.wsspi.uow.UOWActionException > > Using Apache TomEE 1.5.2.Please help me to get rif of this exception. > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Getting-an-exception-with-the-WebSphereUowTransactionManager-transaction-manager-tp4673336.html > Sent from the TomEE Users mailing list archive at Nabble.com. >