RE: [JBoss-user] Re:[JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-26 Thread Robert Cauble
se to bootstrap the whole thing. Thanks, Rob > -Original Message- > From: [EMAIL PROTECTED] [mailto:jboss-user- > [EMAIL PROTECTED] On Behalf Of Scott M Stark > Sent: Thursday, September 25, 2003 9:14 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Re:[JBoss-user]ClassC

Re: [JBoss-user] Re:[JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-25 Thread Scott M Stark
Version 2 still suffers from deadlock problems because is does not reliquish the class loader lock. The only hack to workaround the vm issue would be to retry loading after seeing a CCE. Robert Cauble wrote: Thanks - I really appreciate the help. Also, is this problem something which you have wor

[JBoss-user] RE: [JBoss-user] Re:[JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-25 Thread Adrian Brock
; with this approach such that you switched to UnifiedClassLoader3? > > Thanks, > Rob > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:jboss-user- > > [EMAIL PROTECTED] On Behalf Of Adrian Brock > > Sent: Wednesday, September 24, 200

RE: [JBoss-user] Re:[JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-25 Thread Robert Cauble
roach such that you switched to UnifiedClassLoader3? Thanks, Rob > -Original Message- > From: [EMAIL PROTECTED] [mailto:jboss-user- > [EMAIL PROTECTED] On Behalf Of Adrian Brock > Sent: Wednesday, September 24, 2003 2:05 PM > To: [EMAIL PROTECTED] > Subject

RE: [JBoss-user] Re: [JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Adrian Brock
On Wed, 2003-09-24 at 19:54, Robert Cauble wrote: > > Multiple classloaders is more restrictive when it comes to > > the security model. Classes in the same package cannot access > > package private methods if the classes are in different classloaders. > > Got it. Thanks. > > > > You can also ge

RE: [JBoss-user] Re: [JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Robert Cauble
> Multiple classloaders is more restrictive when it comes to > the security model. Classes in the same package cannot access > package private methods if the classes are in different classloaders. Got it. Thanks. > You can also get errors when instances of the same class name > but different cla

RE: [JBoss-user] Re: [JBoss-user] ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Adrian Brock
t; [EMAIL PROTECTED] On Behalf Of Adrian Brock > > Sent: Wednesday, September 24, 2003 9:35 AM > > To: [EMAIL PROTECTED] > > Subject: [JBoss-user] Re: [JBoss-user] ClassCircularityError- > > QueuedPessimisticEJBLock$TxLock > > > > On Wed, 2003-09-24 at 14:

RE: [JBoss-user] Re: [JBoss-user] ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Robert Cauble
asses hard-referencing it would need to be redeployed anyway. Thanks, Rob > -Original Message- > From: [EMAIL PROTECTED] [mailto:jboss-user- > [EMAIL PROTECTED] On Behalf Of Adrian Brock > Sent: Wednesday, September 24, 2003 9:35 AM > To: [EMAIL PROTECTED] > Subject:

[JBoss-user] Re: [JBoss-user] ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Adrian Brock
On Wed, 2003-09-24 at 14:49, Robert Cauble wrote: > Can someone please point me towards some documentation which describes > the advantage of the UnifiedClassLoader model over the tree-based > class loading model? We purchased the JBoss documentation and all it > says in the administrators guide is