[jboss-jira] [JBoss JIRA] (WFLY-5224) Unable to read resource after changing process-id-* in transactions subsystem

Stefano Maestri (JIRA) issues at jboss.org
Thu Sep 10 09:43:00 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107425#comment-13107425 ] 

Stefano Maestri commented on WFLY-5224:
---------------------------------------

Problem solved w/ linked pull request. Please note the batch need to be modified as:


{code:java}
batch
/socket-binding-group=standard-sockets/socket-binding=txn-socket-process-id:add(port=4714)
/subsystem=transactions:write-attribute(name=process-id-socket-binding,value=txn-socket-process-id)
/subsystem=transactions:undefine-attribute(name=process-id-uuid)
run-batch --verbose
{code}

switching line 3 and 4

regards
S.

> Unable to read resource after changing process-id-* in transactions subsystem
> -----------------------------------------------------------------------------
>
>                 Key: WFLY-5224
>                 URL: https://issues.jboss.org/browse/WFLY-5224
>             Project: WildFly
>          Issue Type: Bug
>          Components: Transactions
>            Reporter: Harald Pehl
>            Assignee: Amos Feng
>            Priority: Critical
>             Fix For: 10.0.0.CR1
>
>
> After switching between {{process-id-uuid}} and {{process-id-socket-bindings}} as described in WFLY-2623 a follow-up {{/subsystem=transactions:read-resource}} fails until the server / host is reloaded. 
> The resource should be readable and return an {{reload-required}} header. 



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list