I have set up ADF essentials library on my glassfish server as specified
here . I am able to successfully deploy applications to the glassfish server from jDeveloper and the application runs fine until there is a database operation involved and it is when it throws up the following error
No object bound to name java:comp/env/jdbc/myDataSource
The application works fine on IntegratedWeblogicServer, so am guessing I have not set up the mysql datasource in my glassfish properly. I have setup connection as shown
here and the connection name is "myDataSource" (which is same as provided in the jDeveloper's DB connection name).
jdbc/myDataSource is the JNDI name for the JDBC resource in my glassfish server.
Help!!!