User: user57  
  Date: 01/07/31 23:59:27

  Modified:    src/etc/conf/default Tag: jboss_buildmagic jboss.jcml
  Removed:     src/etc/conf/default Tag: jboss_buildmagic domain.xml
                        instantdb.properties jetty.properties jetty.xml
  Log:
   o moved instantdb and tyrex config files to plugins/varia
   o updated messaging/build.xml to rmic the correct files
   o commented out the instantdb loader for the moment until I can figout out
     why it is not happy
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.44.4.2  +2 -0      jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.44.4.1
  retrieving revision 1.44.4.2
  diff -u -r1.44.4.1 -r1.44.4.2
  --- jboss.jcml        2001/07/29 06:26:54     1.44.4.1
  +++ jboss.jcml        2001/08/01 06:59:27     1.44.4.2
  @@ -93,6 +93,7 @@
       <attribute name="Trace">false</attribute>
     </mbean>
   
  +  <!--
     <mbean code="org.jboss.jdbc.XADataSourceLoader" 
name="DefaultDomain:service=XADataSource,name=InstantDB">
       <attribute name="PoolName">InstantDB</attribute>
       <attribute 
name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute>
  @@ -113,6 +114,7 @@
       <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
       <attribute name="MinSize">0</attribute>
     </mbean>
  +  -->
   
     <mbean code="org.jboss.jdbc.XADataSourceLoader" 
name="DefaultDomain:service=XADataSource,name=DefaultDS">
       <attribute name="PoolName">DefaultDS</attribute>
  
  
  

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

Reply via email to