1 Reply Latest reply on Jan 7, 2005 10:18 PM by starksm64

    Datasource deployment in SAR on 4.0

    cybermac912

      Is this still possible? We can deploy an app into 3.2.6 with the following structure:

      SomeApp.ear/
       META-INF/
       application.xml
       SomeEjbs.jar/
       META-INF/
       ejb-jar.xml
       com/blah/blah/*.class
       SomeService.sar/
       META-INF/
       our-ds.xml
       jboss-service.xml
       . . .
      

      and it deploys correctly. When we deploy the same app into 4.0.1, the -ds.xml is not processed and we get deployment errors on our EJB's: "Error: can't find data source...". The app can be deployed if we remove the -ds.xml and deploy it separately.

      What happened to this feature? Or was it a bug that got fixed?

      Thanks,
      Eric