[jboss-cvs] jboss-seam/bootstrap/conf ...

Gavin King gavin.king at jboss.com
Thu Jul 19 07:31:11 EDT 2007


  User: gavin   
  Date: 07/07/19 07:31:11

  Modified:    bootstrap/conf  bootstrap-beans.xml
  Log:
  try to use the standard approach to lookup UT
  log username
  
  Revision  Changes    Path
  1.2       +9 -1      jboss-seam/bootstrap/conf/bootstrap-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: bootstrap-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap/conf/bootstrap-beans.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- bootstrap-beans.xml	15 Jun 2007 05:20:57 -0000	1.1
  +++ bootstrap-beans.xml	19 Jul 2007 11:31:11 -0000	1.2
  @@ -178,6 +178,14 @@
         <property name="serializable">false</property>
      </bean>
   
  +   <!-- added for Seam because java:comp/UserTransaction not defined in standard dist -->
  +   <bean name="JavaCompUserTransactionBinding" class="org.jboss.naming.JndiBinder">
  +      <property name="target">
  +         <inject bean="UserTransaction"/>
  +      </property>
  +      <property name="bindTo">java:comp/UserTransaction</property>
  +      <property name="serializable">false</property>
  +   </bean>
   
      <bean name="ResourcesToDeploy2" class="org.jboss.embedded.DeploymentScanner">
         <property name="filter">
  
  
  



More information about the jboss-cvs-commits mailing list