This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: Newbie: Verification of Enterprise Beans failedstrunker Dec 28, 2005 3:09 PM (in response to strunker)No idea? 
- 
        2. Re: Newbie: Verification of Enterprise Beans failedthe-gtm Dec 29, 2005 1:44 AM (in response to strunker)Your jdom.jar library must be declared in your application.xml, not in in the manifest. <module> <java>jdom.jar</java> </module> 
- 
        3. Re: Newbie: Verification of Enterprise Beans failedstrunker Dec 29, 2005 10:38 AM (in response to strunker)"the-gtm" wrote: 
 Your jdom.jar library must be declared in your application.xml, not in in the manifest.<module> <java>jdom.jar</java> </module> 
 Thanks for your answer. I tried that, but it didn't work. I get the same error message. Do you have another idea what's going wrong?
- 
        4. Re: Newbie: Verification of Enterprise Beans failedthe-gtm Dec 29, 2005 11:03 AM (in response to strunker)I *think* you also need to include the xerces.jar supplied with jdom in your app's classpath. 
 Have you tried to run your app outside of Jboss, with only jdom.jar on the classpath ?
- 
        5. Re: Newbie: Verification of Enterprise Beans failedstrunker Dec 30, 2005 3:25 PM (in response to strunker)Thanks very much. It works now. 
 
    