I have a simple (hopefully) EJB question, but I couldnt find an answer on the website:
I have a project that has two subprojects A & B. Subproject A contains a message driven bean. Subproject B contains a utility library. Subproject A has a dependency on B since it uses that utility library. B has packaging of jar A has packaging of ejb How would I deploy this to an application server? If I do it now using the jboss:harddeploy of A, it will deploy the A-1.0.jar, but it will fail when running because B is not in the classpath (as expected). So, the question becomes 1) should B be packaged as part of A? 2) should B and A be packaged together in a third subproject called C that produces an ear? 3) some other option? Thanks Duane Homick Sandvine Incorporated --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
