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/