[JBoss-user] [Installation Configuration] - Re: MySQL error with JMS-Server

2004-08-06 Thread sathish_jboss
I managed to get rid of the error (java.lang.NoSuchMethodError...) in my simple application by moving to jdk1.4.2. It was strange that I was consistently able to reproduce the same error when I used jdk1.3.1 and deploy my application in jboss3.2.5. I had both jdks (1.3.1 and 1.4.2) installed in

[JBoss-user] [Installation Configuration] - Re: MySQL error with JMS-Server

2004-08-04 Thread berlinbrown
It might be jboss is trying to use a method not in the JDBC driver, DataSource? or something, that is my guess. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844090#3844090 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: MySQL error with JMS-Server

2004-07-28 Thread sathish_jboss
Iam getting the same error too, except that Iam connecting to Oracle8. I have a simple CMP entity bean and a session bean. But JBoss gives the same error as previous one while deploying (starting the server). 20:49:30,284 WARN [ServiceController] Problem starting service

[JBoss-user] [Installation Configuration] - Re: MySQL error with JMS-Server

2004-07-22 Thread berlinbrown
Nevermind, I needed to configure the JBossMQ to create the tables for MySQL View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842970#3842970 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842970

[JBoss-user] [Installation Configuration] - Re: MySQL error with JMS-Server

2004-07-22 Thread berlinbrown
One more problem, nothing with the JMS, but with an (MySQL)CMP bean I get an error NoSuchMethodError, but I cant see what method is being called, it is a simple bean with one field, and the code works both in Hypersonic JBOSS setup and in the MySQL setup, but with the Mysql setup I get the