Toby Allsopp <[EMAIL PROTECTED]> writes:

> 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.

No, that made no difference. The problem seems to be that the
"AccountDBResource" resource manager is not found in the jboss.xml
file (although it is there). So, jboss doesn't evaluate the
<res-jndi-name> entry at all because the error happens before that.

I can hardly believe that nobody has had this problem before...?

> 
> 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]
> 

Olaf
-- 
Olaf Klischat            | Fraunhofer ISST
Oberfeldstrasse 132      | Mollstrasse 1
12683 Berlin, Germany    | 10178 Berlin, Germany
phone: +49 30 54986231   | mail: [EMAIL PROTECTED]


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

Reply via email to