Posted By:
faisal_parwani
Posted On:
Wednesday, March 28, 2001 10:45 PM
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.
More>>
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.
<<Less