Yes, i am able to generate xmlbeans code (with services.xml stuff as well!) generated code works exactly like the ant task output.
Am using Eclipse 3.1 -- dims On 1/10/06, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: > dims > > were u able to generete code using xmlbean by Eclipse plug-in ? > if so we should be able to fix that for IDEA as well. > > Thanks, > Deepal > ................................................................ > ~Future is Open~ > > ----- Original Message ----- > From: "Davanum Srinivas" <[EMAIL PROTECTED]> > To: "Axis developer list" <[email protected]> > Sent: Tuesday, January 10, 2006 10:41 PM > Subject: [Axis2] XmlBeans code generation from Eclipse > > > Ajith, > > Thanks for walking me thru the Eclipse setup. Forunately(?) i don't > see the xmlbeans problem or maybe i don't know what to look for. I was > able apply the following diff and the generated code looks fine to me. > FYI, i was using latest Eclipse. > > Index: src/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java > =================================================================== > --- src/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java > (revision 367635) > +++ src/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java > (working copy) > @@ -373,6 +373,7 @@ > private void fillDatabinderCombo() > { > > + databindingTypeCombo.add(DATA_BINDING_XMLBEANS); > databindingTypeCombo.add(DATA_BINDING_ADB); > databindingTypeCombo.add(DATA_BINDING_NONE); > > Index: src/org/apache/axis2/tool/codegen/eclipse/util/UIConstants.java > =================================================================== > --- src/org/apache/axis2/tool/codegen/eclipse/util/UIConstants.java > (revision 367635) > +++ src/org/apache/axis2/tool/codegen/eclipse/util/UIConstants.java > (working copy) > @@ -22,6 +22,7 @@ > > public static final String DATA_BINDING_NONE = "none" ; > public static final String DATA_BINDING_ADB = "adb" ; > + public static final String DATA_BINDING_XMLBEANS = "xmlbeans" ; > > thanks, > dims > > -- > Davanum Srinivas : http://wso2.com/blogs/ > > > -- Davanum Srinivas : http://wso2.com/blogs/
