[ https://issues.apache.org/jira/browse/AXIS2-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524454 ]
David RodrÃguez Alfayate commented on AXIS2-3165: ------------------------------------------------- I was trying with the -uw option, I've disabled it and the code generated is correct. So I suppose that perhaps could be a bug with this option. On the other hand, talking about handling primitive fields null values in ADB... In my opinion (and it's just an opinion) using the MIN_VALUE... is not a real good solution, taking into an account that in Java exists the primitive and the non primitive (Object) type, and that the second one is nilable, perhaps it could be better to convert the input data not to the primitive type but to the object type. Thanks a lot for your help, David. > 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 > Attachments: ProxiaServices2.wsdl > > > 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]