[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Tue Jan 9 16:51:13 EST 2007


  User: gavin   
  Date: 07/01/09 16:51:13

  Modified:    src/main/org/jboss/seam/core  TransactionListener.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.3       +8 -0      jboss-seam/src/main/org/jboss/seam/core/TransactionListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TransactionListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/TransactionListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- TransactionListener.java	16 Dec 2006 10:03:45 -0000	1.2
  +++ TransactionListener.java	9 Jan 2007 21:51:13 -0000	1.3
  @@ -19,6 +19,14 @@
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.contexts.Contexts;
   
  +/**
  + * Temporary solution for getting JTA transaction lifecycle
  + * callbacks. Once all appservers support the new EE5 APIs,
  + * this will be removed.
  + * 
  + * @author Gavin King
  + *
  + */
   @Stateful
   @Scope(ScopeType.EVENT)
   @Name("org.jboss.seam.core.transactionListener")
  
  
  



More information about the jboss-cvs-commits mailing list