[jboss-user] [Installation, Configuration Deployment] - Re: Multiple data sources when using MySQL

2009-09-03 Thread EMeuwese
yashendrac wrote : Hi, | | I am also getting same error related to MySQL. | | Deployment jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory is missing the following dependencies: | | Dependency jboss.messaging:service=PostOffice (should be in state

[jboss-user] [Installation, Configuration Deployment] - Re: Multiple data sources when using MySQL

2009-09-03 Thread EMeuwese
yashendrac wrote : Hi, | | I am also getting same error related to MySQL. | | Deployment jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory is missing the following dependencies: | | Dependency jboss.messaging:service=PostOffice (should be in state

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-05-18 Thread yashendrac
Hi, I am also getting same error related to MySQL. Deployment jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory is missing the following dependencies: | Dependency jboss.messaging:service=PostOffice (should be in state Create, but is actually in state Configured)

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-05-18 Thread cpslo1999
I haven't noticed any adverse effects yet. You do get a warning in the log, however. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231748#4231748 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231748

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-17 Thread pualsa
Hi, I think the right configuration is to use local-tx for JBM and for the application. Also take the latest MySQL driver (5.1.8) - there is a fix for XA. I don't have problems with timers, but there are many transaction problems when MDBs are very loaded. I'll try the workaround posted at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-16 Thread cpslo1999
I eliminated this last error by shutting down JBoss, truncating the timers table, and then restarting JBoss. Another issue has come up with this configuration. I tried to install a second box (one of our testing serviers) using the final configuration from the above experiments and ran into

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-15 Thread jaikiran
anonymous wrote : 1) How important is it to have JBoss infrastructure use the DefaultDS while applications use something else? (Stated in another way, what advantage does this configuration provide?) As Peter rightly mentioned, using just a single database to host everything (= server's data

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-15 Thread PeterJ
anonymous wrote : apparently it is not common with MySQL as the database as there is very little information to be found on how to configure JBoss. http://www.jboss.org/community/docs/DOC-12255 http://www.jboss.org/community/docs/DOC-12244 I have another resource but it not free (though the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-15 Thread cpslo1999
I started with a clean copy of the standard server and applied the instructions from http://www.jboss.org/community/docs/DOC-12255 This is JBoss 5.0.1.GA and MySQL 5.1.33 Here are my notes corresponding to the step in the instructions: 1) Done 2) Done 3) Done 4) Referenced file

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-15 Thread cpslo1999
Progress update: 1) Copied the deploy/mysql-ds.xml file to deploy/app-mysql-ds.xml 2) Changed the JNDI name, changed the URL, changed the credentials in app-mysql-ds.xml 3) Restarted JBoss -- No errors and no new warnings -- 4) Deployed my JMS queues -- No errors -- 5) Deployed my app and I get

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-15 Thread cpslo1999
I tried setting the DefaultDS as a XA Data Source using a datasource descriptor I found on the net (I can't vouch for it's correctness) and leaving my application's data source as a local-tx (like what is found in docs/examples/jca). | datasources | xa-datasource |