Hi, Do you have a sample showing it? Le 26 juin 2013 13:16, "jakma" <kristina.mathei...@jadeva.de> a écrit :
> Hi Romain, > i have the same Problem as mentioned above. I use apache-tomee-plus-1.5.2 > and try to deploy a WAR, following Error (first) occures: > > Jun 26, 2013 11:49:15 AM org.apache.tomee.catalina.TomcatWebAppBuilder > startInternal > SEVERE: Unable to deploy collapsed ear in war > StandardEngine[Catalina].StandardHost[localhost].StandardContext[/TestEAR] > org.apache.openejb.OpenEJBException: Unable to load servlet class: > de.test.ear: de.test.ear > at > > org.apache.openejb.config.AnnotationDeployer$ProcessAnnotatedBeans.deploy(AnnotationDeployer.java:1983) > at > > org.apache.openejb.config.AnnotationDeployer$ProcessAnnotatedBeans.deploy(AnnotationDeployer.java:1750) > at > > org.apache.openejb.config.AnnotationDeployer.deploy(AnnotationDeployer.java:344) > at > > org.apache.openejb.config.ConfigurationFactory$Chain.deploy(ConfigurationFactory.java:379) > at > > org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:884) > at > > org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1111) > at > > org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1033) > at > > org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:124) > at > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) > at > > org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) > at > > org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5179) > at > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) > at > > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) > at > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633) > at > > org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1114) > at > > org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1673) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:722) > Caused by: java.lang.ClassNotFoundException: de.test.ear > at > org.apache.openejb.core.TempClassLoader.loadClass(TempClassLoader.java:140) > at > org.apache.openejb.core.TempClassLoader.loadClass(TempClassLoader.java:73) > at > > org.apache.openejb.config.AnnotationDeployer$ProcessAnnotatedBeans.deploy(AnnotationDeployer.java:1976) > ... 22 more > > > When i have the TomEE in Eclipse as a Tomcat 7, it works without any > errors. > But when I use TomEE outside of Eclipse, ill get a long Errorlist: Log > (Pastebin) <http://pastebin.com/3yeVpPTP> Its ca. Line 160-280. > > I do not see, how you solved the Problem here, it should be fixed in 1.5.2 > - > but I am working with this version. I also tried a Snapshot from 1.6.0, but > same issue. > > Thanks in advance, > Tina > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Tomee-Openejb-can-t-seem-to-find-jsp-precompiled-servlet-class-tp4660481p4663942.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >