Hi, I am trying to deploy EJB's on my machine. I am runnig JBoss alongside Tomcat and the datasource is mysql. I am getting errors while deploying the EJBs, the errors look like this: Verifier] Verifying file:/C:/JBoss_Tomcat/jboss/tmp/deploy/Default/CDR-Applicat ion.jar/ejb1001.jar [Container factory] Deploying ProtocolBean [Container factory] Deploying ReportBean [Container factory] Deploying ProjectBean [Container factory] Deploying JobBean [Container factory] Deploying ClinicianBean [Container factory] Deploying FormJobWorkFlowBean [Container factory] Deploying LoginWorkFlowBean [Container factory] Deploying RunReportWorkFlowBean [Container factory] Deploying BrowseReportWorkFlowBean [Container factory] Deploying ProgressWorkFlowBean [Container factory] org.jboss.ejb.DeploymentException: mySQL not bound [Container factory] at org.jboss.ejb.plugins.jaws.metadata.JawsApplicationMe taData.init(JawsApplicationMetaData.java:120) [Container factory] at org.jboss.ejb.plugins.jaws.metadata.JawsXmlFileLoader .load(JawsXmlFileLoader.java:75) [Container factory] at org.jboss.ejb.plugins.jaws.jdbc.JDBCCommandFactory.<i nit>(JDBCCommandFactory.java:79) [Container factory] at org.jboss.ejb.plugins.jaws.JAWSPersistenceManager.ini t(JAWSPersistenceManager.java:78) What does 'mySQL not bound' mean? Also I am not sure how to configure mysql with JBoss. Can anyone help? Much appreciated.
[This message has been edited by Hemal Shah (edited December 11, 2001).]