Bugs item #1027433, was opened at 2004-09-13 19:01 Message generated for change (Comment added) made by tdiesler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1027433&group_id=22866
Category: JBossWeb Group: CVS HEAD >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Frank Langelage (lafr) Assigned to: Thomas Diesler (tdiesler) Summary: WebService call calls always the same Servlet Initial Comment: We build up two ear's with similar structure and names. I used jboss-app.xml to get scoped classloading. Both ear's contain war-files with webservices of JSE- style in it. After deploying both ear's, I can access the webservice via both URL's, but on the server always the servlet of last deplyoed ear is called. I stripped down a testcase for this problem. The attached jar-file contains the sources. In build.xml some path will probably need some adjustment. Running build.sh will create std.ear and cus.ear from test-dir and etc. In client-dir you'll find some axis-genarated files and Client.java. Here both URL's are called, both as said above, I get both times the same result. First I got "cus". After touching std.ear in deploy-dir on the server I get "std". ---------------------------------------------------------------------- >Comment By: Thomas Diesler (tdiesler) Date: 2004-11-11 11:37 Message: Logged In: YES user_id=423364 Fixed in jboss-4.0.1. For Axis service name is derived from the <webservice- description-name> concat <port-component-name> if there is more than one port component defined. JBossWS does not complain is a WS deployment overwrites an already registered service name. Solution: take the canonical deployment name into account when generating the Axis service name. Side effect: generic service URLs of type /ws4ee/services/ HelloService are now deprecated See the attached bug-response.zip Thanks for the good report ---------------------------------------------------------------------- Comment By: Frank Langelage (lafr) Date: 2004-09-13 19:05 Message: Logged In: YES user_id=300021 Attachement was too big. I reduced the jar's in lib-dir to size 0. You'll have to copy the ones from the JBoss-server. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1027433&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development