Connections leak in at org.apache.juddi.registry.RegistryEngine.initializeDatabase(RegistryEngine.java:249)
------------------------------------------------------------------------------------------------------------
Key: JUDDI-128
URL: https://issues.apache.org/jira/browse/JUDDI-128
Project: jUDDI
Issue Type: Bug
Affects Versions: 2.0rc5
Environment: ANY
Reporter: Alex Murashko
Assignee: Kurt T Stam
There is connection leak at
at org.apache.juddi.registry.RegistryEngine.initializeDatabase(RegistryEngine.java:249)
Connection is not closed if database scheme already initiated
This method is normally invoked 1 time during servlet startup, but it also invoked in happyjuddi.jsp.
This may lead to pool exhaustion
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org
|