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
@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
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
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
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:
&
/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
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
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