ORA-29534: referenced object error when classes refer to other classes
6099Nov 23 2009 — edited Nov 23 2009I was trying to load a few libraries that my java code needs and I find that whenever there are Impl and extends from other classes, the loadjava does not seem
to find the other classes(even though it is all in the same jar).
resolving: class com/hyperion/css/CSSAPIImpl$RegistryReader
errors : class com/hyperion/css/CSSAPIImpl$RegistryReader
ORA-29534: referenced object SYSTEM.com/hyperion/css/CSSAPIImpl could not be resolved
The load command I used was loadjava -thin -user system/manager@grc-sst.us.oracle.com:1533:ag1r12 -resolve -verbose css-9_5_0.jar
Is there a way I can force load them, because at runtime all the jars will be in the database. Because from the error above it seems like dependent classes cannot be together in the same jar and have to be loaded in a certain order?
help is much appreciated