Brian Elliott wrote:

> Steven Webster wrote:
> 
>> I'm having a real hard time trying to get JBoss working with MySQL;
>> reading through the list archives, all I can really ascertain is that
>> the docs are not necessarily correct with regards to setting up JBoss.
>> 
>> Has anyone successfully setup JBoss with MySql, that could perhaps
>> send me the various entries they've made in the properties, conf and
>> jcml files, to get things working ?  I've got the driver installed ok,
>> and checked it works with some simple JDBC client code (non EJB code).
> 
> 
> I just got this working this week with the help of people on this list.
> I am using JBoss 2.0. For newer versions check the documentation. But
> for JBoss2.0, I made the following changes:
> 
> 1) jboss.conf:
> 
> 
>jdbc.drivers=org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,org.gjt.mm.mysql.Driver
> 
> Note: Although I just saw Danch say in his latest email that this is not
> needed, "Do Nothing to jboss.properties or jboss.conf".
Just to clarify: my earlier email was JBoss 2.1 specific. That _was_ needed under 
JBoss 2.0

-danch


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

Reply via email to