NameNotFoundException: Unable to resolve comp/env/jdbc/crm
Applies to:
Weblogic6.1
Description:
A managed entity bean is deployed in the server but an error occurs when doing getConnection.
Cause:
The correct properties are not placed in the deployment descriptors.
JAVA-EJB comp/env/jdbc namenotfound welogic.xml, ejb jdbc namenotfoundexception unable to resolve, error, j, jdbc namenotfoundexception weblogic, lrm-00118: syntax error at '=' at the end of input, n error occ, namenotfoundexception ejb resolved, namenotfoundexception unable to resolve resolved ejb, namenotfoundexception weblogic comp/env, unable to resolve 'comp.env/jdbc, unable to resolve /comp/env/jdbc'., unable to resolve comp/env/jdbc/wobsdatasource, weblogic, weblogic "comp/env/jdbc/" not resolved, weblogic comp/env/jdbc, weblogic ejb jdbc, weblogic resolve jdbc ; renaming
Include the following in weblogic-ejb-jar.xml:
jdbc/yourPoolName
weblogic.jdbc.jts.yourPoolName
…
Include the following in ejb-jar.xml:
jdbc/yourPoolName
javax.sql.DataSource
Container
…