[ https://issues.apache.org/activemq/browse/CAMEL-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57707#action_57707 ]
Claus Ibsen edited comment on CAMEL-2396 at 2/19/10 4:43 PM: ------------------------------------------------------------- Christian I think we got a problem when you import {code} +import javax.jws.WebMethod; {code} in the camel-core. As camel-core must only depend on JDK1.5 + commons logging + commons-management (only 1 interface does that) + JAXB (if running 1.5 as its default in 1.6) + activation (if running 1.5 as its default in 1.6) It appears as javax.jws.WebMethod is part of some JEE spec. was (Author: davsclaus): Christian I think we got a problem when you import {code} +import javax.jws.WebMethod; {code} in the camel-core. As camel-core must only depend on JDK1.5 + commons logging + commons-management (only 1 interface does that). It appears as javax.jws.WebMethod is part of some JEE spec. > Add a DataFormat for handling JAXB data inside SOAP > --------------------------------------------------- > > Key: CAMEL-2396 > URL: https://issues.apache.org/activemq/browse/CAMEL-2396 > Project: Apache Camel > Issue Type: New Feature > Components: camel-jaxb > Reporter: Christian Schneider > Assignee: Willem Jiang > Fix For: 2.3.0 > > Attachments: camel-soap-2010-02-07.patch, > camel-soap-2010-02-08.patch, camel-soap-2010-02-19.patch, > camel-soap-no-classresolver-2010-02-09.patch > > > Currently a user who wants to implement or call webservices needs to use one > of the heavy weight frameworks (CXF or Axis) even for simple cases. > So we should have a SoapJaxbDataFormat that simply allows to add or remove > the Soap Envelope and Body around one data element that is then processed > using JAXB. The Data format should only handle the case of doc/lit services. > The stub code can be generated using the cxf WSDL2Java or Codegen maven > plugin but there should be no runtime dependency on CXF or Axis. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.