0 Replies Latest reply on May 7, 2003 10:27 AM by dudleyda

    Datasource lookup: Unable to dereference object

    dudleyda

      I am getting a NamingException error indicating unable to deference object when I do a JNDI lookup on my datasource. I have several EJB's in my application and all of the datasource lookups are the same for all. The lookup works just fine in one of the EJB's, but fails with the above exception for the other two. My code works fine using Sun's J2EE reference server and I am now migrating to JBoss. The lookups have not changed and are basically pretty simple. Does anyone have any idea what this exception means? TIA