Re: Problem using CXF

2011-05-26 Thread Freeman Fang
Hi, Seems you're using cxf in OSGi container, right? If so, could you elaborate what's OSGi container you're using and how you use cxf in it? The LinkageError should come from you load jaxb api from different classloader, or there's two copys of jaxb api in your OSGi container. Generally when

Re: Problem using CXF

2011-05-26 Thread fradj zayen
Hi sonia, generally the java.lang.LinkageError occurs when you use different version of JVM. for example if you are using jdk1.6 for the compilation and you run run you your application using 1.5, this error may occur 2011/5/26 sonia ayadi > > Hi, > > > > When I > generate the code Java fr

Problem using CXF

2011-05-26 Thread sonia ayadi
Hi, When I generate the code Java from a WSDL I had an ERROR using CXF : java.lang.IllegalArgumentException: An operation with name [{http://BounceWS/}AssignEpop] already exists in this service I solved this problem by commenting one of method with the same name in the WSDL file :

Problem using CXF with Spring 2.5 and aspectj-autoproxy

2009-05-04 Thread Karthik Abram
Hello, I posted this to the user mailing list but I want to post this here as well for your input. I have CXF 2.2.1 based web services using Spring 2.5.6 and would like to use @Aspect driven aspects. To enable this, I added the tag to my configuration. Well, this severely brok