[jboss-cvs] jboss-seam/examples/seambay/src/org/jboss/seam/example/seambay ...

Shane Bryzak sbryzak at redhat.com
Sun Jun 24 07:06:00 EDT 2007


  User: sbryzak2
  Date: 07/06/24 07:06:00

  Modified:    examples/seambay/src/org/jboss/seam/example/seambay 
                        AuctionService.java
  Log:
  doesn't need to be a seam component now
  
  Revision  Changes    Path
  1.14      +0 -2      jboss-seam/examples/seambay/src/org/jboss/seam/example/seambay/AuctionService.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AuctionService.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/src/org/jboss/seam/example/seambay/AuctionService.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- AuctionService.java	24 Jun 2007 09:24:26 -0000	1.13
  +++ AuctionService.java	24 Jun 2007 11:05:59 -0000	1.14
  @@ -7,11 +7,9 @@
   import javax.jws.WebService;
   
   import org.jboss.seam.Component;
  -import org.jboss.seam.annotations.Name;
   import org.jboss.seam.security.Identity;
   
   @Stateless
  - at Name("auctionService")
   @WebService(name = "AuctionService", serviceName = "AuctionService")
   public class AuctionService implements AuctionServiceRemote
   {           
  
  
  



More information about the jboss-cvs-commits mailing list