[JBoss JIRA] (WFLY-10355) The non-multicast mod_cluster subsystem template puts attributes in non-xsd order
by Brian Stansberry (JIRA)
Brian Stansberry created WFLY-10355:
---------------------------------------
Summary: The non-multicast mod_cluster subsystem template puts attributes in non-xsd order
Key: WFLY-10355
URL: https://issues.jboss.org/browse/WFLY-10355
Project: WildFly
Issue Type: Bug
Components: mod_cluster
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
The document we generate should follow the xsd.
Galleon will as the server persister marshals in xsd order, so basically fixing this just removes a diff between a galleon built dist and a legacy one.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFCORE-3787) JMX audit logging should support all the handlers supported by core audit logging
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3787?page=com.atlassian.jira.plugi... ]
James Perkins commented on WFCORE-3787:
---------------------------------------
[~dlofthouse] What would the security concerns be with instead of having resources for audit logging we just had categories that could be configured via the logging subsystem? e.g. {{org.wildly.security.audit}}.
> JMX audit logging should support all the handlers supported by core audit logging
> ---------------------------------------------------------------------------------
>
> Key: WFCORE-3787
> URL: https://issues.jboss.org/browse/WFCORE-3787
> Project: WildFly Core
> Issue Type: Feature Request
> Components: JMX
> Affects Versions: 5.0.0.Alpha5
> Reporter: Yeray Borges
> Assignee: Yeray Borges
>
> Users can enable audit logging for the management interfaces, which will log all operations performed using the management console, management CLI, or custom application that uses the Management API.
> JMX subsystem can use the handlers defined for audit logging, but at this moment, only {{file-handler}} and {{syslog-handler}} can be used in JMX subsystem.
> This issue will extend the list of supported handlers for JMX subsystem to all handlers supported by core audit logging.
> The handlers supported by core audit logging are:
> * file-handler
> * in-memory-handler
> * periodic-rotating-file-handler
> * size-rotating-file-handler
> * syslog-handler
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFLY-9288) EJB session auto-creation is not working
by David Lloyd (JIRA)
[ https://issues.jboss.org/browse/WFLY-9288?page=com.atlassian.jira.plugin.... ]
David Lloyd commented on WFLY-9288:
-----------------------------------
PR #11187 can be reopened with its current branch as soon as the corresponding releases of jboss-ejb-client are done.
> EJB session auto-creation is not working
> ----------------------------------------
>
> Key: WFLY-9288
> URL: https://issues.jboss.org/browse/WFLY-9288
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Reporter: David Lloyd
> Assignee: David Lloyd
>
> In {{org.jboss.as.ejb3.remote.AssociationImpl#receiveInvocationRequest}}, when the EJB component is being looked up, two things need to happen which are not happening:
> * The incoming locator should be examined; if it is a stateful locator and the physical EJB is stateless, then {{Request#writeNotStateful()}} should be called and processing should be aborted.
> * If the incoming locator is a stateless locator and the physical EJB is stateful, then {{component#createSessionRemote()}} should be called and the resultant session ID should be set using {{Request#convertToStateful()}}.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFCORE-3822) When using offline CLI with different --jboss-home arguments the log directory is not updated
by James Perkins (JIRA)
James Perkins created WFCORE-3822:
-------------------------------------
Summary: When using offline CLI with different --jboss-home arguments the log directory is not updated
Key: WFCORE-3822
URL: https://issues.jboss.org/browse/WFCORE-3822
Project: WildFly Core
Issue Type: Bug
Components: CLI, Embedded
Reporter: James Perkins
Assignee: James Perkins
When using the CLI client JAR and specifying different {{--jboss-home}} directories when starting different embedded servers the {{jboss.server.log.dir}} is not updated to the new home directory.
The CLI {{EnvironmentRestorer}} likely needs to handle this property as it's specifically set in the command handler.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months