Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 681630 Details for
Bug 900293
Domain management API fails to expose JTS participant records from the transaction object store
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
0242-JBPAPP-8824-Fix-NPE-whilst-probing-txn-logs.patch
0242-JBPAPP-8824-Fix-NPE-whilst-probing-txn-logs.patch (text/x-patch), 1.23 KB, created by
Michael
on 2012-04-27 12:27:57 UTC
(
hide
)
Description:
0242-JBPAPP-8824-Fix-NPE-whilst-probing-txn-logs.patch
Filename:
MIME Type:
Creator:
Michael
Created:
2012-04-27 12:27:57 UTC
Size:
1.23 KB
patch
obsolete
>From d78ef7aa9998b2e2b28cf5426dae40fce47092d3 Mon Sep 17 00:00:00 2001 >From: mmusgrov <mmusgrov@redhat.com> >Date: Fri, 27 Apr 2012 13:17:35 +0100 >Subject: [PATCH 242/242] [JBPAPP-8824] Fix NPE whilst probing txn logs > >--- > .../as/txn/subsystem/LogStoreProbeHandler.java | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/transactions/src/main/java/org/jboss/as/txn/subsystem/LogStoreProbeHandler.java b/transactions/src/main/java/org/jboss/as/txn/subsystem/LogStoreProbeHandler.java >index 121591c..6273691 100644 >--- a/transactions/src/main/java/org/jboss/as/txn/subsystem/LogStoreProbeHandler.java >+++ b/transactions/src/main/java/org/jboss/as/txn/subsystem/LogStoreProbeHandler.java >@@ -106,8 +106,8 @@ public class LogStoreProbeHandler implements OperationStepHandler { > LogStoreConstants.PARTICIPANT_JMX_NAMES); > String pAddress = pAttributes.get(JNDI_PROPNAME); > >- if (pAddress.length() == 0) { >- pAttributes.put(JNDI_PROPNAME, String.valueOf(i)); >+ if (pAddress == null || pAddress.length() == 0) { >+ pAttributes.put(JNDI_PROPNAME, String.valueOf(i++)); > pAddress = pAttributes.get(JNDI_PROPNAME); > } > >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 900293
: 681630