Greetings

I have 3 datasource configured in my datasource file. This is an example of
one og these.

<data-source 
       name="Default data-source" 
       class="com.evermind.sql.DriverManagerDataSource" 
       location="jdbc/DefaultDS" 
       pooled-location="jdbc/DefaultPooledDS" 
       xa-location="jdbc/xa/DefaultXADS" 
       ejb-location="jdbc/DefaultEJBDS" 
       url="jdbc:postgresql://hostname/databasename" 
       connection-driver="org.postgresql.Driver" 
       username="userid" 
       password="password" 
       schema="database-schemas/postgresql.xml" 
    /> 

What does name do I use in my ejb ? How could I use this data-source in that
ejb ? How coul i refer it ?





_______________________________________________________
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html


Reply via email to