RE: Help with XML Beans

2008-06-12 Thread Mohan Thurairajah
To: dev@xmlbeans.apache.org Subject: RE: Help with XML Beans is it possible for me to have a separate resource loader for .xsb? it looks like JNLP class loader is not thread safe. It is trying to call "put" on HashMap but hash map is not thread safe. It

RE: Help with XML Beans

2008-06-12 Thread Radu Preotiuc-Pietro
@xmlbeans.apache.org Subject: RE: Help with XML Beans is it possible for me to have a separate resource loader for .xsb? it looks like JNLP class loader is not thread safe. It is trying to call "put" on HashMap but hash map is not thread safe. It may cause

RE: Help with XML Beans

2008-06-04 Thread Mohan Thurairajah
h xml bean performance but this issue is causing lot of noise on our side. Thanks for your time. From: Mohan Thurairajah Sent: Wednesday, June 04, 2008 1:39 AM To: dev@xmlbeans.apache.org Subject: RE: Help with XML Beans In this case: two threads are p

RE: Help with XML Beans

2008-06-03 Thread Mohan Thurairajah
AM To: dev@xmlbeans.apache.org Subject: Re: Help with XML Beans So your application is "generating xml messages or parsing byte arrays to generate java objects"? Can you determine which one? From the stack trace you posted is looked like XMLBeans is trying to resolve something from the SchemaTypeSy

Re: Help with XML Beans

2008-06-03 Thread Jacob Danner
PROTECTED] > Sent: Wed 6/4/2008 1:02 AM > To: dev@xmlbeans.apache.org > Subject: Re: Help with XML Beans > > What is happening in your application when this issue occurs? > -jacobd > > On Tue, Jun 3, 2008 at 9:57 PM, Mohan Thurairajah > <[EMAIL PROTECTED]> wrote: &

RE: Help with XML Beans

2008-06-03 Thread Mohan Thurairajah
/2008 1:05 AM To: dev@xmlbeans.apache.org Subject: RE: Help with XML Beans Thanks for the quick reply. cpu is at 100% and we needs to restart the application. it is very hard to reproduce at times as well. The swing gui is generating xml messages or parsing byte arrays to generate java objects

RE: Help with XML Beans

2008-06-03 Thread Mohan Thurairajah
PROTECTED] Sent: Wed 6/4/2008 1:02 AM To: dev@xmlbeans.apache.org Subject: Re: Help with XML Beans What is happening in your application when this issue occurs? -jacobd On Tue, Jun 3, 2008 at 9:57 PM, Mohan Thurairajah <[EMAIL PROTECTED]> wrote: > Hi All, > > We are using XML Beans in

Re: Help with XML Beans

2008-06-03 Thread Jacob Danner
What is happening in your application when this issue occurs? -jacobd On Tue, Jun 3, 2008 at 9:57 PM, Mohan Thurairajah <[EMAIL PROTECTED]> wrote: > Hi All, > > We are using XML Beans in a multithreaded environment. We use webstart and > xml beans on the client side. It looks like xml beans is hav