This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Server does not load custom axis (De)Serializers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Server does not load custom axis (De)Serializers" Watch "Server does not load custom axis (De)Serializers" New topic
Author

Server does not load custom axis (De)Serializers

Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
Hi All,

I am very fond of JiBX and I am trying to use it 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 an exception which in simple terms translates to "com.tri.TriJibxDeserFactory Unable to create Tri JiBX deserializer instance".
Basically what I feel is that even though I distribute my (de)serializer classes in a jar and keep them in WEB-INF\lib directory, websphere/jboss somehow does not recognize these classes and eventually they are not loaded and instantiated. To be more specific I get JBoss exception like "No classfounder found to load my <custom class>"

Can anyone tell how do I go ahead and debug this problem and find a solution. Please suggest ?



Thanks & Regards,


RR Kumaran
SCJP 1.4
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Server does not load custom axis (De)Serializers
 
Similar Threads
Minor code problem with Axis, EJB, WSAD, Websphere
unable marshal XML representation to string in memory - please help
Minor code problem with Axis, EJB, WSAD, Websphere
Problem in custom axis (De)Serializers
Minor code problem with Axis, EJB, WSAD, Websphere