is the datasource listed in jboss-auto.jcml? this file is created by jboss,
but you can comment out the lines there, or delete the entire file and then
it should wrk.

Al

----- Original Message -----
From: Boris Garbuzov <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 16, 2001 7:39 PM
Subject: [JBoss-user] disregards XML comments


> Hello, Larry and all those who can explain. I added some potential
> datasource to my tomcat/jboss.jcml file. Since database is not yet
> created, I commented out the tag, but I still see the followith message
> on console as if it disregards my comments:
> ---------
> [mySQL] Starting
> [mySQL] XA Connection pool mySQL bound to java:/mySQL
> ------------------------
>   <!-- "Larry Budnick" [EMAIL PROTECTED],
> [EMAIL PROTECTED] -->
>   <!--
>     <mbean code="org.jboss.jdbc.XADataSourceLoader"
> name="DefaultDomain:service=XADataSource,name=mySQL">
>         <attribute name="PoolName">mySQL</attribute>
>         <attribute
> name="DataSo
urceClass">org
.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</attribute>
>
>         <attribute name="Properties"></attribute>
>         <attribute
> name="URL">jdbc:mysql://209.53.249.186:3306/ForJBoss</attribute>
>         <attribute name="GCMinIdleTime">1200000</attribute>
>         <attribute name="JDBCUser">administrator</attribute>
>         <attribute name="MaxSize">10</attribute>
>         <attribute name="Password">boradmin</attribute>
>         <attribute name="GCEnabled">false</attribute>
>         <attribute name="InvalidateOnError">false</attribute>
>         <attribute name="TimestampUsed">false</attribute>
>         <attribute name="Blocking">true</attribute>
>         <attribute name="GCInterval">120000</attribute>
>         <attribute name="IdleTimeout">1800000</attribute>
>         <attribute name="IdleTimeoutEnabled">false</attribute>
>         <attribute name="LoggingEnabled">false</attribute>
>         <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
>         <attribute name="MinSize">0</attribute>
>     </mbean>
>     -->
>
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


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

Reply via email to