You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by Baji <so...@yahoo.com> on 2011/01/25 05:18:28 UTC

when and why the XmlValueDisconnectedException will come?

Hi,

I am using JBOSS Studio 2.0 to generate the XML file by using XMLBeans 2.5
version. My requirement is to generate the XML formatted data from java
objects and display the XML data on IE. It's showing properly on IE but in
background it is throwing XmlValueDisconnectedException on JBoss Console.

NOTE: When I am running my application on JBoss Browser instead of IE
browser It's not throwing any exception.

Exception is as follows:
07:44:42,364 ERROR [STDERR]
org.apache.xmlbeans.impl.values.XmlValueDisconnectedException
07:44:42,364 ERROR [STDERR] 	at
org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjectBase.java:1247)
07:44:42,364 ERROR [STDERR] 	at
org.apache.xmlbeans.impl.values.XmlObjectBase.setterHelper(XmlObjectBase.java:1980)
07:44:42,364 ERROR [STDERR] 	at
org.apache.xmlbeans.impl.values.XmlObjectBase.set(XmlObjectBase.java:2062)
07:44:42,364 ERROR [STDERR] 	at
org.apache.xmlbeans.impl.values.XmlComplexContentImpl.arraySetterHelper(XmlComplexContentImpl.java:1213)


Can any one please explain me at least 
http://old.nabble.com/file/p30748109/XMLBeans-Sample.zip XMLBeans-Sample.zip 
PFA for my code. http://old.nabble.com/file/p30748109/XMLBeans-Sample.zip
XMLBeans-Sample.zip 

Thanks in advance!!!!


-- 
View this message in context: http://old.nabble.com/when-and-why-the-%3Cb%3EXmlValueDisconnectedException%3C-b%3E-will-come--tp30748109p30748109.html
Sent from the Xml Beans - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


Re: when and why the XmlValueDisconnectedException will come?

Posted by Cezar Andrei <ce...@oracle.com>.
Hi,

It seems that somewhere in the system there are kept references to
XMLBeans values after the document is discarded. Hopefully this will
help you check things out.

Cezar

On Mon, 2011-01-24 at 20:18 -0800, Baji wrote:
> Hi,
> 
> I am using JBOSS Studio 2.0 to generate the XML file by using XMLBeans 2.5
> version. My requirement is to generate the XML formatted data from java
> objects and display the XML data on IE. It's showing properly on IE but in
> background it is throwing XmlValueDisconnectedException on JBoss Console.
> 
> NOTE: When I am running my application on JBoss Browser instead of IE
> browser It's not throwing any exception.
> 
> Exception is as follows:
> 07:44:42,364 ERROR [STDERR]
> org.apache.xmlbeans.impl.values.XmlValueDisconnectedException
> 07:44:42,364 ERROR [STDERR] 	at
> org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjectBase.java:1247)
> 07:44:42,364 ERROR [STDERR] 	at
> org.apache.xmlbeans.impl.values.XmlObjectBase.setterHelper(XmlObjectBase.java:1980)
> 07:44:42,364 ERROR [STDERR] 	at
> org.apache.xmlbeans.impl.values.XmlObjectBase.set(XmlObjectBase.java:2062)
> 07:44:42,364 ERROR [STDERR] 	at
> org.apache.xmlbeans.impl.values.XmlComplexContentImpl.arraySetterHelper(XmlComplexContentImpl.java:1213)
> 
> 
> Can any one please explain me at least 
> http://old.nabble.com/file/p30748109/XMLBeans-Sample.zip XMLBeans-Sample.zip 
> PFA for my code. http://old.nabble.com/file/p30748109/XMLBeans-Sample.zip
> XMLBeans-Sample.zip 
> 
> Thanks in advance!!!!
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org