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 "Lahiru Sandakith (JIRA)" <ji...@apache.org> on 2007/06/26 11:24:25 UTC

[jira] Commented: (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:comment-tabpanel#action_12508117 ] 

Lahiru Sandakith commented on AXIS2-2058:
-----------------------------------------

The steps you followed is correct, if you could provide the full stack trace that will me more helpful. 
One thing is that of you could try is shutdown eclipse and remove the caching stuff under the ECLIPSE_HOME/.metadata/.plugin as named the Axis2 Codegen plugin and then insert the new plugin fire eclipse up. In that way you ll be able to removing the eclipse framework comparing the cached stuff. 

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