Hi All, I have been trying to port my application to J2EE server to test the compliance of our application. While doing so I am having a basic problem. My session bean fails to establish a DB connection. The database is Oracle and for the time being I am trying out with my own connection class than using Datasource. I am able to do this using a simple java client program. but the call from the JSP fails. This is my setup JSP and web stuff >> on Tomcat EJB >> J2EE server DB >> Oracle ( I have also tried deploying both the war and .jar onto J2EE, but same error) I am using thin driver and this is the wierd error I get Exception from DB connection java.security.AccessControlException: access denied (java.util.PropertyPermission * read,write) Any idea? Thanks in advance r vahees =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
