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

Gavin King gavin.king at jboss.com
Wed Jun 20 17:44:40 EDT 2007


  User: gavin   
  Date: 07/06/20 17:44:40

  Modified:    src/main/org/jboss/seam  core-1.3.xsd
  Log:
  workaround problem on WAS
  
  Revision  Changes    Path
  1.15      +1 -1      jboss-seam/src/main/org/jboss/seam/core-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.3.xsd,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- core-1.3.xsd	20 Jun 2007 15:54:39 -0000	1.14
  +++ core-1.3.xsd	20 Jun 2007 21:44:40 -0000	1.15
  @@ -54,7 +54,7 @@
           <xs:attribute name="invalidate-on-scheme-change" type="xs:boolean"/>
       </xs:attributeGroup>
       
  -    <xs:element name="transaction-listener">
  +    <xs:element name="ejb-transaction-listener">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
               <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
  
  
  



More information about the jboss-cvs-commits mailing list