[jboss-cvs] system2/src/resources/tests/xml/org/jboss/test/server/profileservice ...

Scott Stark scott.stark at jboss.com
Wed Jul 12 05:05:22 EDT 2006


  User: starksm 
  Date: 06/07/12 05:05:22

  Added:       src/resources/tests/xml/org/jboss/test/server/profileservice 
                        test-beans.xml
  Log:
  Bare beans deployment
  
  Revision  Changes    Path
  1.1      date: 2006/07/12 09:05:22;  author: starksm;  state: Exp;system2/src/resources/tests/xml/org/jboss/test/server/profileservice/test-beans.xml
  
  Index: test-beans.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!-- An example profile service based bootstrap mc descriptor -->
  <deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="urn:jboss:bean-deployer:2.0 bean-deployer_2_0.xsd"
              xmlns="urn:jboss:bean-deployer">
     <bean name="TestBean" class="org.jboss.test.server.support.TestBeanImpl">
        <property name="intProperty">1234</property>
        <property name="integerProperty">4321</property>
        <property name="stringProperty">string-x</property>
     </bean>
  </deployment>
  
  
  



More information about the jboss-cvs-commits mailing list