I'm trying to load and execute an Oracle Java Stored Procedure...
written in Clojure.

Has anyone successfully managed to do this?  Are you done throwing
up?  I would appreciate any direction

I have a little clj that is AOT compiled, and I load the whole jar
into the DB successfully.

What I'm running into is half of the classfiles inside clojure.jar
including RT get marked as invalid by the database class "resolver".
They have a 30-char max on pkg/class names, and anything longer gets
entered into a lookup table.

This seems to be a good reference
http://download.oracle.com/docs/cd/E11882_01/java.112/e10588/chtwo.htm#autoId18

I'm not too familiar with custom class loaders, and I'm not sure
that's what I'd need.

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

Reply via email to