Hi.

I haven't checked the JBoss code, but perhaps you need to specify the 
<res-jndi-name> as java:/OracleDS as that's what it is actually bound to 
JNDI as.

Toby.

Olaf Klischat wrote:

> <?xml version="1.0" encoding="UTF-8"?>
> 
> <jboss>
> 
>   <enterprise-beans>
> 
>     <entity>
>       <ejb-name>AccountBean</ejb-name>
> 
>       <resource-ref>
>       <res-ref-name>jdbc/AccountDB</res-ref-name>
>       <resource-name>AccountDBResource</resource-name>
>       </resource-ref>
> 
>     </entity>
> 
>     <resource-managers>
> 
>       <resource-manager>
>         <res-name>AccountDBResource</res-name>
>         <res-jndi-name>OracleDS</res-jndi-name>
>       </resource-manager>
> 
>     </resource-managers>
> 
>   </enterprise-beans>
> 
> </jboss>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to