Hi,
I was just wondering if anyone can provide help with some inputs with setting Datasources on SUN One Application Server.
We could figure out the place where SUN One App Server stores Datasource information [${SunInstallDirectory}\AppServer\domains\domain1\config\domain.xml].
We setup the Datasource [either through the web console or xml file] and we try to do a lookup for that datasource [jdbc/JDBCResourceName] as per
https://coderanch.com/forums/ We are getting java.util.PropertyPermission * read, write error while tried to obtain a connection using this datasource.
EXCEPTION: Cannot obtain a connection from the Datasourceaccess denied (java.util.PropertyPermission * read,write);
PREVIOUS EXCEPTION: (java.security.AccessControlException: access denied (java.util.PropertyPermission * read,write))))
at com.adobe.asnesd.bo.ASNRequestHandlerBean.getUserInfo(ASNRequestHandlerBean.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Delegat
Cheers,
Sanchit