Hi Thomas, I have a question about the package name in config-service.xml, which pass in wscompile to generate wsdl. I can't find the xsd for http://java.sun.com/xml/ns/jax-rpc/ri/config. I would like to know if the package name in tag could be multiple package names with seperator. In my application, the bean/endpoint/home are in one package, but the bean invovles lots of objects that in different package. I know I could put there, but it didn't help me a bit. The package name for objects still take the seesionBean package, which result deployment failed: Bean : StandardizationBean Method : public abstract PartyAddress standardizeAddress(PartyAddress, boolean) throws RemoteException Section: 7.11.9 Warning: For each method defined in the service endpoint interface, there must be a matching method in the session bean�s class. Here is my config-service.xml:
Is this because of the wrong package name? plus, in Jboss log, there is funky char that I can't tell --bean�s class (I just copy/paste to here) Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885206#3885206 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885206 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
