Hi , I have this following scenario
1. Bundle 1 : Weblogic jms connector bundle - this bundle registers a camel jms component for weblogic server 2. Bundle 2 : camel route which uses this component 3. Bundle 3 : bundle containing the specific JMS Object message type classes When an Object message is put into the queue , camel route goes to deserialize the Object message which causes a ClassNotFoundException for the JMS Object type classes . The problem is I don`t know what object classes Would be placed in the queue hence can`t put the import-package in the connector bundle . The type classes has be loaded dynamically by the connector , what could be best approach to deal with scenario ? Thanks Jens DISCLAIMER: "The information in this e-mail and any attachment is intended only for the person to whom it is addressed and may contain confidential and/or privileged material. If you have received this e-mail in error, kindly contact the sender and destroy all copies of the original communication. IBS makes no warranty, express or implied, nor guarantees the accuracy, adequacy or completeness of the information contained in this email or any attachment and is not liable for any errors, defects, omissions, viruses or for resultant loss or damage, if any, direct or indirect."
