Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.3.0
-
None
-
None
Description
ActiveMQActivationSpec.validate() method should not call e.printStackTrace(); in catch block. It should be properly logged:
try {
...
catch (IntrospectionException e)
The same issue is in:
InVMAcceptor.stop()
NettyAcceptor.stop()
ClusterManager.clear()
ClusterManager.intercept()
ColocatedHAManager.stop()
ClusterConnectionImpl.disconnectRecord()
ClusterConnectionImpl.removeRecord()
ActiveMQServerImpl.freezeConnections()
ColocatedActivation.allVotesCast()
ColocatedActivation.getActivationChannelHandler()
FileLockNodeManager.startLiveNode()
InVMNodeManager.startLiveNode()
RefsOperation.afterRollback()
ServerSessionImpl.xaForget()
SharedNothingBackupActivation.run()
SharedStoreBackupActivation.run()
ManagementServiceImpl.unregisterAcceptors()
Attachments
Issue Links
- is cloned by
-
ARTEMIS-865 Remove e.printStackTrace() from code
- Closed
- links to