The com/ibm/ejs/* classes are the ibm generated classes that you get when you generate the ejb classes from within WSAD. Unless you actually store those generated files within your scm they won't be available. Maven doesn't know how to generate them. I ended up storing the generated ejb files in our scm. You could also look at the WebSphere plugin to see if that will work for you. When comparing the two ears, check closely to make sure the actual com/ibm/ejs/* classes are actually included in the Maven generated ear.
- Tom -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 4:35 AM To: [EMAIL PROTECTED] Subject: Maven generated EAR :java.lang.NoClassDefFoundError: com/ibm/ejs/container/EJSWrapperBase I'm getting one of those , when I try to install the Maven generated ear on my appserver.If I generate the ear using WSAD i do not get the same error and the application runs smoothly. I've compared the Class-Path: entry in my ejb projects MANIFEST.MF files for the maven generated ear and the WSAD one , and they all look the same. Any ideas? Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us immediately (by clicking "Reply") and delete this e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ============================================================================== This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system. ============================================================================== The St. Paul Travelers e-mail system made this annotation on 10/15/2004, 09:35:54 AM. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]