I am working on a project that requires Websphere6 and no one on the project has any experience with it. So we are learning as we go along. We'v setup a
JDBC Resource to Oracle and we can
test the connection successfully from within the console.
However, when we deploy our application via the console, we get the following error message:
ADMA0115W: Resource Assignment of name jdbc/pool/oracle/app and type javax.sql.DataSource, with JNDI name jdbc/pool/oracle/app is not found within scope of module App with URI app.war,WEB-INF/web.xml deployed to target WebSphere:cell=kvmlvwebd02Node01Cell,node=kvmlvwebd02Node01,
server=server1+WebSphere:cell=kvmlvwebd02Node01Cell,
node=webserver1_node,server=webserver1.
Rather than trying to have someone step me through the process of getting this right and trying to explain how we have done things, I was wondering if anyone knew of kind of a step by step guide to getting this kind of thing working. I've been through countless docs from IBM's web site and can't seem to find anything about this process in a centralized location.
Thanks for any information.