Kumar, this is all going pretty far astray from the main purposes of JiBX. I believe you're using custom code I developed for a particular corporation, and would appreciate it if you would use your own resources within the corporation to handle support issues rather than taking them either directly to me or to public lists. All the problems you seem to be running into are ones which I'd previously dealt with for the group which arranged the custom code project, so they should definitely be able to help you out.
- Dennis
Thomas Jones-Low wrote:
babloosony wrote:
The core issue here is the "java.lang.IncompatibleClassChangeError". This indicates that your code is calling (via an interface a method incorrectly.No replies ? Can anyone just comment on my issue ?
I would run this method through a debugger (or add system.Println() calls) to figure out exactly which method call is dying.
It may also be that this works for some elements, but not others.
Another cause of this problem may be bad class files, or bad class paths. You need to verify that your code is using the correct class files or jar files.
On Sun, 6 Feb 2005 17:47:36 +0530, babloosony <[EMAIL PROTECTED]> wrote:
Hi All,
I am using JiBX for implementing my own (De)Serializers replacing AXIS default (De)Serializers. However when I register my (De)Serializers with AXIS's server-config.wsdd file and start my web service deployed on WebSphere 5.0, I am getting below detailed server stack trace :
[2/6/05 17:04:20:345 IST] 39ce702e WebGroup I SRVE0180I: [Apache-Axis] [/Axis11Rc2IrscEjbWeb] [Servlet.LOG]: AdminServlet: init [2/6/05 17:04:20:814 IST] 39ce702e WebGroup I SRVE0180I: [Apache-Axis] [/Axis11Rc2IrscEjbWeb] [Servlet.LOG]: SOAPMonitorService: init [2/6/05 17:05:03:204 IST] 152a3029 WebGroup I SRVE0180I: [Apache-Axis] [/Axis11Rc2IrscEjbWeb] [Servlet.LOG]: AxisServlet: init [2/6/05 17:05:07:236 IST] 152a3029 WebGroup E SRVE0026E: [Servlet Error]-[: incorrect call to interface method ]: java.lang.IncompatibleClassChangeError: : incorrect call to interface method
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
