Hi all,
In axis 1.4 I get the following exception thrown when I set the logging level
to DEBUG.
I do not think this causes any problems with the code (cant be sure as I am
trying to debug other stuff at the moment) but it is really annoying as it
fills my log files and detracts from the ability to trace the service loading
process.
I think this should have been implemented another way i.e. just the message (no
stack trace) and the message should state this can be ignored (if this is
actually true) thus only outputting a single line in my log file.
In the mean time I will set the logger for
org.apache.axis.encoding.ser.ArrayDeserializerFactory to be error only.
DEBUG 2006-08-29 10:43:29,369 ProjectResourceBundle (72) --
org.apache.axis.i18n.resource::handleGetObject(exception00)
DEBUG 2006-08-29 10:43:29,369 BaseDeserializerFactory (253) -- Exception:
java.lang.NoSuchMethodException:
org.apache.axis.encoding.ser.ArrayDeserializerFactory.<init>(java.lang.Class,
javax.xml.namespace.QName)
at java.lang.Class.getConstructor0(Class.java:2647)
at java.lang.Class.getConstructor(Class.java:1629)
at org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory
(BaseDeserializerFactory.java:246)
at org.apache.axis.deployment.wsdd.WSDDService.deployTypeMapping
(WSDDService.java:554)
at org.apache.axis.deployment.wsdd.WSDDService.initTMR
(WSDDService.java:253)
at org.apache.axis.deployment.wsdd.WSDDService.<init>
(WSDDService.java:233)
at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>
(WSDDDeployment.java:192)
Regards
Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]