hi . i try many times to configure a datasource for a web application . 
I not would that it is visble at alll web application deployed. 
So i have read that it is possible declre the db int oa file resources.xml
for only the speficified web application .

But where i have t oput it? 

the content of the file resources.xml  it is :

<?xml version="1.0" encoding="UTF-8"?>
<resources>
    

<Resource id="MyDataSource" type="javax.sql.DataSource">
  JdbcDriver org.hsqldb.jdbcDriver
  JdbcUrl jdbc:hsqldb:file:data/hsqldb/hsqldb
  UserName sa
  Password
  JtaManaged true
</Resource>


<Resource id="MyUnmanagedMyDataSource" type="javax.sql.DataSource">
  JdbcDriver org.hsqldb.jdbcDriver
  JdbcUrl jdbc:hsqldb:file:data/hsqldb/hsqldb
  UserName sa
  Password
  JtaManaged false
</Resource>

</resources>

but i not understand where put it with netbeans project.

mauro




--
View this message in context: 
http://openejb.979440.n4.nabble.com/where-put-the-file-resources-xml-into-a-netbeans-progect-tp4660890.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to