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 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861228#3861228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861228 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
