Re: [Axis2] Jibx data-binding problem

2008-01-13 Thread Saminda Abeyruwan
Hi Dennis, Thank you for the reply. Saminda On Jan 13, 2008 9:39 AM, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: > Hi Saminda, > > In order to use JiBX data binding you need to use the JiBX binding > compiler to modify your compiled classes with the added code needed by > JiBX. This error is say

Re: [Axis2] Jibx data-binding problem

2008-01-13 Thread Dennis Sosnoski
Hi Saminda, In order to use JiBX data binding you need to use the JiBX binding compiler to modify your compiled classes with the added code needed by JiBX. This error is saying that the classes you're using at runtime have not been modified by the binding compiler. If you compare the before-

Re: [Axis2] Jibx data-binding problem

2008-01-04 Thread Saminda Abeyruwan
On Jan 3, 2008 8:46 PM, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > The root cause of the exception coming as follows > > java.lang.NoSuchFieldException: JiBX_bindingList > > Thank you > > Saminda > > > On Jan 3, 2008 8:24 PM, Saminda Abeyruwan < [EMAIL PROTECTED]> wrote: > > > Hi Devs, > > > >