Hi,
I guess this is something that should be recorded as a Jira since if
the code generator listed jibx as an option the jibx jars need to be
in the distribution.
In the meanwhile please try the following and see whether it works.

1. copy the jar files to the
<eclipse.dir>/plugins/Axis2_Codegen_Wizard_1.2.1/lib directory

2. Update the plugin.xml file

   I. find the following entries
      ......
      <library name="Axis2CodegenWizard.jar">
        <export name="*"/>
     </library>
     <library name="lib/activation-1.1.jar">
        <export name="*"/>
     </library>
     ......
    These should be inside the runtime element.

  II. Add jibx jar entries similar to this

     <library name="lib/axis2-jibx.jar">
        <export name="*"/>
     </library>
   .....

3. Restart eclipse.

HTH
Ajith

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to