> -----Original Message----- > From: KnutIvar [mailto:[email protected]] > Sent: Thursday, November 12, 2009 7:19 AM > To: [email protected] > Subject: Problem deploying CXF project (war) to Weblogic 10.1 > > > Hi! > > I have a rather large web-app that I've migrated from Xfire to CXF. > Everything runs nicely on Tomcat, but when I'm deploying to Weblogic, > the > typical classloader issues come into play ... > Yes; prefer-web-inf = true. > > Using CXF version 2.2.4 > Dependency to > > <groupId>xerces</groupId> > <artifactId>xercesImpl</artifactId> > <version>2.9.1</version>
I would try removing this dependency in the WAR, and perhaps xalan also. > <groupId>xalan</groupId> > <artifactId>xalan</artifactId> > <version>2.7.1</version>
