7 Replies Latest reply on Dec 21, 2004 10:14 AM by starksm64

    Datasource under Jboss4

    silbunn

      I have just upgraded development server to JBoss 4.0.0 from JBoss 3.2.6 and after deployment I am getting "Error: can't find data source". Datasource is defined in *-ds.xml file and stored under /META-INF/ in packaged jar file. Somehow JBoss4 is skipping it during deployment. The only way to initialize it is to copy the *-ds.xml into the deployment folder.

      Is there any solution how I can force JBoss during .jar deployment to initialize the included datasource?

      Thank you.