Lloyd Davies on 29/07/05 12:28, wrote:
My company have recently migrated their java projects from Ant to Maven.
It's has all gone pretty smoothly until now.
We have a number of components, including ears, ejb-jars, jars etc. 2 of my
ears contain the same ejb jar file. I would like to deploy both of these
ears to the same instance of JBoss but I can't because the jndi names for
the EJBs inside the common ejb-jar files are the same and therefore clash on
deployment.
Can anyone tell me how I can handle this without breaking Maven's best
practices and making the 2 copies of the ejb-jar file different?
Can you seperate out that EJB into its own EAR?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]