Re: [JBoss-user] MySQL datastore question

2003-11-03 Thread Adrian Brock
On Mon, 2003-11-03 at 08:20, Michael Klem wrote: > I am running my app on JBoss 3.0.8. I have 2 servers which each run > an instance of my app. I use one server as a backup. It remains > running but receives no input until I redirect the input to this > server. > > My app uses MySQL as a JMS da

[JBoss-user] MySQL datastore question

2003-11-03 Thread Michael Klem
I am running my app on JBoss 3.0.8. I have 2 servers which each run an instance of my app. I use one server as a backup. It remains running but receives no input until I redirect the input to this server. My app uses MySQL as a JMS datastore. I currently run an instance of MySQL on each server

[JBoss-user] MySQL CMP - BLOB & Byte[]

2003-09-15 Thread NIELSEN JAN, Teliadk
Hi, I want to store e.g. an image in MySQL. If I want to store a object I guess that I could do someting like this: /** * @ejb:interface-method view-type="local" * * @ejb:persistent-field * * @jboss.jdbc-type BLOB * @jboss.sql-type LONGBLO

Re: [JBoss-user] MySQL XA Configuration

2003-08-19 Thread Bruce Slawson
Thanks Ionel. I was seeing the message you mentioned. I thought there was something else I needed to configure to make it go away. Bruce Ionel Gardais wrote: Hi, I was looking for the same thing a couple of weeks ago. I found that Connector/J (the mySQL jdbc connector) does not natively s

Re: [JBoss-user] MySQL XA Configuration

2003-08-19 Thread Ionel Gardais
Hi, I was looking for the same thing a couple of weeks ago. I found that Connector/J (the mySQL jdbc connector) does not natively support XA and is only in a kind of beta state with an internal XA emulation. That is, you can only use basic configuration for mySQL. JBoss will manage the wrapping

[JBoss-user] MySQL XA Configuration

2003-08-18 Thread Bruce Slawson
I am trying to configure MySQL to use XA transactions. I understand JBoss (3.2.1) provides some sort of wrapper for drivers that don't support XA natively. I have looked at the examples and the pay docs but haven't clearly worked out what needs to be done. Can someone provide a working mysql-

RE: [JBoss-user] mysql jca adapter

2003-08-14 Thread Marco.Mistroni
TECTED] > [mailto:[EMAIL PROTECTED] > Sent: 08 August, 2003 13:34 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] mysql jca adapter > > > Hi, > > I want to run jboss with mysql via a jca adapter. I do the > same already with sap. Have I to install a jca adapter, or > co

[JBoss-user] mysql jca adapter

2003-08-10 Thread Juraj . Lenharcik
Hi, I want to run jboss with mysql via a jca adapter. I do the same already with sap. Have I to install a jca adapter, or comes one with jboss? Does anyone knows a good open source mysql or db jca adapter which can be used in different application server? thanks Juraj --

RE: [JBoss-user] MySql, Transactions and deployment

2003-04-05 Thread Rod Cope
09 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] MySql, Transactions and deployment Hi all,   I'm using mysql version 3.23.52   I've read that for transactions to be supported you have to use the mysql process mysqld-max and have to have it set up to support transactions by enabling

Re: [JBoss-user] MySql, Transactions and deployment

2003-04-05 Thread costin
Hi! I am using the same combination (in fact I use MysqlMax 4.0.1x) which have InnoDB by default. However, I have support for transaction but without any InnoDB option. I can query CMR relations and all that which require transaction. I don`t know how this good this is (I am open for solutions ho

[JBoss-user] MySql, Transactions and deployment

2003-04-05 Thread Brian McSweeney
Hi all,   I'm using mysql version 3.23.52   I've read that for transactions to be supported you have to use the mysql process mysqld-max and have to have it set up to support transactions by enabling tables of type InnoDB or BDB as opposed to the default of type ISAM.   My question is, I w

Re: [JBoss-user] mysql auto-increment

2003-02-26 Thread Alex Loubyansky
Rene, the driver you are using doesn't have method java.sql.ResultSet PreparedStatement.getGeneratedKeys(). You need to upgrade the driver. alex Thursday, February 27, 2003, 4:55:18 AM, Rene Palad wrote: RP> Hi, RP> I'm following the recent discussion about PK RP> generation in 3.2 specificall

[JBoss-user] mysql auto-increment

2003-02-26 Thread Rene Palad
Hi, I'm following the recent discussion about PK generation in 3.2 specifically mysql auto-increment and presently I'm getting: javax.ejb.EJBException: Unexpected Error java.lang.NoSuchMethodError: com.mysql.jdbc.PreparedStatement.getGeneratedKeys()Ljava/sql/ResultSet; The detailed log error sho

Re: [JBoss-user] MySQL connector on 3.2.0RC2

2003-02-18 Thread David Jencks
Excuse me for my previous reply, in fact in 3.2RC2 you should use java:/TransactionManager and ignore the warning. I have just checked in the code that allows you to use jboss:service=TransactionManager so it is available in cvs but not in 3.2RC2. thanks david jencks On 2003.02.18 05:47 Be

RE: [JBoss-user] MySQL connector on 3.2.0RC2

2003-02-18 Thread David Jencks
Change the entire attribute element to jboss:service=TransactionManager david jencks On 2003.02.18 09:00 David Jencks wrote: > The original warnings are just that, warnings. The deployment should > still > work. > > To remove the warnings, use the object name > > jboss:service=TransactionMan

RE: [JBoss-user] MySQL connector on 3.2.0RC2

2003-02-18 Thread David Jencks
The original warnings are just that, warnings. The deployment should still work. To remove the warnings, use the object name jboss:service=TransactionManager If this doesn't solve all the problems please show some stack trace from when the datasource is being deployed and check the jmx consol

RE: [JBoss-user] MySQL connector on 3.2.0RC2

2003-02-18 Thread Egger Lothar
hi list, hi Benjamin same here with oracle jdbc :( cheers Lothar > -Original Message- > From: Benjamin Cox [mailto:[EMAIL PROTECTED]] > 02:37:24,418 WARN [XATxConnectionManager] Please change your > datasource > setup to use TransactionManagerService with object name > jboss.tm:ser

[JBoss-user] MySQL connector on 3.2.0RC2

2003-02-18 Thread Benjamin Cox
Hello, I have just downloaded 3.2.0RC2 (the zip file, after building from source failed), and tried to set up two MySQL datasources. I copied the mysql-service.xml file from $JBOSS_HOME/docs/examples/jca/mysql-service.xml and modified the connection, etc. properties. When I ran JBoss, it com

Re: [JBoss-user] MySQL Connector J3.0.5 Gamma with JBoss...

2003-02-09 Thread Olle Hallin
Hi! I bet 1 Euro on that you are using MySQL 3.23 or older. There is a bug in the Connector/J 3.0.5 code for getting the isolation level from a 3.23 server. The bug does not appear when accessing MySQL 4.x Regards, Olle Hallin Márcio Emílio Cruz Vono de Azevedo wrote: Hi all, We've been t

[JBoss-user] MySQL Connector J3.0.5 Gamma with JBoss...

2003-02-07 Thread Márcio Emílio Cruz Vono de Azevedo
Hi all,   We've been trying to access a MySQL database by JNDI using JBoss 3.0.4 with Connector J3.0.5 Gamma as JDBC driver. When I try to get connection an exception is throwed.Follows the source code:Context c = new InitialContext ();javax.sql.DataSource datasource = (javax.sql.DataSource)

Re: [JBoss-user] MySQL Datasource configuration problem

2003-01-16 Thread James Cleary
Try changing the first occurence of "name" to "service" as follows. Not sure which version of JBoss they changed this in but it's always biting me because we run several versions. jboss.secur ity:service=JaasSecurityManager > optional-attribute-name="JaasSecurityManagerService">jboss.s

Re[2]: [JBoss-user] MySQL Datasource configuration problem

2003-01-15 Thread Alex Loubyansky
nsky >> Sent: Wednesday, January 15, 2003 10:25 PM >> To: Paul Kavanagh >> Subject: Re: [JBoss-user] MySQL Datasource configuration problem >> >> >> The datasources can't be accessed outside the VM JBoss is running in. >> >> alex >> >>

Re: [JBoss-user] MySQL Datasource configuration problem

2003-01-15 Thread Alex Loubyansky
The datasources can't be accessed outside the VM JBoss is running in. alex Thursday, January 16, 2003, 2:22:26 AM, you wrote: PK> Hi there, PK> I'm unable to get a MySql datasource configured and know that it's probably a dumb configration PK> error on my part, but I've spent a day trying to f

[JBoss-user] MySQL Datasource configuration problem

2003-01-15 Thread Paul Kavanagh
Hi there, I'm unable to get a MySql datasource configured and know that it's probably a dumb configration error on my part, but I've spent a day trying to figure it out to no avail, and am hoping someone can shed some light. I've configured mysql-service.xml and standardjbosscmp-jdbc.xml accord

Re: [JBoss-user] MySql with Jboss 3.0.1

2002-08-20 Thread David Jencks
-- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Tue 20/08/2002 8:13 PM > To: [EMAIL PROTECTED] > Cc: > Subject: Re: [JBoss-user] MySql with Jboss 3.0.1 > > > > Use the config file that comes with a release of

RE: [JBoss-user] MySql with Jboss 3.0.1

2002-08-20 Thread Geer, Benjamin
See the section "Specifying Service Dependencies" on page 54 of the JBoss 3.0.1 Administration and Development book. Benjamin -Original Message- From: Alan Yost [mailto:[EMAIL PROTECTED]] Sent: 20 August 2002 13:45 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] MySql with J

RE: [JBoss-user] MySql with Jboss 3.0.1

2002-08-20 Thread Alan Yost
Regards Alan. -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Tue 20/08/2002 8:13 PM To: [EMAIL PROTECTED] Cc: Subject: Re: [JBoss-user] MySql with Jboss 3.0.1 Use the co

RE: [JBoss-user] MySql with Jboss 3.0.1

2002-08-20 Thread Alan Yost
n Haugsand [mailto:[EMAIL PROTECTED]] Sent: Tue 20/08/2002 5:39 PM To: [EMAIL PROTECTED] Cc: Subject: Re: [JBoss-user] MySql with Jboss 3.0.1 * Chris Pinfold > I am having problems deploying mysql-service.xml (MySql Data

Re: [JBoss-user] MySql with Jboss 3.0.1

2002-08-20 Thread David Jencks
I believe jboss is set up so if you put numbers at the front of your package names they will be deployed in that order. david jencks On 2002.08.20 05:39:40 -0400 Jon Haugsand wrote: > * Chris Pinfold > > I am having problems deploying mysql-service.xml (MySql Datasource) > using > > Jboss 3.0.1.

Re: [JBoss-user] MySql with Jboss 3.0.1

2002-08-20 Thread David Jencks
Use the config file that comes with a release of jboss, or compare VERY carefully, or look at the message that tells you what the problem is and see if all the mbeans needed are actually there, or look at the mailing list where this problem has been answered 20 or so times. jboss.security:name

Re: [JBoss-user] MySql with Jboss 3.0.1

2002-08-20 Thread Jon Haugsand
* Chris Pinfold > I am having problems deploying mysql-service.xml (MySql Datasource) using > Jboss 3.0.1. > This worked fine in 3.0.0, but now I get the folllowing error: > > I have attached the mysql-service.xml file. > > 05:00:51,079 ERROR [URLDeploymentScanner] MBeanException: Exception in M

[JBoss-user] MySql with Jboss 3.0.1

2002-08-19 Thread Chris Pinfold
Title: MySql with Jboss 3.0.1 I am having problems deploying mysql-service.xml (MySql Datasource) using Jboss 3.0.1. This worked fine in 3.0.0, but now I get the folllowing error: I have attached the mysql-service.xml file. 05:00:51,079 ERROR [URLDeploymentScanner] MBeanException: Excep

RE: [JBoss-user] MySQL strange behaviour

2002-06-22 Thread wonder sonic
om the partial SQL statement, it looks as if a > comma is needed between the > CONSTRAINT clause and the PRIMARY KEY clause. > > Good luck, > - Mike Hewitt > [EMAIL PROTECTED] > > -Original Message- > From: wonder sonic [mailto:[EMAIL PROTECTED]] > Sent:

Re: [JBoss-user] MySQL configuration problem

2002-06-12 Thread Faisal Mahmood
I have tried this, but didn't help. Can there be any other option or configuration I might be missing? Faisal. You have the correct pieces in the right place I think, however there is something wrong with your config. Double check the url, username, password. david jencks On 20

Re: [JBoss-user] MySql problem

2002-06-12 Thread David Jencks
Does the mysql datasource deploy ok if you remove your application? If so my may find it easiest to prefix your filenames with numbers to get them to load in the correct order. 10_mysql-service.xml 20_myapp.jar This method my work only with cvs jboss, I'm not sure. david jencks On 2002.06.12

[JBoss-user] MySql problem

2002-06-12 Thread madhu
I am getting this error when running the jboss3.0.0 .MySqlpool not bound error. I changed the standardjaws.xml and mysql-service.xml files with Mysql datasource(MySqlpool).still it's giving error.please help me. Error is: at java.lang.Thread.run(Thread.java:484) 16:53:15,051 WARN [NestedThrow

Re: [JBoss-user] MySQL configuration problem

2002-06-11 Thread David Jencks
You have the correct pieces in the right place I think, however there is something wrong with your config. Double check the url, username, password. david jencks On 2002.06.11 07:57:20 -0400 Faisal Mahmood wrote: > Hi, > I am trying to configure MySQL with JBoss. DO I need mysql.rar file >

[JBoss-user] MySQL configuration problem

2002-06-11 Thread Faisal Mahmood
Hi, I am trying to configure MySQL with JBoss. DO I need mysql.rar file in the deploy folder if yea from where I can get that?.I have modified the mysql-service.xml file by adding the connection URL and JNDI name for the data source. Also I have added the data source name in jboss.xml and

RE: [JBoss-user] MySQL strange behaviour

2002-06-07 Thread MHewitt
To: [EMAIL PROTECTED] Subject: [JBoss-user] MySQL strange behaviour Hi, I've done it (mysql and jboss 3.0 communication) but... -1- I can't connect with the user/password I want though I've added the user/password in mysql.user and granted all on my db for this user. The only user who ha

[JBoss-user] MySQL strange behaviour

2002-06-07 Thread wonder sonic
Hi, I've done it (mysql and jboss 3.0 communication) but... -1- I can't connect with the user/password I want though I've added the user/password in mysql.user and granted all on my db for this user. The only user who have access is 'root' (without password). -2- After JBoss created the first SQL

RE: [JBoss-user] MySQL service installation

2002-06-06 Thread JD Brennan
Title: RE: [JBoss-user] MySQL service installation The datasource-mapping for MySQL is called mySQL - I guess case matters.  You have MySql.  To find the datasource-mappings look in the standardjbosscmp-jdbc.xml in server/default/conf JD -Original Message- From: wonder sonic

Re: [JBoss-user] MySQL service installation

2002-06-06 Thread Greg Turner
loys the jar file. > > > > > > > > wonder sonic wrote: > > > > > > > > > I use the 3.0 final, and indeed, the version > > is > > > > old (I > > > > > use the one downloadable in the CMP 2.0 / > > JBoss >

Re: [JBoss-user] MySQL service installation

2002-06-06 Thread Ricardo Argüello
IL PROTECTED]> Sent: Thursday, June 06, 2002 3:49 PM Subject: Re: [JBoss-user] MySQL service installation > I've done all of you said: xml file in the deploy > directory with name="JndiName">MySql, xxx-13.jar file in > the jboss/lib directory and here is the > jbosscmp

Re: [JBoss-user] MySQL service installation

2002-06-06 Thread wonder sonic
> Are you using JBoss 3.0.0 final? It looks > like > > > your > > > > > mysql-service.xml is an old one. > > > > > > > > > > There is an example file for MySQL > > > > > (mysql-service.xml) in the > > > > > jboss-3.0.0/docs/examples/jca/ directory. &

Re: [JBoss-user] MySQL service installation

2002-06-06 Thread Greg Turner
amples/jca/ directory. > > > > > > > > You should edit this file, and drop it into > > > > server/default/deploy > > > > > > > > Follow the instructions in the XML file. > > > > > > > > Ricardo Argüello > > >

Re: [JBoss-user] MySQL service installation

2002-06-06 Thread wonder sonic
Follow the instructions in the XML file. > > > > > > Ricardo Argüello > > > > > > > > > - Original Message - > > > From: "wonder sonic" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent:

Re: [JBoss-user] MySQL service installation

2002-06-06 Thread Greg Turner
ello > > > > > > - Original Message ----- > > From: "wonder sonic" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, June 06, 2002 11:23 AM > > Subject: [JBoss-user] MySQL service installation > > > > > >

Re: [JBoss-user] MySQL service installation

2002-06-06 Thread wonder sonic
his file, and drop it into > server/default/deploy > > Follow the instructions in the XML file. > > Ricardo Argüello > > > - Original Message - > From: "wonder sonic" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursd

Re: [JBoss-user] MySQL service installation

2002-06-06 Thread Ricardo Argüello
file. Ricardo Argüello - Original Message - From: "wonder sonic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 11:23 AM Subject: [JBoss-user] MySQL service installation > Hi, > I've read the tutorial document about CMR 2.0 with

[JBoss-user] MySQL service installation

2002-06-06 Thread wonder sonic
Hi, I've read the tutorial document about CMR 2.0 with JBoss 3.0 and tried to install mySQL as the default datasource but I encouter some errors during the deployment of my beans: Caused by: org.jboss.deployment.DeploymentException: Error: can't find data source: java:/mySQLDS; - nested throwable

RE: [JBoss-user] MySQL service

2002-04-03 Thread Eric Jain
> You might need to put the classpath element referring to > jbosscx.jar/sar/whatever back in so the classes are sure to be available > for the mbean. I'm trying to find a different solution for this. Thanks; certainly a better solution than renaming to a-mysql-service.sar, which also solved the

Re: [JBoss-user] MySQL service

2002-04-03 Thread David Jencks
You might need to put the classpath element referring to jbosscx.jar/sar/whatever back in so the classes are sure to be available for the mbean. I'm trying to find a different solution for this. david jencks On 2002.03.27 09:36:29 -0500 Eric Jain wrote: > Sometimes my mysql-service.sar doesn't

Re: [JBoss-user] MySQL service

2002-03-28 Thread jain
> Have you tried with latest CVS? Not yet, I'm still using a version from March 1. Anyways, the problem dissappeared when mysql-service.sar was renamed to a-mysql-service.sar... -- Eric Jain -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net ___

Re: [JBoss-user] MySQL service

2002-03-27 Thread Adrian Brock
Have you tried with latest CVS? I've got an open bug report for this, but I think it has already been fixed? Regards, Adrian >From: "Eric Jain" <[EMAIL PROTECTED]> >To: "Jboss-User" <[EMAIL PROTECTED]> >Subject: [JBoss-user] MySQL service >Date

[JBoss-user] MySQL service

2002-03-27 Thread Eric Jain
Sometimes my mysql-service.sar doesn't deploy at startup, however if I deploy it after JBoss has started up, no problem. Perhaps a dependency problem? JBoss 3.0b2, Windows and Linux. mysql-service.sar |-- mm.mysql-2.0.11-bin.jar |-- META-INF/ |-- jboss-service.xml javax.management.Reflecti

[JBoss-user] MySql and Container-managed beans

2001-11-17 Thread mglass
I'm using MySql and am accessing using a container-managed EJB. How does mySql know which Database to use? How do I set username and password so a connection can be made?   thanks, Mark

Re: [JBoss-user] Mysql ejbpassivate()

2001-10-01 Thread Dmitri Colebatch
You shouldn't be holding on to a connection. Hold on to a reference to the datasource object, and use datasource.getConnection() and connection.close() to obtain/release a connection. cheers dim On Tue, 2 Oct 2001, Papo Napolitano wrote: > Hi! > > I'm trying to write an EJBean with mysql. I b

[JBoss-user] Mysql ejbpassivate()

2001-10-01 Thread Papo Napolitano
Hi! I'm trying to write an EJBean with mysql. I build it and everything works fine, but when I make some change and redeploy I got the following error. I want to close the connection in the ejbPassivate(). Anybody can help me with this?? How can I do it ? Regards, Papo ERROR: [Auto deploy] Aut

Re: [JBoss-user] mysql and jboss

2001-09-28 Thread Nguyen Thanh Phong
:/ipdomainMySQL Let me know if it works. Phong. - Original Message - From: "Daniel Ferrante" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 29, 2001 6:29 AM Subject: RE: [JBoss-user] mysql and jboss try without the default comp/e

RE: [JBoss-user] mysql and jboss

2001-09-28 Thread Daniel Ferrante
try without the default comp/env/ in the call lookup the datasourse so use: "java:ipdomainMySQL" . This worked for me. Dan -Original Message- From: Mir S Islam [mailto:[EMAIL PROTECTED]] Sent: Friday, September 28, 2001 6:41 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] mysql

[JBoss-user] mysql and jboss

2001-09-28 Thread Mir S Islam
I am trying to use mysql with jboss as described in the documentation but ran into some problem. During the initialization I see the following messages on console/server log. [Configuration] DataSourceClass set to org.jboss.pool.jdbc.xa.wrapper.XADataSour ceImpl in DefaultDomain:service=XADataSo

AW: [JBoss-user] Mysql problem

2001-09-12 Thread storck
    3. copy in /lib or /lib/ext mm.mysql-2.0.4-bin.jar   That should work!   Bye       -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von pifen ellwoodGesendet: Mittwoch, 12. September 2001 21:50An: [EMAIL PROTECTED]Betreff: [JBoss-user

Re: [JBoss-user] Mysql problem

2001-09-12 Thread pifen ellwood
, September 12, 2001 10:50 AM Subject: AW: [JBoss-user] Mysql problem   Try to write simple JDBC Client in order to find out if a login is really possible. Its Five minutes of work and otherwise You never know.   Hi, I've searched all the post mail and do everyth

AW: [JBoss-user] Mysql problem

2001-09-12 Thread Marcel Stremming
  Try to write simple JDBC Client in order to find out if a login is really possible. Its Five minutes of work and otherwise You never know.   Hi, I've searched all the post mail and do everything I can to make mysql work with jboss but failed. If anyone got Mysql to work w

[JBoss-user] Mysql problem

2001-09-12 Thread pifen ellwood
Hi, I've searched all the post mail and do everything I can to make mysql work with jboss but failed. If anyone got Mysql to work with Jboss, please let me know which version of Mysql, mysql jdbc driver that you're using and send me a sample of the jboss.jcml that works.   Thanks   Here is m

AW: [JBoss-user] MySql Not Working with JBoss

2001-08-10 Thread Jan Heise
etreff: RE: [JBoss-user] MySql Not Working with JBoss Wana rock -Original Message-From: Jan Heise [mailto:[EMAIL PROTECTED]]Sent: 10 August 2001 11:02To: [EMAIL PROTECTED]Subject: AW: [JBoss-user] MySql Not Working with JBoss hi,   does jboss s

RE: [JBoss-user] MySql Not Working with JBoss

2001-08-10 Thread James Magee
Wana rock -Original Message-From: Jan Heise [mailto:[EMAIL PROTECTED]]Sent: 10 August 2001 11:02To: [EMAIL PROTECTED]Subject: AW: [JBoss-user] MySql Not Working with JBoss hi,   does jboss start up to: . . . [Service Control] Started 26 services

AW: [JBoss-user] MySql Not Working with JBoss

2001-08-10 Thread Jan Heise
:[EMAIL PROTECTED]]Im Auftrag von nishar aliGesendet: Freitag, 10. August 2001 11:26An: [EMAIL PROTECTED]Betreff: [JBoss-user] MySql Not Working with JBoss Hai , I tryed to start mySql with connection pooling in JBoss but it fails. I removed all the properties from JBoss.jcml except

[JBoss-user] MySql Not Working with JBoss

2001-08-10 Thread nishar ali
Hai , I tryed to start mySql with connection pooling in JBoss but it fails. I removed all the properties from JBoss.jcml except my MySql properties and now it look like this   org.gjt.mm.mysql.Driver "> org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl HHDBConnectionPool jdbc:mysql://l

Re: [JBoss-user] MySQL, CMP Deployment Problem

2001-07-25 Thread Faisal Abdallah
try to remove the deployed app ear from jboss jboss\tmp dir and redeploy your app .. faisal - Original Message - From: Scott Salisbury To: [EMAIL PROTECTED] Sent: Wednesday, July 25, 2001 6:45 PM Subject: [JBoss-user] MySQL, CMP Deployment Problem Hello, I have a CMP bean that I have

Re: [JBoss-user] MySQL, CMP Deployment Problem

2001-07-25 Thread David Jencks
One really silly possibility.. you don't by chance have your old ejb jar in lib/ext?? Or maybe just the interfaces? The MySQL table is correct by the new definition? This might (?) happen if interfaces jar was in lib/ext but beans themselves are deployed in deploy. david jencks On 2001.07.25

[JBoss-user] MySQL, CMP Deployment Problem

2001-07-25 Thread Scott Salisbury
Hello,   I have a CMP bean that I have deployed.  Then, I needed to make a change to it.  I dropped the table in MySQL.  I made changes to the Bean, the remote interface and made an unrelated changed to the home interface.   When I redeployed the bean, it created the table in MySQL properly

Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-12 Thread tim . haley
Scott, I think your jboss.xml file is still not quite right: > >Here is my jboss.xml > > > > > jdbc/mySQLDB > java:/jdbc/mySQLDB > > > This should be: false jdbc/mySQLDB java:/jdbc

Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-11 Thread Scott Salisbury
nk you again for your help. I really appreciate it. Scott    - Original Message - From: [EMAIL PROTECTED] To: Scott Salisbury Cc: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:54 PM Subject: Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found Scott,It soun

Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-11 Thread tim . haley
/mySQLDB in your jboss.xml file. 2) Or, change your code to: DataSource ds = (DataSource)jndiCntx.lookup("java:jdbc/mySQLDB"); Good luck! "Scott Salisbury" <[EMAIL PROTECTED]> on 07/11/2001 11:56:40 AM To: Tim Haley/SAR/Global@Global cc: Subject

Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-10 Thread tim . haley
not have to wait for the unused database engines to be started and run. - Tim - Original Message - From: "Scott Salisbury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 11:35 PM Subject: [JBoss-user] MySQL, BMP, Table not found Hello, I

Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-10 Thread Burkhard Vogel
1 error so below: - Original Message - From: "Scott Salisbury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 11:35 PM Subject: [JBoss-user] MySQL, BMP, Table not found Hello, I am using the O'Reilly book to familiarize with EJB.

[JBoss-user] MySQL, BMP, Table not found

2001-07-09 Thread Scott Salisbury
Hello,   I am using the O'Reilly book to familiarize with EJB.  I am using JBOSS 2.2.1 with Tomcat 3.2.1.  I am able to get CMP beans to work using MySQL without a problem however when I try to insert a row using BMP I get the following message..   Table not found: TEST.SHIP in statement [in

[JBoss-user] mysql | postgresql XA Connection Pool problem

2001-07-05 Thread Achilleus Mantzios
Hi, i am using JBoss2.2.2 with tomcat3.2.2. It worked fine (deploying and running a sample Enterprise Bean application), on a FreeBSD 4.3, with linux kernel 2.2.12 emulation, with jdk-1.3.0, and on an other installation with linux 2.4.5, and jdk1.3.1. Problems started when we tried to define a jd

Re: [JBoss-user] mysql-Jboss ConnectionPool

2001-07-05 Thread danch (Dan Christopherson)
Rakesh Shankar Shringi wrote: > hi, > jboss.xml > > > jdbc/mySQLFlirtDS > java:/mySQLFlirtDS Try 'java:/mySQLFlirtDS' here. I believe that works in jboss 2.2.2 or later. If not you'll need to add a 'resource-managers' section to your jboss.xml file. See the jboss.dtd for more informatio

Re: [JBoss-user] mysql-Jboss ConnectionPool

2001-07-04 Thread Toby Allsopp
On Wed, Jul 04, 2001 at 03:53:39PM +0530, Rakesh Shankar Shringi wrote: > hi, > > I am trying to use the JBOSS connectionPool > and i am getting the following error: > [java]java.lang.ClassCastException: > org.opentools.minerva.jdbc.xa.XAPoolDataSource > > jboss.xml > > > jdbc/mySQLF

Re: [JBoss-user] mysql works

2001-07-04 Thread Richard Bottoms
>There is a pretty good example in the J2EE Tutorial PDF from Sun. >-- > Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com >mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] >GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 Tha

Re: [JBoss-user] mysql examples

2001-07-04 Thread Richard Bottoms
Google and yea shall receive: http://p2p.wrox.com/archive/java_databases/2001-03/7.asp r.b. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] mysql works

2001-07-04 Thread Nicolai P Guba
> "RB" == Richard Bottoms <[EMAIL PROTECTED]> writes: >> Hmm. >> >> Ours is Debian GNU/Linux and the mysql version is >> >> mysql Ver 11.13 Distrib 3.23.36, for pc-linux-gnu (i586) >> >> Could it be that the mysql version is older and maybe incompatible >> with that driver? RB> That'

Re: [JBoss-user] mysql works

2001-07-04 Thread Richard Bottoms
>Hmm. > >Ours is Debian GNU/Linux and the mysql version is > > mysql Ver 11.13 Distrib 3.23.36, for pc-linux-gnu (i586) > >Could it be that the mysql version is older and maybe incompatible >with that driver? That's the thing, I went to the older version to get it to work. In any case I'

Re: [JBoss-user] mysql works

2001-07-04 Thread Richard Bottoms
Okay, now that I have mysql functioning would any one have a servlet and/or a http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] mysql works

2001-07-04 Thread Nicolai P Guba
> "RB" == Richard Bottoms <[EMAIL PROTECTED]> writes: RB> At 06:59 PM 7/4/01 +0100, you wrote: >>> "RB" == Richard Bottoms <[EMAIL PROTECTED]> writes: RB> Under Red Hat 6.1: RB> [JDBC provider] Starting [JDBC provider] Started [mySQLDS] RB> Starting [mySQLDS] XA Connection pool mySQLDS

Re: [JBoss-user] mysql works

2001-07-04 Thread Richard Bottoms
At 06:59 PM 7/4/01 +0100, you wrote: >> "RB" == Richard Bottoms <[EMAIL PROTECTED]> writes: Under Red Hat 6.1: [JDBC provider] Starting [JDBC provider] Started [mySQLDS] Starting [mySQLDS] XA Connection pool mySQLDS bound to java:/mySQLDS [mySQLDS] Stopped [mySQLDS] java.lang.NullPoint

[JBoss-user] mysql works

2001-07-04 Thread Richard Bottoms
At last. Note that Jboss 2.2.2 requires mm.mysql-2.0.2-bin.jar. Version mm.mysql-2.0.4-bin.jar will not work. r.b. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] mysql works

2001-07-04 Thread Nicolai P Guba
> "RB" == Richard Bottoms <[EMAIL PROTECTED]> writes: RB> At last. Note that Jboss 2.2.2 requires RB> mm.mysql-2.0.2-bin.jar. Version mm.mysql-2.0.4-bin.jar will not RB> work. H, I've been using 2.0.4 with JBoss 2.2.2 for quite some time now. What excactly doesn't work? -- Nicolai P

[JBoss-user] mysql-Jboss ConnectionPool

2001-07-04 Thread Rakesh Shankar Shringi
hi, I am trying to use the JBOSS connectionPool and i am getting the following error: [java] java.lang.ClassCastException: org.opentools.minerva.jdbc.xa.XAPoolDataSource What i have done is like this: Jboss.cfml org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl mySQLFlirtDS jdb

Re: [JBoss-user] mysql driver

2001-06-26 Thread Michael Bilow
> 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

2001-06-26 Thread Mike Thompson
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 bette

Re: [JBoss-user] mysql driver

2001-06-26 Thread Michael Bilow
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

Re: [JBoss-user] mysql driver

2001-06-26 Thread Mike Thompson
. --m - Original Message - From: "Mike Thompson" <[EMAIL PROTECTED]> To: "jboss" <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 7:39 AM Subject: [JBoss-user] mysql driver > Ok, I'm trying to run JBoss with tomcat. I've recently downl

[JBoss-user] mysql driver

2001-06-26 Thread Mike Thompson
Ok, I'm trying to run JBoss with tomcat. I've recently downloaded the latest\greatest bundle. I need a datasource that points to a mysql database, so I added org.gjt.mm.mysql.Driver to my jboss.jcml in the configuration that I am running (which was just a copy of the \conf\tomcat dir).

RE: [JBoss-user] MySQL Pool Error: XA Connection... NullPointerException

2001-06-22 Thread Jord Sonneveld
Title: RE: [JBoss-user] MySQL Pool Error: XA Connection... NullPointerException Try setting your minimum pool size to 1. Had this same problem, only with oracle drivers. In the xadatasourceloader mbean: 1 j\s -Original Message- From: Keith Elliott [mailto:[EMAIL PROTECTED

[JBoss-user] MySQL Pool Error: XA Connection... NullPointerException

2001-06-22 Thread Jonathan Gibbons
Hi, the problem is your jboss.jcml where you have two mbean jdbcProvider entries. Try having only one with a single attribute of comma seperated driver names org.gjt.mm.mysql.Driver,org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver It tell you to only have a single attribute

[JBoss-user] MySQL Pool Error: XA Connection... NullPointerException

2001-06-22 Thread Keith Elliott
Hi Folks, We're using RHL 7.1, MySQL, Jboss 2.2.2/Tomcat 3.2.2 combo. We get the following error when starting jboss: ... [JAAS Security Manager] Started [JDBC provider] Starting [JDBC provider] Started [mysqlPool] Starting [mysqlPool] XA Connection pool mysqlPool bound to java:/mysqlPool [mysq

Re: [JBoss-user] mysql

2001-06-21 Thread Nicolai P Guba
> "RB" == Richard Bottoms <[EMAIL PROTECTED]> writes: RB> At 06:52 PM 6/16/01 +0100, you wrote: >> The current version MySQL works fine with Jboss . RB> Any possibility of a .ear & source tutorial? MySQL data access is RB> the next thing I need to get working (followed by Mail). I was RB> ab

  1   2   >