Tim Sawlor wrote:
> 
> I am occasionally getting a "Connection is broken" message from
> Hypersonic, when I am trying to create an CMP entity bean. It happens
> intermittantly, and I haven't been able to piece together the exact set
> of circumstances that causes it yet. Anyone have any ideas?

Perhaps Hypersonic is closing the connection after a certain amount
of idle time and JBoss tries to use the closed connection.

Have a look at http://www.jboss.org/documentation/HTML/ch03s05.html
and the corresponding part in your jboss.jcml.

Hint: If you set IdleTimeoutEnabled to true you also have activate
      GCEnabled , otherwise this setting will have no effect.

Ralf

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to