Re: [JBoss-user] JBoss Mysql Connection pooling

2001-10-10 Thread danch
- Original Message - From: "Imran Bohoran" <[EMAIL PROTECTED]> To: "Jboss-User (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, October 10, 2001 9:39 AM Subject: [JBoss-user] JBoss Mysql Connection pooling > > Hi all > > There's a problem in confi

AW: [JBoss-user] JBoss Mysql Connection pooling

2001-10-10 Thread Jan Heise
-4803237 / E-Mail: [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Imran Bohoran Gesendet: Mittwoch, 10. Oktober 2001 16:39 An: Jboss-User (E-mail) Betreff: [JBoss-user] JBoss Mysql Connection pooling Hi all There's a probl

[JBoss-user] JBoss Mysql Connection pooling

2001-10-10 Thread Imran Bohoran
Hi all There's a problem in configuring the Connection pools in JBoss for MySQL. Initially this was working fine. we had to remove JBoss from one system where things were going smoothly . now I've installed JBoss again and am trying to configure my pool. the container simply hangs saying that it

Re: Update 2 Re: [JBoss-user] JBOSS / MySQL problems

2001-06-20 Thread danch (Dan Christopherson)
I believe that the Windows "OS" blocks the process running in a command prompt when you hold the scroll bar. If you must run windows, install CygWin so that you can use the tail command to view the log file while JBoss is writing to it. Phan Anh Tran wrote: > In my code, > > I do 2-3 selects

Re: Update 2 Re: [JBoss-user] JBOSS / MySQL problems

2001-06-19 Thread Phan Anh Tran
- Original Message - From: "Phan Anh Tran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 11:19 PM Subject: Update 1 Re: [JBoss-user] JBOSS / MySQL problems > Here is the weirdest thing: > > 1. JBOSS is started from a Command Prompt Shortcut. &g

Update 1 Re: [JBoss-user] JBOSS / MySQL problems

2001-06-19 Thread Phan Anh Tran
re is some ugly dependency somewhere in JBOSS I believe... Anh - Original Message - From: "Phan Anh Tran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 11:08 PM Subject: [JBoss-user] JBOSS / MySQL problems > OS: Windows 2000 Professional

[JBoss-user] JBOSS / MySQL problems

2001-06-19 Thread Phan Anh Tran
OS: Windows 2000 Professional MySQL: 3.23.38-max Tables: BDB. Driver: mm 2.0.4 AppServer: JBOSS 2.2.2 with Tomcat 3.2.2 Has anyone seen this #*@ problem? It happens after running my stuff for about 3 minutes - 3 minutes of select and update statements... java.sql.SQLException: General error: Go

Re: [JBoss-user] Jboss + Mysql ?

2001-04-23 Thread Todd Chaffee
It wasn't 100% clear or easy to follow, but there is specific information in the docs.  I followed them and have jboss + mysql working with no problems so far except for some warning messages in the jboss startup log that I haven't figure out yet.  But it's working :) At 10:03 AM 04/23/01 -0700,

[JBoss-user] Jboss + Mysql ?

2001-04-23 Thread Hao Cheng
Hi, I want to use Jboss + Mysql in my project, is there any step-by-step (or specific) information regarding the JDBC driver and the way to haveit hook up with jboss? also is this way stable and commonly used?Thanks for any input, appreciate it !Hao

[JBoss-user] Jboss + Mysql ?

2001-04-22 Thread Hao Cheng
Hi, I want to use Jboss + Mysql in my project, is there any step-by-step (or specific) information regarding the JDBC driver and the way to have it hook up with jboss? also is this way stable and commonly used?   Thanks for any input, appreciate it !   Hao

RE: [JBoss-user] JBoss/MySQL

2001-03-26 Thread Flemming Schmidt Boller
Hi I use JBoss / MySql and it works fine. both BMP/CMP I think the lack for transactions (rollback) is controlled by jboss flemming -Original Message- From: Michael Quigley [mailto:[EMAIL PROTECTED]] Sent: 27. marts 2001 02:12 To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss/MySQL

[JBoss-user] JBoss/MySQL

2001-03-26 Thread Michael Quigley
I'm sure this is a FAQ. Does JBoss/JAWS support MySQL for CMP? How does JBoss deal with MySQL's lack of transactions? Is MySQL working with JBoss in any kind of CMP-based production system? Thanks, Michael ___ JBoss-user mailing list [EMAIL PROTECTE

[JBoss-user] jboss mysql

2001-03-20 Thread Alok Matta
1 add the mysql driver in the classpath 2 in jboss.jcml add org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,org. gjt.mm.mysql.Driver and Kanak org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l jdbc:mysql://127.0.0.1/KSabha 120 root 10