HI All,

       I have a problem that when i map java package with wsdl name space url  
, most class i occupined are not in same package and so can i insert more than 
one of package-type in the package mapping. 

My classes in following difference package :
com.test.common.Status
com.test.data.USAddress

My code is the same as JBoss's test case : 
http://anoncvs.forge.jboss.com/viewrep/~raw,r=1.4/JBoss/webservice/test/java/org/jboss/test/ws/jsr181/webresult/JSR181WebResultTestCase.java

jaxrpc-mapping.xml :

  | <package-mapping>
  | <package-type>com.test.data</package-type>
  | <namespaceURI>http://com.test.application/MyTestService</namespaceURI>
  | </package-mapping>
  | 

The problem :
Failed to resolve class name for 
{http://com.test.application/MyTestService}status: com.test.data.Status
If I give config like that, It seems my Status class as com.test.data.Status.

Thanks in advance,


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919290#3919290

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919290


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to