You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 30 Members of 4187 |
| Forum: Seam Users |
14. Feb 2008, 12:35 CET | Link |
Hi!
I'm using the Seam event system heavily and run into a strange situation:
When using transactionSuccess event and the transaction fails, it seems that the synchronization to the transaction is not cleared. Because after exactly 50 failed transaction I get the exception:
No ManagedConnections available within configured blocking timeout
It looks like Seam does not close the pooled connection correctly. Has anyone expirenced similar behaviour or has anyone a hint for resolving that issue?
Thanks in advance
GHad
PS: New community site is really awesome!
I can't see why this would happen. But open a JIRA and attach an example app with clear reproduction steps and we can take a look.
Read about how to report a bug.
Are you doing data access from the transaction success event?
Learn more about Web Beans...