Re: CXF Service deployment on Websphere 6.1.0.29

2011-09-29 Thread indra_a...@yahoo.com
Hello Yann, Thank you. Yes, I am planning not to use Websphere 6.1 feature pack and use CXF 2.4 instead. Is it possible for you to provide a working pom.xml so that I can ensure that all dependent jars are copied in WEB-INF/lib. Regards Indranil -- View this message in context:

Re: CXF Service deployment on Websphere 6.1.0.29

2011-09-28 Thread indra_a...@yahoo.com
Dear Srinivas, Did you find an answer to this problem? I faced a similar bean initialization issue. The problem is that I am not able to figure out the source of the problem as my bean depends on initialization of reference beans. Or, is it a problem with Websphere 6.1? Our app works with

Re: CXF Service deployment on Websphere 6.1.0.29

2011-09-28 Thread srinivas thallapalli
Hi Indranil, Yes it is problem with Websphere 6, you may need to install featurepack for your websphere to support JAX-WS webservices. Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Service-deployment-on-Websphere-6-1-0-29-tp4462184p4849035.html Sent from the

Re: CXF Service deployment on Websphere 6.1.0.29

2011-09-28 Thread yann Blazart
No : You can use CXF 2.4 with websphere 6 without feature pack. But you need to set the classload to Parent_Last and add some dependencies with cxf 2.4.2 dependency groupIdjavax.xml.ws/groupId artifactIdjaxws-api/artifactId version2.2.5/version