On Oct 4, 2005, at 6:03 AM, Marco Mistroni wrote:
hello all,
i am trying to use openejb to test my application.....
i downloaded version 1.0-2005092 and build my app with maven..
unfortunately i got the followign exception
Hi Marco,
Is that 1.0-20050929 or 1.0-20050920 ?
validate:
[java] Exception in thread "main" java.lang.NoSuchMethodError:
org.exolab.ca<http://org.exolab.ca>
stor.xml.MarshalException.getException()Ljava/lang/Throwable;
[java] at org.openejb.alt.config.Unmarshaller.unmarshalObject
(Unmarshal
ler.java:178)
[java] at org.openejb.alt.config.Unmarshaller.unmarshalFromJar
(Unmarsha
ller.java:109)
[java] at org.openejb.alt.config.Unmarshaller.unmarshal
(Unmarshaller.ja
va:90)
[java] at org.openejb.alt.config.Unmarshaller.unmarshal
(Unmarshaller.ja
va:82)
[java] at org.openejb.alt.config.EjbJarUtils.readEjbJar
(EjbJarUtils.jav
[...]
below is the generated (from xdoclet) ejb-jar.xml and openejb-
jar.xml, but
i guess
problem is in with castor......
which version do i need to include? i am currently using 0.9.3 (as per
ejb-test-example),
do i have to use 0.9.9?
Ah yes, we are going to need to update those.... Also, we will
definitely have to make a note of this in the changelog of the next
release.
As Jeremy suggests, updating your project.xml from castor 0.9.3 to
0.9.9 should do the trick.
Definitely let us know if there are any other upgrade steps you had
to take so we can make sure and get them written down in the docs.
-David