How to setup Eclipse to load jaxws frontend plugin?

2008-07-07 Thread Ramnarine, Michael
I'm setting up to look into CXF-1678: wsdl2java does not generate impl stubs when only logical wsdl is present But when I try to run org.apache.cxf.tools.wsdlto.WSDLToJava in Eclipse it can't find the jaxws frontend plugin I did a mvn -Psetup.eclipse, and loaded the projects into an Eclipse wo

RE: cxf-bundle.jar needs META-INF in the Export-Package list to make extensions.xml available in OSGi

2008-06-10 Thread Ramnarine, Michael
I've logged CXF-1643 to track this problem. https://issues.apache.org/jira/browse/CXF-1643 Currently, we are adding a copy of extensions.xml to our own application bundles, to workaround this issue, but obviously this is a rather poor and limited workaround. -Mike -Original Message- Fro

cxf-bundle.jar needs META-INF in the Export-Package list to make extensions.xml available in OSGi

2008-06-09 Thread Ramnarine, Michael
A small change to cxf-bundle.jar is needed, to make extensions.xml available, when this is used in OSGi. Would someone add META-INF to the Export-Package list, in distribution/bundle/pom.xml? The syntax is probably the same as META-INF.cxf, so '=META-INF'. We haven't moved to CXF 2.1 yet, so we

RE: svn commit: r652141 - in /cxf/branches/2.0.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/bus/spring/TunedDocumentLoader.java rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBDataBindin

2008-05-01 Thread Ramnarine, Michael
Thanks Dan, I'll give it a try whenever 2.0.7-SNAPSHOT is available. No rush. -Mike > -Original Message- > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 01, 2008 10:59 AM > To: dev@cxf.apache.org > Cc: Ramnarine, Michael; Dushin, Fred; Soltysik,

RE: svn commit: r652141 - in /cxf/branches/2.0.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/bus/spring/TunedDocumentLoader.java rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBDataBindin

2008-05-01 Thread Ramnarine, Michael
Hi Dan, What apache cxf version would we use in maven to pick up the ObjectFactory cache change to JAXBDataBinding.java? I just tried 2.0.6-SNAPSHOT but the Tandoori tests still fail with Marshalling errors due to a missing ServiceNameType that should be in the JAXBContext. -Mike > -Original