RE: [JBoss-user] Garbage Collector: Service?

2004-01-26 Thread Rod Macpherson
It is my understanding there is little point in an arbitrary GC call. Periodic GC calls have some benefit in terms of distributing effort over time however that is already available through JVM options. That memory shoots up is not relevant unless and until there is insufficient memory to satisfy

[JBoss-user] PostgreSQL and foreign keys

2004-01-26 Thread Steffen Gransow
Hi, I'm desperately trying to get JBoss and PostgreSQL working together with foreign keys. I'm using JBoss 3.2.3 and PostgreSQL 7.3.4. I want to map the following two tables: CREATE Table kv ( pkey serial not null, kvid int2 not null, nummer integer not null, passwort varchar(63),

RE: [JBoss-user] How to read message counter infos ?

2004-01-26 Thread Scott M Stark
From the admin/devel guide: *Type: Either Queue or Topic indicating the destination type. *Name: The name of the destination. *Subscription: The subscription ID for a topic. *Durable: A boolean indicating if the topic subscription is durable. *Count: The number of message delivered to the

[JBoss-user] OOM wrapped in UndeclaredThrowable

2004-01-26 Thread Sebastian Hauer
Hi, Today we saw this exception log in one of our environments running jboss 3.0.8: 12:39:55,861 WARN [ClientConsumer] Could not send messages to a receiver. java.lang.reflect.UndeclaredThrowableException: java.lang.OutOfMemoryError no stack trace

Re: [JBoss-user] Commit Option A and ejbCreate [auf Viren geprüft]

2004-01-26 Thread Neal Sanche
I am doing all of the object creation inside a single transaction as far as I know, by running inside a SLSB with RequiresNew as the Transaction type. The transaction type of ejbCreate is Requires, which won't create a new transaction will it? I suppose I could change it to Supports? I've