[JBoss-user] [Installation & Configuration] - Re: starup error: can't find data source

2005-05-15 Thread tommyyan
sorry, It is a post mistake, in fact my mysql-ds.xml is: medrec jdbc:mysql://localhost/medrec com.mysql.jdbc.Driver medrec medrec 50 20 0 true View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=389#389 Reply to the post : http://www.jbos

[JBoss-user] [Installation & Configuration] - starup error: can't find data source

2005-05-13 Thread tommyyan
Hi, I'm trying to deploy Medrec application to jboss4. After copying ear and other requested files to deploy folder. I added a mysql-ds.xml. medrec jdbc:mysql://localhost/medrec com.mysql.jdbc.Driver medrec medrec 50 20 0 true