I configured a mySQL data source in my jboss and it's working perfectelly with this 
url:  jdbc:mysql:///OLDapplication   and the OLDapplication-ejb.jar.

  I write a new application and i'm intended to use the same Datasource, but when i 
deploy the newapplication-ejb.jar, jboss create the tables at OLDapplication database.

  Well, i tryed to configure the url like this: jdbc:mysql:///. And specify all tables 
in jbosscmp-jdbc.xml with the database descriptor like this:  
<table-name>NEWapplication.table</table-name>. But when i star the application server 
he says that he isn't connected in any database...

  So,  how do i configure jboss to create and use the tables at NEWapplication 
database?

[],
carlos
  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822597#3822597

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822597


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to