[jboss-cvs] microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test ...

Adrian Brock adrian.brock at jboss.com
Tue Jul 11 07:11:38 EDT 2006


  User: adrian  
  Date: 06/07/11 07:11:38

  Modified:    src/resources/xml-test/org/jboss/test/kernel/config/test      
                        testSetNotASet.xml testListNotAList.xml
                        testArrayNotAArray.xml
                        testCollectionNotACollection.xml testMapNotAMap.xml
                        testConfigure.xml
  Log:
  [JBMICROCONT-95] - Use the full javabean convention for property names.
  i.e. getXYZ is a property called XYZ not xYZ
  
  Revision  Changes    Path
  1.2       +1 -1      microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testSetNotASet.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testSetNotASet.xml
  ===================================================================
  RCS file: /cvsroot/jboss/microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testSetNotASet.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- testSetNotASet.xml	10 May 2005 15:58:20 -0000	1.1
  +++ testSetNotASet.xml	11 Jul 2006 11:11:38 -0000	1.2
  @@ -4,7 +4,7 @@
               xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
               xmlns="urn:jboss:bean-deployer">
      <bean name="SimpleBean" class="org.jboss.test.kernel.config.support.SimpleBean">
  -      <property name="aString">
  +      <property name="AString">
            <set elementClass="java.lang.String">
               <value>string1</value>
               <value>string2</value>
  
  
  
  1.2       +1 -1      microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testListNotAList.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testListNotAList.xml
  ===================================================================
  RCS file: /cvsroot/jboss/microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testListNotAList.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- testListNotAList.xml	10 May 2005 01:28:32 -0000	1.1
  +++ testListNotAList.xml	11 Jul 2006 11:11:38 -0000	1.2
  @@ -4,7 +4,7 @@
               xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
               xmlns="urn:jboss:bean-deployer">
      <bean name="SimpleBean" class="org.jboss.test.kernel.config.support.SimpleBean">
  -      <property name="aString">
  +      <property name="AString">
            <list elementClass="java.lang.String">
               <value>string1</value>
               <value>string2</value>
  
  
  
  1.2       +1 -1      microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testArrayNotAArray.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testArrayNotAArray.xml
  ===================================================================
  RCS file: /cvsroot/jboss/microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testArrayNotAArray.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- testArrayNotAArray.xml	10 May 2005 15:58:20 -0000	1.1
  +++ testArrayNotAArray.xml	11 Jul 2006 11:11:38 -0000	1.2
  @@ -4,7 +4,7 @@
               xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
               xmlns="urn:jboss:bean-deployer">
      <bean name="SimpleBean" class="org.jboss.test.kernel.config.support.SimpleBean">
  -      <property name="aString">
  +      <property name="AString">
            <array elementClass="java.lang.String">
               <value>string1</value>
               <value>string2</value>
  
  
  
  1.2       +1 -1      microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testCollectionNotACollection.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testCollectionNotACollection.xml
  ===================================================================
  RCS file: /cvsroot/jboss/microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testCollectionNotACollection.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- testCollectionNotACollection.xml	10 May 2005 01:03:16 -0000	1.1
  +++ testCollectionNotACollection.xml	11 Jul 2006 11:11:38 -0000	1.2
  @@ -4,7 +4,7 @@
               xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
               xmlns="urn:jboss:bean-deployer">
      <bean name="SimpleBean" class="org.jboss.test.kernel.config.support.SimpleBean">
  -      <property name="aString">
  +      <property name="AString">
            <collection elementClass="java.lang.String">
               <value>string1</value>
               <value>string2</value>
  
  
  
  1.2       +1 -1      microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testMapNotAMap.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testMapNotAMap.xml
  ===================================================================
  RCS file: /cvsroot/jboss/microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testMapNotAMap.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- testMapNotAMap.xml	10 May 2005 15:58:20 -0000	1.1
  +++ testMapNotAMap.xml	11 Jul 2006 11:11:38 -0000	1.2
  @@ -4,7 +4,7 @@
               xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
               xmlns="urn:jboss:bean-deployer">
      <bean name="SimpleBean" class="org.jboss.test.kernel.config.support.SimpleBean">
  -      <property name="aString">
  +      <property name="AString">
            <map keyClass="java.lang.String" valueClass="java.lang.String">
               <entry><key>string1</key><value>string2</value></entry>
               <entry><key>string2</key><value>string1</value></entry>
  
  
  
  1.6       +11 -11    microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testConfigure.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testConfigure.xml
  ===================================================================
  RCS file: /cvsroot/jboss/microkernel/src/resources/xml-test/org/jboss/test/kernel/config/test/testConfigure.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- testConfigure.xml	15 Sep 2005 21:22:54 -0000	1.5
  +++ testConfigure.xml	11 Jul 2006 11:11:38 -0000	1.6
  @@ -4,17 +4,17 @@
               xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
               xmlns="urn:jboss:bean-deployer">
      <bean name="SimpleBean" class="org.jboss.test.kernel.config.support.SimpleBean">
  -      <property name="aString">StringValue</property>
  -      <property name="aByte">12</property>
  -      <property name="aBoolean">true</property>
  -      <property name="aShort">123</property>
  +      <property name="AString">StringValue</property>
  +      <property name="AByte">12</property>
  +      <property name="ABoolean">true</property>
  +      <property name="AShort">123</property>
         <property name="anInt">1234</property>
  -      <property name="aLong">12345</property>
  -      <property name="aFloat">3.14</property>
  -      <property name="aDouble">3.14e12</property>
  -      <property name="aDate">Mon Jan 01 00:00:00 CET 2001</property>
  -      <property name="aBigDecimal">12e4</property>
  -      <property name="aBigInteger">123456</property>
  +      <property name="ALong">12345</property>
  +      <property name="AFloat">3.14</property>
  +      <property name="ADouble">3.14e12</property>
  +      <property name="ADate">Mon Jan 01 00:00:00 CET 2001</property>
  +      <property name="ABigDecimal">12e4</property>
  +      <property name="ABigInteger">123456</property>
         <property name="abyte">12</property>
         <property name="aboolean">true</property>
         <property name="ashort">123</property>
  @@ -22,7 +22,7 @@
         <property name="along">12345</property>
         <property name="afloat">3.14</property>
         <property name="adouble">3.14e12</property>
  -      <property name="aNumber" class="java.lang.Long">12345</property>
  +      <property name="ANumber" class="java.lang.Long">12345</property>
         <property name="overloadedProperty">StringValue</property>
      </bean>
   </deployment>
  
  
  



More information about the jboss-cvs-commits mailing list