anonymous wrote : | and have **-ds.xml into the conf folder.... | I believe this should go into your deploy folder.
anonymous wrote : | and is connection-URL in **-ds.xml is the one that find and locate the database? | yes, for example <connection-url>jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=test</connection-url> To make use of the datasource you may want to set it as your default datasource in the standardjbosscmp-jdbc.xml and name it correctly so that it knows the correct database language to use. hope that helps --Aaron View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829137#3829137 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829137 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
