I have a third party component that manages all the access to the database.That component uses a registry file for configuration parameters. The component always expects Registry in the current directory at run time. I have a sessoin bean that uses this component. when the client application uses this EJB , it throws an exception. No such file or directory, The path of Registry is set from the system Properties. I tried to set the System Properties within the Session bean but it throws java.Security.AccessControlException. how should i link registry file with this EJB. I am using J2EE Beta version. __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/?.refer=text =========================================================================== 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".
