Re: [JBoss-user] Adding JDBC-driver

2001-05-16 Thread Bas Cancrinus
Ivan wrote: >I am assuming that you actually put the class for your driver not >[MyDriverClass] > >also you dont want 2 tags like below just 1 that lists all your drivers. I >am assuming you adding to or edited the existing tag and did not create a >second one > > name="DefaultDomain:service=Jd

Re: [JBoss-user] Adding JDBC-driver

2001-05-15 Thread Ivan
,org.enhydra.insta ntdb.jdbc.idbDriver Ivan - Original Message - From: "Bas Cancrinus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 1:05 PM Subject: Re: [JBoss-user] Adding JDBC-driver > Dovan Nguyen wrote: > > >I believe you

Re: [JBoss-user] Adding JDBC-driver

2001-05-15 Thread Bas Cancrinus
Dovan Nguyen wrote: >I believe you need to add your jdbc driver class in the mbean entry attribute >name="Drivers" in the jboss.jcml > >dovan > I added [MyDriverClass] just like in the manual. Any suggestions? Bas -- Bas E. Cancrinus

Re: [JBoss-user] Adding JDBC-driver

2001-05-15 Thread Bas Cancrinus
Ivan wrote: >If you are using embedded tomcat there will be 2 jboss.jcml files. 1 in >conf\default and 1 in conf\tomcat > >are you sure that you checked the same file each time and that if you >started jboss with tomcat that you are using the jboss.jcml file inside the >conf\tomcat directory > >I

Re: [JBoss-user] Adding JDBC-driver

2001-05-15 Thread Toby Allsopp
On Tue, May 15, 2001 at 05:12:03PM +0200, Bas Cancrinus wrote: > Hi, > > I'd like to connect JBoss 2.2.1 to a MySQL server. > According to the manual (chapter 3 - Introduction) I copied the > driver-JAR to the lib/ext directory and I added an mbean-entry to > jboss.jcml. When I start JBoss my e

Re: [JBoss-user] Adding JDBC-driver

2001-05-15 Thread Ivan
Message - From: "Bas Cancrinus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 8:12 AM Subject: [JBoss-user] Adding JDBC-driver > Hi, > > I'd like to connect JBoss 2.2.1 to a MySQL server. > According to the manual (chapter 3 -

Re: [JBoss-user] Adding JDBC-driver

2001-05-15 Thread Dovan Nguyen
I believe you need to add your jdbc driver class in the mbean entry attribute name="Drivers" in the jboss.jcml dovan Bas Cancrinus wrote: > Hi, > > I'd like to connect JBoss 2.2.1 to a MySQL server. > According to the manual (chapter 3 - Introduction) I copied the > driver-JAR to the lib/ext di

[JBoss-user] Adding JDBC-driver

2001-05-15 Thread Bas Cancrinus
Hi, I'd like to connect JBoss 2.2.1 to a MySQL server. According to the manual (chapter 3 - Introduction) I copied the driver-JAR to the lib/ext directory and I added an mbean-entry to jboss.jcml. When I start JBoss my entry is ignored (no extra [JDBC] output in log) and JBoss erases it from j