Hi
since we upgraded to db2 v9 and java 1.5 we get an illegal access error
if we call a method of another stored procedure class, located in
another .jar file, from one stored procedure (by call I mean calling
the java-method directly from java). With db2 v8.2 and java 1.4 this
worked fine.
Now I'd like to know if there is a switch we could turn on, to prevent
that exception being raised or if there is another way of calling one
java stored procedure from another, without using the call statement
(we don't want to have to go another extra roundtrip through the
database; also you can use different interfaces for ther internally
used method and the externally available sp).
Any information/comments would be appreciated.
Regards,
Janick