Yup - That is the problem. Geronimo 2.1.2 does not include JDOM so you will either need to include the JDOM jar in your app - Or - install the jar file into the Geronimo repository and include a dependency to it in your deployment descriptor.
Jay Rodrigo Baeza O wrote: > Hi Jay, > the version 2.1.2, > > 2008/10/28 Jay McHugh <[EMAIL PROTECTED]> > >> Hello Rodrigo, >> >> What version of Geronimo are you using? >> >> JDOM is no longer included (since 2.1.0) so if you need to use JDOM, >> then you will either need to include it in your application or install >> it into the repository. >> >> Also, remember to include a dependency to it in your deployment descriptor. >> >> Hope that helps, >> >> Jay >> >> On Mon, Oct 27, 2008 at 3:10 PM, Rodrigo Baeza O <[EMAIL PROTECTED]> >> wrote: >>> Hello, >>> I have a problem when using JDOM in a draft EJB, I have an EJB that >>> returns a Document which is a sort of package JDOM, use JDOM 1.1 >>> help. Thank you >>> >>> 17:08:34,484 ERROR [Deployer] Deployment failed due to >>> java.lang.NoClassDefFoundError: org/jdom/Content >>> at java.lang.Class.getDeclaredMethods0(Native Method) >>> at java.lang.Class.privateGetDeclaredMethods(Class.java:2395) >>> at java.lang.Class.getDeclaredMethods(Class.java:1763) >>> at org.apache.xbean.finder.ClassFinder.<init>(ClassFinder.java:162) >>> at org.apache.xbean.finder.ClassFinder.<init>(ClassFinder.java:144) >>> at >>> >> org.apache.openejb.config.AnnotationDeployer$ProcessAnnotatedBeans.deploy(AnnotationDeployer.java:654) >>> at >>> >> org.apache.openejb.config.AnnotationDeployer$ProcessAnnotatedBeans.deploy(AnnotationDeployer.java:489) >>> at >>> >> org.apache.openejb.config.AnnotationDeployer.deploy(AnnotationDeployer.java:169) >>> -- >>> Saludos >>> Rodrigo Baeza O. >>> > > >
