Unable to resolve data source JNDI name
Hello I'm trying to use a data source created in my Admin server using this java code (as follows), I'm compiling it using NetBeans on my local windows PC.. When I'm deploying the project, I'm getting the next error ....
If I restart the server, and deploy it again.. It works, only the very first time.. after that if I try to undeploy and deploy it again (without restart) same error occurs...
If I generate the war and deploy it using the weblogic console (without netbeans), the issue is the same..
I reproduce the same error deploying the war on a linux server...