[seam-commits] Seam SVN: r14003 - branches/community/Seam_2_2/examples/seambay/src/org/jboss/seam/example/seambay.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jan 19 05:02:34 EST 2011


Author: manaRH
Date: 2011-01-19 05:02:34 -0500 (Wed, 19 Jan 2011)
New Revision: 14003

Modified:
   branches/community/Seam_2_2/examples/seambay/src/org/jboss/seam/example/seambay/AuctionService.java
Log:
JBSEAM-4766 - fixed webservice endpoint to be compatible for JBoss AS 5.1 and AS6

Modified: branches/community/Seam_2_2/examples/seambay/src/org/jboss/seam/example/seambay/AuctionService.java
===================================================================
--- branches/community/Seam_2_2/examples/seambay/src/org/jboss/seam/example/seambay/AuctionService.java	2011-01-19 08:56:09 UTC (rev 14002)
+++ branches/community/Seam_2_2/examples/seambay/src/org/jboss/seam/example/seambay/AuctionService.java	2011-01-19 10:02:34 UTC (rev 14003)
@@ -13,7 +13,7 @@
 
 @Stateless
 @Name("auctionService")
- at WebService(name = "AuctionService", serviceName = "AuctionService")
+ at WebService(name = "AuctionService")
 public class AuctionService implements AuctionServiceRemote
 {           
    @WebMethod



More information about the seam-commits mailing list