[JBoss-user] StatelessSessionInstancePool

2002-03-08 Thread Jayesh K. Parayali
Hi, I have a stateless session bean deployed with the following configuration. I see that when I connect my first client, server creates 1 session bean instance. When I try to connect the second client, the server waits till the first client disconnects. I guess, the right behavior for the server

Re: [JBoss-user] jboss 2.4.4 and sybase

2002-03-08 Thread David Jencks
This npe is usually caused by incorrect configuration, usually a bad url. I would write a little test program that attempts to connect using this exact url. david jencks On 2002.03.08 11:50:27 -0500 Pavel Kolesnikov wrote: > Hallo, > > I'm trying to make work jboss 2.4.4 with sybase support (u

[JBoss-user] jboss 2.4.4 and sybase

2002-03-08 Thread Pavel Kolesnikov
Hallo, I'm trying to make work jboss 2.4.4 with sybase support (using Sybase ASE 11.0.0.3 for linux), but it reports following exception on startup: = [INFO,SybaseDS] Starting [INFO,SybaseDS] XA Connection pool SybaseDS bound to java:/SybaseDS [ERROR,SybaseDS] Stopped java.lang.

Re: [JBoss-user] *Linux/*BSD Users

2002-03-08 Thread Dan Christopherson
Actually I'm surprised that you haven't gotten more responses, as I'm quite certain that a number of the core developers work on linux on a regular basis. FWIW, the memory leak mentioned in the other post is fixed for 2.4.5. Another thing to look at for running major load on linux boxen is the

[JBoss-user] ejb-local-ref from an MDB to an Entity in the same EAR, but different ejb jars (jboss 3.0.0beta2)

2002-03-08 Thread Sam De Backer
I would like to call an Entity bean from within an MDB and added an in my MDB's ejb-jar.xml I also added an inside that with the name of my Entity bean. Everything packed up in an EAR. When deploying to JBoss i get an org.jboss.deployment.DeploymentException (Bean Workplace not found within thi

[JBoss-user] Counter service

2002-03-08 Thread Eric Jain
How do I use the counter service in JBoss 3.0? It seems to be deployed by default, so I guess all I need are a few lines of code to access it? -- Eric Jain ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jb

Re: [JBoss-user] *Linux/*BSD Users

2002-03-08 Thread Peter Fagerlund
http://people.redhat.com/alikins/system_tuning.html#threads ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Memory Leak on Lunix!!!

2002-03-08 Thread Christian Riege
hi, On Wed, 2002-03-06 at 21:19, David Cao wrote: > We am running JBoss2.4.4 Tomcat 3.2.3 on Linux 7.2 in production, I > realized there is a memory leak as well, The memory usage seems increase > pretty fast, out of memory for less than one week, also encounter out of > memory exception if webse