Somebody correct me if I'm wrong, but I don't think CXF requires geronimo-javamail or any other geronimo component... it requires a component that satisfies the particular standard that the JAR provides - from your application server.
For example, in the javamail case... I use the latest javamail download from Sun on the Tomcat server I use with Eclipse (since it does not come with javamail), while I use the server-supplied javamail on jBoss. Works great. b. -----Original Message----- From: tremechus [mailto:[email protected]] Sent: Tuesday, July 14, 2009 5:11 PM To: [email protected] Subject: Re: How Do I Determine What Jars I Need tremechus wrote: > > Out of curiosity, why does CXF require geronimo-javamail ? > Oops, just found this post: http://www.nabble.com/client-apache-cxf-2.2-jar-dependencies-td22738609.html#a22738609 (man, I need to work on figuring out the right search phrases _before_ posting, not after :P) You might want to update the WHICH_JARS and the maven dependencies to not require it -- View this message in context: http://www.nabble.com/How-Do-I-Determine-What-Jars-I-Need-tp24292212p24488690.html Sent from the cxf-user mailing list archive at Nabble.com.
