On 3/2/07, Ron Piterman <[EMAIL PROTECTED]> wrote:
Hi all, I have an EAR project, which includes an EJB project as module, say Foo. Foo is dependant on Bar, and bar is included in the EAR, but not in the root directory of the EAR instead in the /lib directory.
It does not matter where it's located except if you're using JavaEE5. If it's a standard library, it should be defined in the manifest of your ejb-jar and it will be located in the root directory unless you overwrite the defaults. Do you have defined the defaultJarBundleDir parameter? This results in a class-not-found exception when deploying in jboss.
Did I forget anything or do I really have to specify any dependency in the EAR explicitly to deploy to the EAR/lib ?
It's an EAR thing. Just make sure that Bar is defined somewhere. HTH, Stéphane Cheers,
Ron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
