Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
612e1a6d
Commit
612e1a6d
authored
Oct 23, 2019
by
Andre Freyssinet
Browse files
Workaround a side effect while attempting to resolve JORAM-335.
parent
ab3cf260
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
joram/joram/client/jca/src/main/java/org/objectweb/joram/client/connector/ManagedConnectionImpl.java
View file @
612e1a6d
This diff is collapsed.
Click to expand it.
joram/joram/client/jca/src/main/java/org/objectweb/joram/client/connector/OutboundConnection.java
View file @
612e1a6d
This diff is collapsed.
Click to expand it.
joram/joram/client/jca/src/main/java/org/objectweb/joram/client/connector/OutboundSession.java
View file @
612e1a6d
This diff is collapsed.
Click to expand it.
joram/joram/client/jms/src/main/java/org/objectweb/joram/client/jms/Session.java
View file @
612e1a6d
This diff is collapsed.
Click to expand it.
joram/joram/client/jms/src/main/java/org/objectweb/joram/client/jms/pool/PooledConnection.java
View file @
612e1a6d
...
...
@@ -67,7 +67,7 @@ public class PooledConnection implements Connection {
*/
public
void
close
()
throws
JMSException
{
// Cleans the connection, remove the ExceptionListener, stops it..
delegate
.
cleanup
();
delegate
.
cleanup
(
true
);
delegate
.
setExceptionListener
(
null
);
delegate
.
stop
();
// .. then inserts it in the pool.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment