[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Wed Nov 1 22:10:54 EST 2006


  User: gavin   
  Date: 06/11/01 22:10:54

  Modified:    seam-gen/resources/WEB-INF  components.xml
  Log:
  more fixes
  
  Revision  Changes    Path
  1.2       +2 -10     jboss-seam/seam-gen/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	28 Oct 2006 17:56:05 -0000	1.1
  +++ components.xml	2 Nov 2006 03:10:54 -0000	1.2
  @@ -2,12 +2,7 @@
   
       <component name="org.jboss.seam.core.init">
           <property name="debug">true</property>
  -        <!-- For use with JBoss AS -->
  -        <property name="jndiPattern">@projectName@/#{ejbName}/local</property>
  -        <!-- For use with JBoss Embeddable EJB3 -->
  -        <!--
  -        <property name="jndiPattern">#{ejbName}/local</property>
  -        -->
  +        <property name="jndiPattern">@jndiPattern@</property>
       </component>    
        
       <component name="org.jboss.seam.core.manager">
  @@ -23,10 +18,7 @@
           <property name="noConversationViewId">/home.xhtml</property>
       </component>
   
  -    <!-- For use with JBoss Embeddable EJB3 -->
  -    <!--
  -    <component class="org.jboss.seam.core.Ejb" />
  -    -->
  +    <component class="org.jboss.seam.core.Ejb" installed="@embeddedEjb@"/>
       
       <!-- For use with jBPM pageflow or process management -->
       <!--  
  
  
  



More information about the jboss-cvs-commits mailing list