On 2003.02.19 03:56 [EMAIL PROTECTED] wrote: > Hi, > > I recently discovered that it was possible to define a datasource by > deploying a 'XXX-ds.xml' (<datasources>...</datasources>) instead of a > 'XXX-service.xml'. > Although it looks much simpler, the datasource file seems to be much more > > limited. It shouldn't be. If you find something you can't set in a *-ds file let me know.
Look at generic-ds.xml. The specific examples try to show how little you can set:-) > > What's the recommended format to use ? *-ds.xml > Is there a DTD for the datasource file ? No, I'd need to use a schema with namespaces since you can include arbitrary mbean configurations in it as well as the datasource/connectionfactory configs. david jencks > > Regards, > Sebastien. > > > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
