On 11/29/06, David Blevins <[EMAIL PROTECTED]> wrote:
FYI, I just published new snapshots for you as I'm not sure how old
the existing snapshots were.

Thank David, btw, I'm trying to work with the trunk right now but I
have some test errors in container/core (see a stack at the end of the
mail)

I think the error might be quite significant, since I tried to build
openejb without tests (-Dmaven.test.skip=true), it builds correctly,
but the example helloworld-stateful-pojo does not run anymore
(apparently some method signatures are changed).

--
Filippo

org.apache.maven.surefire.booter.SurefireExecutionException:
org.apache.openejb. SomeoneBrokeSurefireAndThisIsADirtyHackForItTest;
nested exception is java.lang. NoSuchMethodError:
org.apache.openejb.core.CoreDeploymentInfo.getAuthorizedRoles
(Ljava/lang/reflect/Method;)[Ljava/lang/String;; nested exception is
org.apache. maven.surefire.testset.TestSetFailedException:
org.apache.openejb.SomeoneBrokeSu refireAndThisIsADirtyHackForItTest;
nested exception is java.lang.NoSuchMethodEr ror:
org.apache.openejb.core.CoreDeploymentInfo.getAuthorizedRoles(Ljava/lang/re
flect/Method;)[Ljava/lang/String;
org.apache.maven.surefire.testset.TestSetFailedException:
org.apache.openejb.Som eoneBrokeSurefireAndThisIsADirtyHackForItTest;
nested exception is java.lang.NoS uchMethodError:
org.apache.openejb.core.CoreDeploymentInfo.getAuthorizedRoles(Lj
ava/lang/reflect/Method;)[Ljava/lang/String;
java.lang.NoSuchMethodError:
org.apache.openejb.core.CoreDeploymentInfo.getAutho
rizedRoles(Ljava/lang/reflect/Method;)[Ljava/lang/String;
       at org.apache.openejb.core.stateless.StatelessContainer.invoke(Stateless
Container.java:99)
       at org.apache.openejb.core.ivm.EjbHomeProxyHandler.create(EjbHomeProxyHa
ndler.java:193)
       at org.apache.openejb.core.ivm.EjbHomeProxyHandler._invoke(EjbHomeProxyH
andler.java:105)
       at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHa
ndler.java:185)
       at org.apache.openejb.util.proxy.Jdk13InvocationHandler.invoke(Jdk13Invo
cationHandler.java:48)
       at $Proxy40.create(Unknown Source)
       at org.apache.openejb.test.DerbyTestDatabase.start(DerbyTestDatabase.jav
a:124)
       at org.apache.openejb.test.TestManager.start(TestManager.java:71)
       at org.apache.openejb.iTest.setUp(iTest.java:50)
       at org.apache.openejb.test.TestSuite.run(TestSuite.java:40)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.jav
a:210)
       at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes
tSet(AbstractDirectoryTestSuite.java:135)
       at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
stractDirectoryTestSuite.java:160)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:81)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
refireBooter.java:182)
       at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
ava:743)

Reply via email to