User: reverbel
  Date: 02/04/14 12:16:07

  Modified:    iiop/src/etc/conf/default jboss-service.xml
  Log:
  ORB verbosity level is now a MBean attribute. This way we do not rely
  on a JacORB properties file to set the verbosity level.
  
  Revision  Changes    Path
  1.3       +2 -1      contrib/iiop/src/etc/conf/default/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/iiop/src/etc/conf/default/jboss-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jboss-service.xml 19 Feb 2002 23:33:27 -0000      1.2
  +++ jboss-service.xml 14 Apr 2002 19:16:07 -0000      1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE server>
  -<!-- $Id: jboss-service.xml,v 1.2 2002/02/19 23:33:27 reverbel Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.3 2002/04/14 19:16:07 reverbel Exp $ -->
   
   <!-- ===================================================================== -->
   <!--                                                                       -->
  @@ -106,6 +106,7 @@
       <attribute name="ORBSingletonClass">org.jacorb.orb.ORBSingleton</attribute>
       <attribute name="IIOPPort">5000</attribute>
       <attribute 
name="PortableInterceptorInitializerClass">org.jboss.ejb.plugins.iiop.server.CodebaseInterceptorInitializer</attribute>
  +    <attribute name="Verbosity">1</attribute>
     </mbean>
   
   <!-- ==================================================================== -->
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to