Just ran the plugin and got the same error (I've attached the error message screen). This is the same error we got earlier. My eclipse version (used to build the plugin as well) is 3.0.2
Ajith
On 1/11/06, Ajith Ranabahu <[EMAIL PROTECTED]> wrote:
Hi Dims,
Xmlbeans had a schema parsing problem (Which I figured to be a DOM problem at the end but with no resolution) during the last attempt to integrate XMLBeans. After a long session of consultations (and trial and error) we gave it up.
I will do the change in my code and let you know the status. We'll have to check this ia bit just to make sure though!--On 1/10/06, Davanum Srinivas < [EMAIL PROTECTED]> wrote: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/
Ajith Ranabahu
--
Ajith Ranabahu
<<attachment: eclipse-screen-shot.JPG>>
