Paul Ferraro created WFLY-7490:
----------------------------------
Summary: Infinispan cache container resource registers default-cache capabilities even when undefined
Key: WFLY-7490
URL: https://issues.jboss.org/browse/WFLY-7490
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
The management operations specified in the description for: https://issues.jboss.org/browse/WFLY-7486
... should fail during model validation due to a missing capability, since the default-cache was not defined. However, the commands will succeed, even though the singleton policy will fail at runtime due to a missing service dependency.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
Paul Ferraro created WFLY-7489:
----------------------------------
Summary: JGroups subsystem resource registers default-channel capabilities even when undefined
Key: WFLY-7489
URL: https://issues.jboss.org/browse/WFLY-7489
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Analog of WFLY-7487, but for the optional default channel attribute of the JGroups subsystem.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/WFLY-7488?page=com.atlassian.jira.plugin.... ]
Paul Ferraro updated WFLY-7488:
-------------------------------
Description: Analog of WFLY-7487, but for the optional default channel attribute of the JGroups subsystem. (was: The management operations specified in the description for: https://issues.jboss.org/browse/WFLY-7486
... should fail during model validation due to a missing capability, since the default-cache was not defined. However, the commands will succeed, even though the singleton policy will fail at runtime due to a missing service dependency.)
> JGroups subsystem resource registers default-channel capabilities even when undefined
> -------------------------------------------------------------------------------------
>
> Key: WFLY-7488
> URL: https://issues.jboss.org/browse/WFLY-7488
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
>
> Analog of WFLY-7487, but for the optional default channel attribute of the JGroups subsystem.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
Paul Ferraro created WFLY-7488:
----------------------------------
Summary: JGroups subsystem resource registers default-channel capabilities even when undefined
Key: WFLY-7488
URL: https://issues.jboss.org/browse/WFLY-7488
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
The management operations specified in the description for: https://issues.jboss.org/browse/WFLY-7486
... should fail during model validation due to a missing capability, since the default-cache was not defined. However, the commands will succeed, even though the singleton policy will fail at runtime due to a missing service dependency.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
Paul Ferraro created WFLY-7487:
----------------------------------
Summary: Infinispan cache container resource registers default-cache capabilities even when undefined
Key: WFLY-7487
URL: https://issues.jboss.org/browse/WFLY-7487
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
The management operations specified in the description for: https://issues.jboss.org/browse/WFLY-7486
... should fail during model validation due to a missing capability, since the default-cache was not defined. However, the commands will succeed, even though the singleton policy will fail at runtime due to a missing service dependency.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/WFLY-7486?page=com.atlassian.jira.plugin.... ]
Paul Ferraro moved JBEAP-6919 to WFLY-7486:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7486 (was: JBEAP-6919)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
(was: User Experience)
Affects Version/s: 10.1.0.Final
(was: 7.0.0.DR7)
> Bad error message when adding singleton policy with new cache container in Singleton Subsystem
> ----------------------------------------------------------------------------------------------
>
> Key: WFLY-7486
> URL: https://issues.jboss.org/browse/WFLY-7486
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Minor
>
> Adding a new singleton policy as described in https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-appli... with a newly created cache-container leads to a non-explanatory fail message {{"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
Darran Lofthouse created ELY-722:
------------------------------------
Summary: Move callback handler interactions to a common base class for HTTP mechanisms,.
Key: ELY-722
URL: https://issues.jboss.org/browse/ELY-722
Project: WildFly Elytron
Issue Type: Enhancement
Components: HTTP
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta13
This is to follow a similar pattern as is used for the SASL mechanisms.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/JBAS-6410?page=com.atlassian.jira.plugin.... ]
Jiri Danek updated JBAS-6410:
-----------------------------
Labels: interoperability jbosstools security (was: interoperabilty jbosstools security)
> JBoss Security (2.0.2.SP3) serialVersionUID breaks interoperability with external tools (e.g. JBoss Tools)
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBAS-6410
> URL: https://issues.jboss.org/browse/JBAS-6410
> Project: Application Server 3 4 5 and 6
> Issue Type: Bug
> Components: Security
> Affects Versions: JBossAS-5.0.0.GA
> Reporter: Saverio Trioni
> Assignee: Anil Saldanha
> Labels: interoperability, jbosstools, security
> Fix For: JBossAS-5.0.1.GA, JBossAS-5.1.0.Beta1
>
>
> The current version of deployed jbosssx.jar contains a class with the wrong serialVersionUID (set to 1L instead of default value).
> This prevents a server to deploy and communicate with JBossTools in eclipse.
> The code issue is already taken care of:
> https://jira.jboss.org/jira/browse/SECURITY-341
> and the resolution is due in SP4.
> But it's critical to deliver the updated package within the next point release of the app server.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/JBAS-6410?page=com.atlassian.jira.plugin.... ]
Jiri Danek closed JBAS-6410.
----------------------------
Resolution: Done
typo in issue tag was fixed
> JBoss Security (2.0.2.SP3) serialVersionUID breaks interoperability with external tools (e.g. JBoss Tools)
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBAS-6410
> URL: https://issues.jboss.org/browse/JBAS-6410
> Project: Application Server 3 4 5 and 6
> Issue Type: Bug
> Components: Security
> Affects Versions: JBossAS-5.0.0.GA
> Reporter: Saverio Trioni
> Assignee: Anil Saldanha
> Labels: interoperability, jbosstools, security
> Fix For: JBossAS-5.1.0.Beta1, JBossAS-5.0.1.GA
>
>
> The current version of deployed jbosssx.jar contains a class with the wrong serialVersionUID (set to 1L instead of default value).
> This prevents a server to deploy and communicate with JBossTools in eclipse.
> The code issue is already taken care of:
> https://jira.jboss.org/jira/browse/SECURITY-341
> and the resolution is due in SP4.
> But it's critical to deliver the updated package within the next point release of the app server.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[ https://issues.jboss.org/browse/JBAS-6410?page=com.atlassian.jira.plugin.... ]
Jiri Danek reopened JBAS-6410:
------------------------------
fixing typo in issue tag
> JBoss Security (2.0.2.SP3) serialVersionUID breaks interoperability with external tools (e.g. JBoss Tools)
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBAS-6410
> URL: https://issues.jboss.org/browse/JBAS-6410
> Project: Application Server 3 4 5 and 6
> Issue Type: Bug
> Components: Security
> Affects Versions: JBossAS-5.0.0.GA
> Reporter: Saverio Trioni
> Assignee: Anil Saldanha
> Labels: interoperabilty, jbosstools, security
> Fix For: JBossAS-5.0.1.GA, JBossAS-5.1.0.Beta1
>
>
> The current version of deployed jbosssx.jar contains a class with the wrong serialVersionUID (set to 1L instead of default value).
> This prevents a server to deploy and communicate with JBossTools in eclipse.
> The code issue is already taken care of:
> https://jira.jboss.org/jira/browse/SECURITY-341
> and the resolution is due in SP4.
> But it's critical to deliver the updated package within the next point release of the app server.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)