[jboss-cvs] jboss-seam/examples/spring/resources ...

Norman Richards norman.richards at jboss.com
Sun Jan 21 02:36:15 EST 2007


  User: nrichards
  Date: 07/01/21 02:36:15

  Added:       examples/spring/resources      components.properties
                        import.sql seam.properties spring-beans.xml
                        test-beans.xml
  Log:
  stub project
  
  Revision  Changes    Path
  1.1      date: 2007/01/21 07:36:15;  author: nrichards;  state: Exp;jboss-seam/examples/spring/resources/components.properties
  
  Index: components.properties
  ===================================================================
  embeddedEjb true
  jndiPattern #{ejbName}/local
  
  
  1.1      date: 2007/01/21 07:36:15;  author: nrichards;  state: Exp;jboss-seam/examples/spring/resources/import.sql
  
  	<<Binary file>>
  
  
  1.1      date: 2007/01/21 07:36:15;  author: nrichards;  state: Exp;jboss-seam/examples/spring/resources/seam.properties
  
  	<<Binary file>>
  
  
  1.1      date: 2007/01/21 07:36:15;  author: nrichards;  state: Exp;jboss-seam/examples/spring/resources/spring-beans.xml
  
  Index: spring-beans.xml
  ===================================================================
  <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN" 
                         "http://www.springframework.org/dtd/spring-beans-2.0.dtd">
  
  <beans>
      <bean id="testBean" class="org.jboss.seam.example.spring.TestBean">
          <property name="name" value="Loaded from spring-beans.xml" />
      </bean>
  </beans>
  
  
  
  1.1      date: 2007/01/21 07:36:15;  author: nrichards;  state: Exp;jboss-seam/examples/spring/resources/test-beans.xml
  
  Index: test-beans.xml
  ===================================================================
  <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN" 
                         "http://www.springframework.org/dtd/spring-beans-2.0.dtd">
  
  <beans>
      <bean id="testBean1" class="org.jboss.seam.example.spring.TestBean">
          <property name="name" value="Loaded from test-beans.xml (1)" />
      </bean>
  
      <bean id="testBean2" class="org.jboss.seam.example.spring.TestBean">
          <property name="name" value="Loaded from test-beans.xml (2)" />
      </bean>
  </beans>
  
  
  



More information about the jboss-cvs-commits mailing list