-
Bug
-
Resolution: Done
-
Minor
-
7.0.1.CR1
-
None
ActiveMQActivationSpec.validate() method should not call e.printStackTrace(); in catch block. It should be properly logged:
try { ... catch (IntrospectionException e) { e.printStackTrace(); }
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()
- clones
-
JBEAP-5045 Remove e.printStackTrace() from code
- Verified
- incorporates
-
JBEAP-5045 Remove e.printStackTrace() from code
- Verified
- is incorporated by
-
JBEAP-5471 (7.0.z) Upgrade Artemis from 1.1.0.SP18 to 1.1.0.SP19
- Verified