You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jorge Fernández (JIRA)" <ji...@apache.org> on 2007/09/24 18:02:51 UTC

[jira] Resolved: (AXIS2-2058) JiBX databinding doesn't work with eclipse code generator plugin

     [ https://issues.apache.org/jira/browse/AXIS2-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jorge Fernández resolved AXIS2-2058.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

> 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
>            Assignee: Lahiru Sandakith
>            Priority: Minor
>             Fix For: 1.3
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org