Accessing to unexistant get() method from MessageReceiver when using xmlbeans 
databinding
-----------------------------------------------------------------------------------------

                 Key: AXIS2-3165
                 URL: https://issues.apache.org/jira/browse/AXIS2-3165
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: JDK 1.4
            Reporter: David Rodríguez Alfayate
            Priority: Blocker


I'm using XMLBeans generation from WSDL, when the message receiver access the 
skeleton the content response is 
processed as:

wrappedType.get().<<real_method_name>>.

The generated method name is not "get()" but get<<CLASS_NAME>>, so it fails to 
compile.

I think that i cannot use ADB since I need to know if primitive fields are null 
or not, and I haven't seen any mechanism in order to verifiy this nullity with 
this mechanism.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to