Re: ClientProxy issue in Websphere 7

2012-04-09 Thread dilipmd
This issue got resolved after using JaxWsProxyFactoryBean component. Earlier, I was using generated class (from WSDL2Java tool) for generating proxy and it was failing in Websphere AS. Now with this, for creating JAX-WS proxies, slight modification as given below was done:

Please update/resolve any JIRA issues.....

2012-04-09 Thread Daniel Kulp
Could everyone that's been working on various JIRA issues for CXF 2.6.0 and 2.5.3 please update the status of the items. I'd like to start working on the release notes and such and that needs to be up to date. Thanks! -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend

Re: svn commit: r1310449 - /cxf/branches/2.5.x-fixes/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.java

2012-04-09 Thread Daniel Kulp
On Monday, April 09, 2012 02:17:03 PM Glen Mazza wrote: Are star-imports kosher? Normally no. But this is in the src/main/generated stuff which contains code that is generated from an external tool. (where, at the time, there wasn't a maven plugin for, not sure if there is now) No point in

Re: jaxrs and minimal bundles for 2.6.0?

2012-04-09 Thread Sergey Beryozkin
Hi Dan On 29/03/12 22:16, Sergey Beryozkin wrote: Hi Dan On 29/03/12 22:06, Daniel Kulp wrote: OK. I'll drop the minimal bundle but keep the jaxrs. That works for me. :-) Thanks, I'll also play with the minimal osgi demo in the next few days and see how it works without the jaxrs bundle.