Bugfix for "null serializer factory specified"

2004-08-27 Thread Niall Smart
Hi all, If you are seeing this error on deployment (its usually caused by a class missing from Axis' classpath) then please see this bug report and patch, vote for it if you wish: * http://issues.apache.org/jira/browse/AXIS-1534 Niall

Null Serializer factory specified?? Any Help?

2003-12-15 Thread Tolsch, Ed
Title: Null Serializer factory specified?? Any Help? I'm getting the following message when trying to deploy my WSDD file. Can anyone shed some light on where to look to solve my problem?  Any help is appreciated. [ The command I'm running is the  java -cp $AXIS

RE: Null serializer factory specified

2003-11-12 Thread asif . jiwani
Title: RE: Null serializer factory specified Hi Wolfgang,   Thanks for following up. Below are the answers.   1. I got the 1.1 source zip file from the apache website and built it locally. I didn't see anything unusual to make me think that something went wrong with the build step.

Re: Null serializer factory specified

2003-11-12 Thread Wolfgang Vullhorst
Title: RE: Null serializer factory specified Hi,   if I read the source code right, the exception is thrown when the serializer cannot be determined from the WSDDTypeMapping. So some more questions: - Which axis version do you use? - Have you deployed other services in this axis instance

RE: Null serializer factory specified

2003-11-11 Thread asif . jiwani
Title: RE: Null serializer factory specified Thanks for responding. Here is the deployment descriptor. I am using Axis with Castor. Everything compiles fine, but at the time of deployment it gives me the error. AJ deploy.wsdd**     xmlns

AW: Null serializer factory specified

2003-11-11 Thread Wolfgang Vullhorst
Hi, could you post your deployment descriptor? Wolfgang