Testing OES Example and OES Java SM, but have some questions
I have started to work with the Java SM and I started by trying to implement the HelloOESWorld Java app from here:
https://accessmanagement.wordpress.com/2011/06/28/oracle-entitlements-server-hello-oes-world-2/
I think I have it working, i.e., if I change the test ATZ policy I made on the OES APM and then distribute the changed policy, I get "true" when I run the app, and I change the policy and distribute the policy after that, and re-run the test, I get a "false".
The problem that I am encountering is that in order to get the sample app to recognize the changed ATZ policy (and get the "true" vs. "false" response), I have to restart the Java app.