Use JAXB in order to dynamically create / populate wsdl:types/xsd:schema 
section for complex types.
---------------------------------------------------------------------------------------------------

                 Key: QPID-1577
                 URL: https://issues.apache.org/jira/browse/QPID-1577
             Project: Qpid
          Issue Type: Sub-task
          Components: Java Management : QMan
    Affects Versions: M5
         Environment: J2SE 1.5 or higher
            Reporter: Andrea Gazzarini
            Assignee: Andrea Gazzarini
            Priority: Minor
             Fix For: M5


When a new object instance is created on Qpid side, QMan receives content 
indication message about that.
On its side this is what happens:

- JMX core creates and register a new MBean for that instance; 
- WSDM Adapter creates a WS resource including WSDL and the corresponding 
capability.

If the incoming object instance has some complex property (i.e. Map or UUID) 
the WSDLBuilder, which is the component responsible to build wsdl for the 
resource, uses hard-coded statements in order to define schema section of wsdl.

Improvement should made in order to do that using automatic schema generation 
feature of JAXB API.

-- 
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