[JBoss-dev] [JBossWS] - first experiences with JBossWS: no serializer found

2004-08-09 Thread lafr
I modified our test WS to get deployed on JBoss 4.0 using ws4ee coming from JBoss-3.2 with jboss-net. The deployment works now, but I get a runtime exception when the response contains an array of a custom class. I've put the java-xml-type-mapping to an jaxrpc-mapping.xml but no success. The at

[JBoss-dev] [JBossWS] - Re: first experiences with JBossWS: no serializer found

2004-08-11 Thread lafr
Thanks for your help. Two small remarks: 1. a typeMapping for CustomerOrder is already in the generated wsdd file in the work dir. So there is no need to specify it again. 2. I had to fill the encoding style like this: typeMapping qname='ns1:CustomerOrderPosition'

[JBoss-dev] [JBossWS] - config webservice URL

2004-08-11 Thread lafr
The URL of my webservices is now http://localhost:8080/ejb-session-sales/CustomerOrder and http://localhost:8080/ejb-session-production/ProductionOrder. ejb-session-sales and ejb-session-production are the basenames of my ejb-jar-files conatining the webservices. Is the a way to replace the

[JBoss-dev] [JBossWS] - how to get multiple webservices running

2004-08-29 Thread lafr
I deployed two similar ear-files on JBoss 4.0.0RC2. Those ear have the following content: test1.ear: common.jar entity.jar session.jar webservice1.war test2.ear: common.jar entity.jar session.jar webservice2.war common contains some utility classes, entity.jar

[JBoss-dev] [JBossWS] - Re: how to get multiple webservices running

2004-09-14 Thread lafr
Done ! Bug #1027433. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848217#3848217 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848217 --- This SF.Net email is

[JBoss-dev] [JBossWS] - Re: TypeMapping problem

2004-09-17 Thread lafr
I guess your typemapping is not correct. To get sure, I would have to see the wsdl-file. I guess ArrayOf... is not an array, it conatins an array of types. The only way we found to get this working was, to create a class for that ArrayOf.. type. For ArrayOf... you need the

[JBoss-dev] [JBossWS] - Re: cannot rename web.xml to web.xml.org?

2004-10-06 Thread lafr
The file web.xml in the deployment unit is going to modified at deployment time. The old file is renamed and a new modified one is created to bring web.xml in sync with webservices. If the two files already fit the app will also work although the renaming nd replacing of web.xml fails, like in