[JBoss-user] [JBossWS] - no ClassLaoders found error

2005-10-13 Thread sfurlong
How could I be getting this error: 2005-10-13 12:35:08,418 ERROR [org.jboss.axis.deployment.wsdd.WSDDService] Unable to deploy typemapping: {http://www.qcommcorp.com/dncstypes}DNCSResponse | java.lang.ClassNotFoundException: No ClassLoaders found for:

[JBoss-user] [Beginners Corner] - No ClassLoaders Found error

2005-10-11 Thread sfurlong
I'm getting a NoClassLoaders found error for org.apache.axis.encoding.ser.ArraySerializerFactory. When I place axis.jar into jboss\lib\endorsed this goes away but then another appears for javax.xml.rpc.SerializerFactory and then that leads to another once I resolve that. Where should JBoss be

[JBoss-user] [JBossWS] - ClassLoaders not found for ArraySerializerFactory?

2005-10-11 Thread sfurlong
Why would I get an error for a ClassLoader not found for the Axis ArraySerializerFactory class when I can clearly see it in the axis-ws4ee.jar file? I'm really stupmed on how to get a String[] passed as a parameter on a webservice and this is the latest. Has anyone ever gotten a String[] passed

[JBoss-user] [JBossWS] - Re: Error: could not find deserializer for type

2005-10-06 Thread sfurlong
I really need some help here and some of this is starting to make sense. I'm assuming what I need to do is add something to a ws4ee-deployment.xml file to make the serializer work correctly. This would get merged by jboss into the wsdd file. Currently my wsdl is complexType

[JBoss-user] [JBossWS] - Deserializer error on ArrayOfstring

2005-10-03 Thread sfurlong
I'm using jboss 4.0.2 and I have a webservice that takes an array of strings as an input. The relevant section of the wsdl file is: attribute ref=soap11-enc:arrayType wsdl:arrayType=string[]/ Which was generated by

[JBoss-user] [JBossWS] - Re: Deserializer error on ArrayOfstring

2005-10-03 Thread sfurlong
Sorry for some reason the wsdl didn't post fully. Its complexType name=PackageAuthorization | sequence | element name=packageListType type=string/ | element name=packageNameList type=tns:ArrayOfstring//sequence/complexType | complexType

[JBoss-user] [Beginners Corner] - No ClassLoaders Error

2004-12-30 Thread sfurlong
I have an error with deploying an ear that I created with the JBoss IDE to a remote JBoss server. I've got it all building and running fine locally and I changed all of the build files to have it build on another box but now when I deploy it I get this error: 004-12-30 11:19:16,885 WARN