Re: [Resin-interest] Can user threads call ejb methods?

2009-06-02 Thread Jeff Schnitzer
Nevermind, the problem was something else. Calling a find() method on an EntityManager outside of a transaction scope, then calling an EJB which has a transaction scope causes all manner of havoc when the EJB tries to write to the database. Jeff On Tue, Jun 2, 2009 at 5:33 PM, Jeff Schnitzer wr

[Resin-interest] Can user threads call ejb methods?

2009-06-02 Thread Jeff Schnitzer
Is there a problem calling ejb methods from user-started threads inside the resin container? Yes, I know the ejb spec says that applications shouldn't start threads, but part of the spec is lame. The SubEtha mailing list server relies on an SMTP processing library which starts its own threads and

Re: [Resin-interest] No sessions in Resin 4

2009-06-02 Thread Scott Ferguson
On Jun 2, 2009, at 12:29 PM, Mattias Jiderhamn wrote: > I wrote on "resin.conf = null when upgrading to Resin 4" (2009-06-02 > 06:48): >> Sitting here trying to upgrade the dev environment to Resin 4.0 with >> minimal changes to configuration and startup scripts. >> On Windows I'm up and running

[Resin-interest] No sessions in Resin 4

2009-06-02 Thread Mattias Jiderhamn
I wrote on "resin.conf = null when upgrading to Resin 4" (2009-06-02 06:48): > Sitting here trying to upgrade the dev environment to Resin 4.0 with > minimal changes to configuration and startup scripts. > On Windows I'm up and running ... I apparently jumped the gun here. I am not up and running