[JBoss JIRA] (WFCORE-3229) JMX subsystem AuditLoggerAddHandler tries to add a STage.RUNTIME step on a domain profile resource
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-3229:
----------------------------------------
Summary: JMX subsystem AuditLoggerAddHandler tries to add a STage.RUNTIME step on a domain profile resource
Key: WFCORE-3229
URL: https://issues.jboss.org/browse/WFCORE-3229
Project: WildFly Core
Issue Type: Bug
Components: JMX
Affects Versions: 3.0.1.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 4.0.0.Alpha1, 3.0.2.Final
Adding a runtime step on a domain profile resource is wrong. Currently, the kernel rejects this (see WFCORE-2849) which means you can't add a jmx audit logger in domain mode. That would make this a Blocker, but in WFCORE-3217 I'm going to relax the kernel behavior. Still, this should be corrected.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (WFCORE-3228) WorkerServerDefinition should not be registered on an HC
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-3228:
----------------------------------------
Summary: WorkerServerDefinition should not be registered on an HC
Key: WFCORE-3228
URL: https://issues.jboss.org/browse/WFCORE-3228
Project: WildFly Core
Issue Type: Bug
Components: IO
Affects Versions: 3.0.1.Final
Reporter: Brian Stansberry
Assignee: David Lloyd
Title says it all.
I think removing this isn't an incompatible change because these are runtime-only synthetic resources where WorkerResourceDefinition.WorkerResource will never produce a child resource against which an operation can be targeted.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (WFLY-9288) EJB session auto-creation is not working
by David Lloyd (JIRA)
David Lloyd created WFLY-9288:
---------------------------------
Summary: 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
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.2.3#72005)
7 years, 4 months
[JBoss JIRA] (WFLY-9287) ReferencingDeploymentsHandler is doing runtime work in Stage.MODEL
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-9287?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-9287:
-----------------------------------
Description:
The handler is reading services in Stage.MODEL. It should add a RUNTIME step, being careful that it's running on a non-admin-only-server (check OperationContext.isDefaultRequiresRuntime()).
This applies to the variant in ejb3 and the one in undertow.
was:The handler is reading services in Stage.MODEL. It should add a RUNTIME step, being careful that it's running on a non-admin-only-server (check OperationContext.isDefaultRequiresRuntime()).
> ReferencingDeploymentsHandler is doing runtime work in Stage.MODEL
> ------------------------------------------------------------------
>
> Key: WFLY-9287
> URL: https://issues.jboss.org/browse/WFLY-9287
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 11.0.0.CR1
> Reporter: Brian Stansberry
>
> The handler is reading services in Stage.MODEL. It should add a RUNTIME step, being careful that it's running on a non-admin-only-server (check OperationContext.isDefaultRequiresRuntime()).
> This applies to the variant in ejb3 and the one in undertow.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ELY-1353) AuthenticationConfiguration#kerberosSecurityFactory is redundant
by David Lloyd (JIRA)
David Lloyd created ELY-1353:
--------------------------------
Summary: AuthenticationConfiguration#kerberosSecurityFactory is redundant
Key: ELY-1353
URL: https://issues.jboss.org/browse/ELY-1353
Project: WildFly Elytron
Issue Type: Bug
Components: Authentication Client
Reporter: David Lloyd
There's no point to having a special/separate kerberosSecurityFactory on AuthenticationConfiguration. The callback handling code path for this would work exactly the same if the Kerberos credential were instead stored on the regular CredentialSource in the configuration.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (WFLY-9287) ReferencingDeploymentsHandler is doing runtime work in Stage.MODEL
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-9287?page=com.atlassian.jira.plugin.... ]
Brian Stansberry commented on WFLY-9287:
----------------------------------------
I'm bumping this to Major as this op is registered on a DC profile resource, and it will fail if executed there, as it's calling context.getRequiredService(serviceName) for a service that won't be installed.
> ReferencingDeploymentsHandler is doing runtime work in Stage.MODEL
> ------------------------------------------------------------------
>
> Key: WFLY-9287
> URL: https://issues.jboss.org/browse/WFLY-9287
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 11.0.0.CR1
> Reporter: Brian Stansberry
>
> The handler is reading services in Stage.MODEL. It should add a RUNTIME step, being careful that it's running on a non-admin-only-server (check OperationContext.isDefaultRequiresRuntime()).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (WFLY-9287) ReferencingDeploymentsHandler is doing runtime work in Stage.MODEL
by Brian Stansberry (JIRA)
Brian Stansberry created WFLY-9287:
--------------------------------------
Summary: ReferencingDeploymentsHandler is doing runtime work in Stage.MODEL
Key: WFLY-9287
URL: https://issues.jboss.org/browse/WFLY-9287
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 11.0.0.CR1
Reporter: Brian Stansberry
Priority: Minor
The handler is reading services in Stage.MODEL. It should add a RUNTIME step, being careful that it's running on a non-admin-only-server (check OperationContext.isDefaultRequiresRuntime()).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months