Re: Problems with orchestra and JSF 2

2010-07-03 Thread Bruno Aranda
I see, maybe we could just add some kind of warning, because the side effects are confusing and it is difficult to know where is the problem? Bruno On 2 July 2010 22:03, Martin Koci martin.k...@aura.cz wrote: Hi, I have same problem with CDI a it's conversation. Please see my comment on

Re: Long transactions

2010-07-03 Thread Mark Struberg
However, if you leave a transaction active after a response, it's always going to be an issue no matter what framework you use. True for database connections, but not necessarily for JPA connections. At least not if you use optimistic locking, which is the default. Ofc if you use row