Anyone else seeing this test failure trace in the tomcat module? I think I
have up to date tomcat external and tomcat plugin...
maybe we have to work harder to avoid allowing tomcat to try to look for
annotations?
thanks
david jencks
<testcase time="5.491" classname="org.apache.geronimo.tomcat.ContainerTest"
name="testWebServiceHandler">
<error message="Invalid frame type found while parsing stack map table: -1"
type="org.apache.tomcat.util.bcel.classfile.ClassFormatException">org.apache.tomcat.util.bcel.classfile.ClassFormatException:
Invalid frame type found while parsing stack map table: -1
at
org.apache.tomcat.util.bcel.classfile.StackMapTableEntry.<init>(StackMapTableEntry.java:91)
at
org.apache.tomcat.util.bcel.classfile.StackMapTable.<init>(StackMapTable.java:72)
at
org.apache.tomcat.util.bcel.classfile.Attribute.readAttribute(Attribute.java:182)
at
org.apache.tomcat.util.bcel.classfile.ClassParser.readAttributes(ClassParser.java:177)
at
org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:131)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:1836)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1725)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1684)
at
org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1670)
at
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1253)
at
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:890)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:310)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:89)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4666)
at
org.apache.geronimo.tomcat.TomcatEJBWebServiceContext.startInternal(TomcatEJBWebServiceContext.java:66)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:139)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:783)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:763)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:616)
at
org.apache.geronimo.tomcat.TomcatContainer.addWebService(TomcatContainer.java:388)
at
org.apache.geronimo.tomcat.ContainerTest.testWebServiceHandler(ContainerTest.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)