> -----Original Message----- > From: Kevin Galligan [mailto:[EMAIL PROTECTED]] > > Sorry. Nevermind. They're in the jboss codebase. > > standardjbosscmp-jdbc.xml
I would advise against changing that file, it's just one more file for you to manage. Inside you <jboss> task in your build.xml file, add a 'datasource' and 'datasourcemapping' attributes to your subtask: <jboss datasource="java:/MS_SQL_DS" datasourcemapping="MS SQLSERVER"/> Now you can configure your application's datasource where you build it, instead of going to the standardjbosscmp-jdbc.xml file every time. Michael ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
