Yikes! (Note: feel free to laugh if this is a stupid question).  Doesn't the
JBoss JMS service use one of these DBs to persist messages?
    --m

----- Original Message -----
From: "Michael Bilow" <[EMAIL PROTECTED]>
To: "List: jBoss users" <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 1:16 PM
Subject: Re: [JBoss-user] mysql driver


> While you are perfectly correct about this, I think it is advantageous to
> remove any of the databases which you are not using.  That is, if you are
> talking only to MySQL, then you probably would be better off excising all
> of the Enhydra stuff from the "jboss.jcml" file.  Hypersonic especially
> eats memory at a prodigious rate.
>
> -- Mike
>
>
> On 2001-06-26 at 08:02 -0500, Mike Thompson wrote:
>
> > Ok, think I figured it out.  The docs led me to believe that I could
have
> > more than one
> > <mbean code="org.jboss.jdbc.JdbcProvider"
> > name="DefaultDomain:service=JdbcProvider">
> >     <attribute name="Drivers">org.gjt.mm.mysql.Driver</attribute>
> > </mbean>
> >
> > in my jboss.jcml.  I found that if I bundle all my drivers into one i.e
> > <mbean code="org.jboss.jdbc.JdbcProvider"
> > name="DefaultDomain:service=JdbcProvider">
> >     <attribute
> >
name="Drivers">org.gjt.mm.mysql.Driver,org.hsql.jdbcDriver,org.enhydra.insta
> > ntdb.jdbc.idbDriver</attribute>
> > </mbean>
> >
> > that all works ok.
> >     --m
>
>
>
> _______________________________________________
> 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