I struggled for many working days a while back trying to get my 
Clojure-and-JavaFX app to run as JWS. 
The app ran fine when launched as a stand-alone (from the jar).  And code 
signing and JNLP were supposedly done state-of-the-art.  But I kept getting 
a security exception à la "accessing a restricted/private member"...
I gave up.

But yesterday I recompiled and deployed an already existing application.
Now I suddenly got the same error.  But I figured out what the cause was:
I had upgraded the apps Clojure library from 1.4.0 to 1.5.1
As soon as I switched back to 1.4.0, the problem disappeared!  :-D

Any thoughts on what new "magic under the hood" is employed in 1.5 that was 
not pressent in 1.4, and which the JWS security sandbox does not accept 
even when code is signed and "all-permissions" is accepted and works in 
other parts of the code?

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to