0 Replies Latest reply on Jun 17, 2003 5:43 AM by zinni_luca

    Lookup in JBoss and WebSphere

    zinni_luca

      Hi...
      can anyone tell me why, if i have to deploy an ejb for JBoss i can use
      DataSource dataSource = (DataSource) context.lookup("java:comp/env/jdbc/DataSource"), and it work, but if i have to do it for websphere it doesn't work!!!!
      The datasource is setted as it must be...