[jboss-cvs] JBossAS SVN: r99215 - trunk/varia/src/resources/logging.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 11 10:49:22 EST 2010


Author: david.lloyd at jboss.com
Date: 2010-01-11 10:49:22 -0500 (Mon, 11 Jan 2010)
New Revision: 99215

Modified:
   trunk/varia/src/resources/logging/logmanager-jboss-beans.xml
Log:
Install the stdio context selector too

Modified: trunk/varia/src/resources/logging/logmanager-jboss-beans.xml
===================================================================
--- trunk/varia/src/resources/logging/logmanager-jboss-beans.xml	2010-01-11 15:05:37 UTC (rev 99214)
+++ trunk/varia/src/resources/logging/logmanager-jboss-beans.xml	2010-01-11 15:49:22 UTC (rev 99215)
@@ -94,7 +94,7 @@
    </bean>
 
    <!--
-     ~ These two beans install the above streams into the system stdio fields.
+     ~ These three beans install the above streams into the system stdio fields.
      -->
    <bean name="JBossStdioContext" class="org.jboss.stdio.StdioContext">
       <constructor factoryMethod="create">
@@ -107,4 +107,11 @@
    <bean name="JBossStdioService" class="org.jboss.stdio.StdioService">
       <depends>JBossStdioContext</depends>
    </bean>
+   
+   <bean name="JBossStdioContextSelector" class="org.jboss.stdio.SimpleStdioContextSelector">
+      <constructor>
+         <parameter><inject bean="JBossStdioContext"/></parameter>
+      </constructor>
+      <start method="install"/>
+   </bean>
 </deployment>




More information about the jboss-cvs-commits mailing list