Hi Herve,
The error is harmless. If you're not using the JCA connector to connect to
Ode, you can ignore it.
If you do want to use it, then you must pass the following command-line
arguments to you JVM:
-Djava.security.manager
-Djava.security.policy=path/to/your/security.policy
With a minimal (and most dangerous) security policy such as:
grant {
permission java.security.AllPermission;
};
(Adapt to your own security needs)
You can also get a full stacktrace of the security exception by using DEBUG
logging on org.apache.ode.
regards,
alex
On 4/17/07, RV <[EMAIL PROTECTED]> wrote:
I'am gettings the following error:
ERROR - OdeLifeCycle - Failed to initialize JCA connector (check security
manager configuration)
Please can anyone tell me how to configure the security manager properly?
thanks