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
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
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.
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
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
Hi,
could you post your deployment descriptor?
Wolfgang