Help

Controls

PermLinkWikiLink

Built with Seam

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.

Forum: Seam Users Forum ListTopic List
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!

2 Replies:
18. Feb 2008, 17:19 CET | Link

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.

18. Feb 2008, 17:47 CET | Link

Are you doing data access from the transaction success event?

 

Learn more about Web Beans...