[JBoss-dev] [JBossWS] - Problem calling webservice from an EJB

2005-01-05 Thread gerhardo
Hello ! I try to access a webservice from an EJB (SLSB) that is deployed on JBoss 4.0.1 server (the EJB and the Webservices are located on the same server). The service uses rpc/encoded format and returns arrays of user defined objects in several of it's methods. In my EJB create function I'm

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

2004-09-15 Thread gerhardo
Sorry, sometimes cut and paste is quite difficult. So here is my ws4ee-deployment.xml: deployment xmlns=http://xml.apache.org/axis/wsdd/; xmlns:java=http://xml.apache.org/axis/wsdd/providers/java; xmlns:soap=http://schemas.xmlsoap.org/soap/encoding/;

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

2004-09-15 Thread gerhardo
... I'm pulling my hair out, where is my deployment info. Once again: ... | typeMapping qname=lvsns:LVSDoSupplier | type=java:de.emediapark.lvsws.LVSDoSupplier | serializer=org.apache.axis.encoding.ser.BeanSerializerFactory |

[JBoss-dev] [JBossWS] - TypeMapping problem

2004-09-14 Thread gerhardo
Hello ! During deployment of my webservice (JSE) a warning in the server log shows up stating there is a problem with my typemapping. I'm using JBoss 4.0.0RC2. The warning is: ... 2004-09-14 09:20:02,628 WARN [org.jboss.webservice.deployment.TypeMappingDescription] Class not found:

[JBoss-dev] [JBossWS] - Re: Mapping arrays

2004-09-14 Thread gerhardo
Hello ! Have you found a solution to this problem ? I'm experiencing the same behavior when returning an array of complextype. TIA Gerhard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848184#3848184 Reply to the post :