[jboss-cvs] JBossAS SVN: r66645 - projects/microcontainer/trunk/docs/examples/User_Guide/humanResourcesService/src/main/resources/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 1 05:50:02 EDT 2007


Author: newtonm
Date: 2007-11-01 05:50:01 -0400 (Thu, 01 Nov 2007)
New Revision: 66645

Modified:
   projects/microcontainer/trunk/docs/examples/User_Guide/humanResourcesService/src/main/resources/META-INF/jboss-beans.xml
Log:
Corrected jboss-beans.xml

Modified: projects/microcontainer/trunk/docs/examples/User_Guide/humanResourcesService/src/main/resources/META-INF/jboss-beans.xml
===================================================================
--- projects/microcontainer/trunk/docs/examples/User_Guide/humanResourcesService/src/main/resources/META-INF/jboss-beans.xml	2007-11-01 09:45:30 UTC (rev 66644)
+++ projects/microcontainer/trunk/docs/examples/User_Guide/humanResourcesService/src/main/resources/META-INF/jboss-beans.xml	2007-11-01 09:50:01 UTC (rev 66645)
@@ -4,6 +4,6 @@
             xsi:schemaLocation="urn:jboss:bean-deployer:2.0 bean-deployer_2_0.xsd"
             xmlns="urn:jboss:bean-deployer:2.0">
 
-   <bean name="HumanResources" class="org.jboss.example.service.Manager"/>
+   <bean name="HRService" class="org.jboss.example.service.HRManager"/>
       
 </deployment>




More information about the jboss-cvs-commits mailing list