Resolving Errors
342281Jan 4 2006 — edited Jan 4 2006I can load a simple "HelloWorld" java program into an Oracle database without any issues. I can also run it. My other program uses some IBM MQ Series jars. I've tried loading the jar files (connector and ibm.com.mq) and receive several errors. If I dont use the -resolver option, the load appears to go in but then the status of those objects in the dba_objects table is INVALID. When using the resolver option I get tons of errors stating that it cant resolve for pretty much every class within those jars. I think its the same thing going on either way but cant figure out what else to do. Below is a snippet of the errors. Any ideas? Thanks.
errors : class com/ibm/mq/MQSESSIONServer
ORA-29534: referenced object CENT.com/ibm/mq/MQSESSION could not be resolved
errors : class com/ibm/mq/MQSimpleConnectionManager$1
ORA-29534: referenced object CENT.com/ibm/mq/MQSimpleConnectionManager could not be resolved
errors : class com/ibm/mq/MQSimpleConnectionManager$PSAdapter
ORA-29534: referenced object CENT.com/ibm/mq/MQSimpleConnectionManager could not be resolved
errors : class com/ibm/mq/MQSimpleConnectionManager
ORA-29534: referenced object CENT.com/ibm/mq/MQPoolServices could not be resolved
ORA-29521: referenced name javax/resource/ResourceException could not be found
ORA-29534: referenced object CENT.com/ibm/mq/MQConnectionManager could not be resolved
ORA-29534: referenced object CENT.com/ibm/mq/MQManagedConnectionJ11 could not be resolved
ORA-29534: referenced object CENT.com/ibm/mq/MQEnvironment could not be resolved
ORA-29534: referenced object CENT.com/ibm/mq/MQManagedConnectionFactory could not be resolved
ORA-29521: referenced name javax/resource/spi/ConnectionRequestInfo could not be found
errors : class com/ibm/mq/MQSPIQueue
ORA-29534: referenced object CENT.com/ibm/mq/MQException could not be resolved
ORA-29534: referenced object CENT.com/ibm/mq/MQQueueManager could not be resolved
ORA-29534: referenced object CENT.com/ibm/mq/MQPutMessageOptions could not be resolved
errors : class com/ibm/mq/MQSPIQueueManager
ORA-29534: referenced object CENT.com/ibm/mq/MQException could not be resolved
errors : class com/ibm/mq/MQTEST
ORA-29534: referenced object CENT.com/ibm/mq/MQOD could not be resolved
errors : class com/ibm/mq/MQXAQueueManager
ORA-29534: referenced object CENT.com/ibm/mq/MQQueueManager could not be resolved
errors : class com/ibm/mq/MQXAResource
ORA-29534: referenced object CENT.com/ibm/mq/MQException could not be resolved
errors : class com/ibm/mq/PeerName
ORA-29534: referenced object CENT.com/ibm/mq/MQException could not be resolved
errors : class com/ibm/mq/PoolScavenger
ORA-29534: referenced object CENT.com/ibm/mq/MQEnvironment could not be resolved
errors : class com/ibm/mq/ReasonCodeInfo
ORA-29534: referenced object CENT.com/ibm/mqservices/Trace could not be resolved