Hi Lahiru:

I don't know if it's normal but I've just realized that when I built the plugin 
after uncommenting the databinding jibx and built again the jar file, its size 
went from 76 kb to 98 kb. I think I'm doing something wrong but I don't know 
what.

Thanks:

   Jorge

Lahiru Sandakith <[EMAIL PROTECTED]> escribió: Hi, 
we have experienced random behavior, when we  codegen using jibx. 
As you say, if you have uncommented the databinding jibx, copy the libs, make 
the changes in the plugins.xml and build the plugin after that replace the 
existing plugin at eclipse plugins directory, it should work.  

If the eclipse workspace had inconsistencies because of the plugin change that 
you did manually you can try deleting the codegen plugin dir located at 
<ECLIPSE_WORKSPACE>/.metadata/plugins/ but this is equivalent to eclipse 
restart. 

Thanks 

Lahiru Sandakith

On 1/27/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:Hi: 

I'd already done what you've suggested and it didn't work. 
I've added the axis2-jibx, jibx-run and jibx-bind to the 
/plugins/Axis2_Codegen_Wizard_1.2.1/lib directory and then added this entries 
to the /plugins/Axis2_Codegen_Wizard_1.2.1/plugin.xml:

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


but the problem is the same. Thankyou anyway for trying.
Anyone else can help  me??
Thankyou

Ajith Ranabahu <[EMAIL PROTECTED]> escribió:  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
/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] 


[EMAIL PROTECTED]  escribió:
  Hi there!

I'm new to this whole thing of axis2 and I would be grateful if someone could 
help me with this: 

I would like to use the eclipse code generator plugin for generating code using 
jibx databinding. I watched out in the source code that comes with the plugin 
and I found that the option is available in the databinding combo box, but was 
disabled and I  uncommented it. Then, when I used that option I got a message: 

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

I tried copying the jars files axis2-jibx, jibx-run and jibx-bind from the 
axis2 lib directory and put into the plugin lib directory and even taking the 
class files from the axis2-jibx and updating the axis2-1.1.jar  file from the 
plugin lib directory with those classes but the problem was still the same. 

Could anyone help me, please?

Thank you in advance
    

---------------------------------

 LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
 http://es.voice.yahoo.com     

---------------------------------

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
 http://es.voice.yahoo.com 





-- 
Regards
Lahiru Sandakith 

                
---------------------------------

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com

Reply via email to