Re: CXF client and WAS 7 issue classcast exception

2011-04-15 Thread nick
My code and exception is almost identical as yours. I am trying to create client using CXF(2.2.10) client front end in WAS 7.0. The code works just fine in WAS 6.1. Client client = ClientProxy.getClient(soapPort) HTTPConduit http = (HTTPConduit) client.getConduit(); I have same exceptio

[jira] [Updated] (CXF-3387) Provide JAX-RS resource for users be able to download log files via browsers

2011-04-15 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-3387: - Fix Version/s: (was: NeedMoreInfo) > Provide JAX-RS resource for users be able to download log files vi

[jira] [Updated] (CXF-2759) OpenAuth support for CXF

2011-04-15 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-2759: - Fix Version/s: (was: NeedMoreInfo) > OpenAuth support for CXF > > >

[jira] [Resolved] (CXF-3377) NPE in creating client after upgrading from 2.3.2 to 2.3.3

2011-04-15 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-3377. -- Resolution: Cannot Reproduce Fix Version/s: (was: NeedMoreInfo) Invalid Ma

Re: CXF client and WAS 7 issue classcast exception

2011-04-15 Thread Daniel Kulp
My suggestion when using CXF in J2EE app servers would be to NOT use the generated Service class to create the proxy and instead use the JaxWsProxyFactoryBean.It's really not hard to use and would pretty much make sure that CXF is completely picked up instead of whatever the App server de

AW: CXF client and WAS 7 issue classcast exception

2011-04-15 Thread Oliver Wulff
Do you use fix pack 7 of websphere 7? It's important to have child first configured and to disable the ibm jaxws engine. http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/twbs_thirdparty.html Oliver