JAXBSource can't be used as Source from a JAX-WS Provider interface
-------------------------------------------------------------------

                 Key: CXF-2007
                 URL: https://issues.apache.org/jira/browse/CXF-2007
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.1.3
         Environment: MacOS 10.5, Java 5, Jetty 7
            Reporter: Valerio Angelini


I'm using CXF through the JAX-WS Provider interface. I set the  
parametric parameter of the interface to javax.xml.transform.Source.

All works well if I return from the method "invoke" an object of type  
DOMSource, but when I return a JAXBSource object
I receive an error.

A simple test case can be found at the URL: 
http://zeus.pin.unifi.it/angelini/cxf-test.tar.bz2

It can be simply run with a command like: mvn jetty:run

WSDL can be accessed through: http://localhost:9090/test-cxf/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to