Can I see your war pom.xml to see how you excluded everything?
On 10/11/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
I generally only allow my JARs to be placed in my EAR lib to reduce the overall size of my EAR and eliminate duplication of code (I'm using Oracle OAS 10.1.2 right now). But you'll need to check your container's documentation and perhaps the J2EE Specs to see what works for you. Currently this requires me to declare and then simultaneously exclude most every dependency in my WAR pom, and also declare them in the EAR. So not a lot of fun from a "managing your poms" perspective. Wayne On 10/11/06, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have many LIB's that are in both my war and my ear. Is this correct or > should they just be in the ear? > > -- > > Thanks > > DJ MICK > http://www.djmick.com > http://www.myspace.com/mickknutson > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson
