Hi Team
I am using XMLBEANS 2.3 to develop a component The component contains a MDB (Message Driven Bean) in which I am using xml beans to process the data from the xml which I am receiving from the Weblogic JMS queue. Now when I am doing the below I am getting a problem also I am unable to catch as to what the exception is as the processing of the MDB is going into the loop after this line i.e. the same message is picked up again and again and being processed till it reaches the below line InventoryNotificationDocument poDoc = InventoryNotificationDocument.Factory.parse(xslTransormedXML); Basically I am running this code on the weblogic which is installed on the UNIX box but I have not installed the XMLBEANS software on that box However I have the following jars under the weblogic server classpath on which the code is deployed.Could this be the cause for this ? jsr173_1.0_api.jar resolver.jar xbean.jar xbean_xpath.jar xmlbeans-qname.jar xmlpublic.jar mlixmlbeans.jar I guess it is ok if I don't install xmlbeans on the Unix box as I have all the jars used in xmlbeans/lib under the classpath of the server Please guide me as to what might be the reasons or cases in which we would get problems doing the below InventoryNotificationDocument.Factory.parse(xslTransormedXML); Where InventoryNotification is my root element in the xml and xslTransormedXML is the xml String Thanks & Regards Hemanth ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra. ============================================================================================================================

