hi all,
I have a problem while trying to keep two connexion in the same same
in my SessionBean.
in the xml deployment descriptor, I've declared two resource ref because my
bean
need to keep two connection in the two databases in the same time.
here is the portion of my xml desc.
<resource-ref>
<description>first db description
<res-ref-name>jdbc/webepaPool</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
<description/>
</resource-ref>
<resource-ref>
<description>second db description
<res-ref-name>jdbc/profilePool</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
<description/>
</resource-ref>
is there something wrong in this.
thankx in advance
Meissa
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".