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 831607 Details for
Bug 1036739
Unable to change process-id mechanism from process-id-uuid to process-id-socket-binding on transaction subsystem
[?]
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.
[patch]
a potential patch
processid.patch (text/plain), 1.60 KB, created by
Masafumi Miura
on 2013-12-02 14:38:49 UTC
(
hide
)
Description:
a potential patch
Filename:
MIME Type:
Creator:
Masafumi Miura
Created:
2013-12-02 14:38:49 UTC
Size:
1.60 KB
patch
obsolete
>diff --git a/transactions/src/main/java/org/jboss/as/txn/subsystem/TransactionSubsystemRootResourceDefinition.java b/transactions/src/main/java/org/jboss/as/txn/subsystem/TransactionSubsystemRootResourceDefinition.java >index 3384af4..166d167 100644 >--- a/transactions/src/main/java/org/jboss/as/txn/subsystem/TransactionSubsystemRootResourceDefinition.java >+++ b/transactions/src/main/java/org/jboss/as/txn/subsystem/TransactionSubsystemRootResourceDefinition.java >@@ -80,12 +80,12 @@ public class TransactionSubsystemRootResourceDefinition extends SimpleResourceDe > .setValidator(new StringBytesLengthValidator(0,23,true,true)) > .build(); > >- public static final SimpleAttributeDefinition PROCESS_ID_UUID = new SimpleAttributeDefinitionBuilder("process-id-uuid", ModelType.BOOLEAN, false) >+ public static final SimpleAttributeDefinition PROCESS_ID_UUID = new SimpleAttributeDefinitionBuilder("process-id-uuid", ModelType.BOOLEAN, true) > .setAlternatives("process-id-socket-binding") > .setFlags(AttributeAccess.Flag.RESTART_ALL_SERVICES) > .build(); > >- public static final SimpleAttributeDefinition PROCESS_ID_SOCKET_BINDING = new SimpleAttributeDefinitionBuilder("process-id-socket-binding", ModelType.STRING, false) >+ public static final SimpleAttributeDefinition PROCESS_ID_SOCKET_BINDING = new SimpleAttributeDefinitionBuilder("process-id-socket-binding", ModelType.STRING, true) > .setValidator(new StringLengthValidator(1, true)) > .setAlternatives("process-id-uuid") > .setFlags(AttributeAccess.Flag.RESTART_ALL_SERVICES)
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 Diff
View Attachment As Raw
Flags:
mmiura
: review?
Actions:
View
|
Diff
Attachments on
bug 1036739
: 831607