Nigel, I put my_datasource-ds.xml file at the root of my ear. Then I add
| ... | <module> | <java>my_datasource-ds.xml</java> | </module> | ... | to application.xml. This datasource then gets deployed/undeployed automatically with ear by service http://wiki.jboss.org/wiki/Wiki.jsp?page=XSLSubDeployer. Also AFAIK, you can do the same thing with your login-config.xml. I use the sar method described earlier because I package login modules inside the sar. Glad to hear you are coming along on solving your problems, cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931378#3931378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931378 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
