Hi,

I'm attempting to write some Clojure code to work on the 80legs
crawling service. The current code is available at 
http://github.com/pingles/crawly/
(note there's not much to it so far).

80legs impose some security restrictions to ensure you can't do
anything too dangerous when it's running on the machines in the
cluster. Part of this includes accessing the system classloader.
However, accessing the class loader that loads the 'app' code is fine.

I'm trying to find a way of ensuring that when the Clojure runtime
kicks in the class loader can be bound to something provided from the
Java adapter side (see
http://github.com/pingles/crawly/blob/master/src/com/eightylegs/customer/ClojureAdapterApp.java).

The line that actually raises the security exception at the moment is
on Line 1498 of RT.java (clojure version 1.1.0).

Thanks for any help/suggestions!

Paul

-- 
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

To unsubscribe from this group, send email to 
clojure+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to