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: 
http://cxf.547215.n5.nabble.com/CXF-Service-deployment-on-Websphere-6-1-0-29-tp4462184p4851724.html
Sent from the cxf-user mailing list archive at Nabble.com.


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

 
javax.xml.ws
jaxws-api
2.2.5


com.sun.xml.messaging.saaj
saaj-impl
1.3.3


com.sun.xml.parsers
jaxp-ri
1.4.2




2011/9/28 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 cxf-user mailing list archive at Nabble.com.
>


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 cxf-user mailing list archive at Nabble.com.


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 Websphere
7.x.

Any help will be appreciated.

Regards
Indranil

--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-Service-deployment-on-Websphere-6-1-0-29-tp4462184p4848628.html
Sent from the cxf-user mailing list archive at Nabble.com.