Just an update, ran into a problem with SAAJ so I had to make it so the Sun SAAJ jars weren't being bundled with the war, and I added them to a shared library along with the Sun jaxp-ri jar (as Sun's saaj implementation directly references the Sun jaxp-ri classes)
Here's what my shared lib now looks like: /apps/WebSphere/AppServer/sharedLib/saaj-api-1.3.jar /apps/WebSphere/AppServer/sharedLib/saaj-impl-1.3.2.jar /apps/WebSphere/AppServer/sharedLib/jaxp-ri-1.4.2.jar /apps/WebSphere/AppServer/sharedLib/wsdl4j-1.6.2.jar Craig. On Fri, Oct 30, 2009 at 7:06 AM, easternwahoo <[email protected]> wrote: > > We do not have the web services feature pack installed. > > > > oakridge wrote: >> >> Those of you who have fixed this issue, do you have the web services >> feature pack installed? >> >> Thanks. >> > > -- > View this message in context: > http://old.nabble.com/CXF-and-WAS-6.1%28.0.19%29-tp26028639p26128961.html > Sent from the cxf-user mailing list archive at Nabble.com. > > -- Craig Tataryn site: http://www.basementcoders.com/ podcast:http://feeds.feedburner.com/TheBasementCoders irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin twitter: craiger
