Re: [JBoss-user] Bunnies! Spurious thread creation & JDK ORB

2003-04-01 Thread Brian Wallis
And to answer my own question... I don't know why it was creating so many threads, but the trigger was an attempt to serialise a corba object reference on passivation of a session bean. My corba setup is a bit odd. The only 'free' idl compiler that will compile my IDL is the JDK one but the JD

Re: [JBoss-user] Bunnies! Spurious thread creation & JDK ORB

2003-04-01 Thread Brian Wallis
On Wed, 2 Apr 2003 16:23, Brian Wallis wrote: > I have an app running in JBoss 3.0.7RC1 that utilises a CORBA connection > to a server from where it reads a bunch of info to create an entity > bean. After building a couple of beans and letting it set idle for > a few minutes, the system creates abo

[JBoss-user] Bunnies! Spurious thread creation & JDK ORB

2003-04-01 Thread Brian Wallis
I have an app running in JBoss 3.0.7RC1 that utilises a CORBA connection to a server from where it reads a bunch of info to create an entity bean. After building a couple of beans and letting it set idle for a few minutes, the system creates about 600 threads with the following stack trace. These