JiBX databinding doesn't work with eclipse code generator plugin
----------------------------------------------------------------

                 Key: AXIS2-2058
                 URL: https://issues.apache.org/jira/browse/AXIS2-2058
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.1.1
         Environment: Windows XP Proffesional SP2, Java 1.5, Eclipse 3.2.1
            Reporter: Jorge Fernández
            Priority: Minor


These are the steps I followed:

1 - Uncomment the line "databindingTypeCombo.add(DATA_BINDING_JIBX);" from 
method
"private void fillDatabinderCombo() ;" in class 
org.apache.axis2.tool.codegen.eclipse.ui.OptionsPage.
2 - Compile the source code modified with eclipse IDE (as a standar Java 
Project). Also tried with Ant 1.6.5 with the version 1.2.0 of the plugin (Axis2 
1.1).
3 - Put the new classes generated into Axis2CodegenWizard.jar. (The size 
changed from 77 to 98 KB)
4 - Add following lines to plugin.xml

      <library name="lib/axis2-jibx-1.1.1.jar">
         <export name="*"/>
      </library>
      <library name="lib/jibx-bind-1.1.3.jar">
         <export name="*"/>
      </library>
      <library name="lib/jibx-run-1.1.3.jar">
         <export name="*"/>
      </library>

5 - Copy files  axis2-jibx-1.1.1.jar, jibx-bind-1.1.3.jar and 
jibx-run-1.1.3.jar to plugin's lib directory
And the problem was that when I tried to code generate with JiBX I got the 
following Error:

an error occurred while completing process -java.lang.InterruptedException:
java.lang.RuntimeException: JiBX framework jars not in classpath

-- 
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