[JBoss JIRA] (WFLY-12783) EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
by Katarina Hermanova (Jira)
[ https://issues.jboss.org/browse/WFLY-12783?page=com.atlassian.jira.plugin... ]
Katarina Hermanova reassigned WFLY-12783:
-----------------------------------------
Assignee: Jim Ma
> EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-12783
> URL: https://issues.jboss.org/browse/WFLY-12783
> Project: WildFly
> Issue Type: Task
> Components: Web Services
> Reporter: Katarina Hermanova
> Assignee: Jim Ma
> Priority: Optional
> Attachments: newWebServiceDemo.zip
>
>
> Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
> I believe the message is not clearly describing the problem and maybe the documentation should be extended.
> Steps to reproduce:
> 1, Deploy echoServer-1.0-SNAPSHOT.jar
> 2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
> 3, To add security domain mapping in the EJB3 subsystem run `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)` and `reload` using $ {jbossHomeName}/bin/jboss-cli.sh
> 4, Run EchoClient.main()
> - to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` and `reload` using $ {jbossHomeName}/bin/jboss-cli.sh
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFLY-12783) EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
by Katarina Hermanova (Jira)
[ https://issues.jboss.org/browse/WFLY-12783?page=com.atlassian.jira.plugin... ]
Katarina Hermanova updated WFLY-12783:
--------------------------------------
Component/s: (was: Security)
> EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-12783
> URL: https://issues.jboss.org/browse/WFLY-12783
> Project: WildFly
> Issue Type: Task
> Components: Web Services
> Reporter: Katarina Hermanova
> Priority: Optional
> Attachments: newWebServiceDemo.zip
>
>
> Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
> I believe the message is not clearly describing the problem and maybe the documentation should be extended.
> Steps to reproduce:
> 1, Deploy echoServer-1.0-SNAPSHOT.jar
> 2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
> 3, To add security domain mapping in the EJB3 subsystem run `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)` and `reload` using $ {jbossHomeName}/bin/jboss-cli.sh
> 4, Run EchoClient.main()
> - to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` and `reload` using $ {jbossHomeName}/bin/jboss-cli.sh
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (SWSQE-1001) OCP clusters in PSI are very flaky
by Filip Brychta (Jira)
[ https://issues.jboss.org/browse/SWSQE-1001?page=com.atlassian.jira.plugin... ]
Filip Brychta resolved SWSQE-1001.
----------------------------------
Resolution: Done
For now it's resolved by using ci flavors for VMs which are linked to faster hosts in ci aggregate.
Added this issue to https://docs.google.com/document/d/1_HDpRePeJv47mxP6XZBZMM_1LGjhiVe1Qs2WU...
> OCP clusters in PSI are very flaky
> ----------------------------------
>
> Key: SWSQE-1001
> URL: https://issues.jboss.org/browse/SWSQE-1001
> Project: Kiali QE
> Issue Type: QE Task
> Reporter: Filip Brychta
> Assignee: Filip Brychta
> Priority: Critical
> Labels: infrastructure
>
> Both OCP 4.1 and OCP 4.2 clusters created in PSI are very slow. Following alerts are visible from time to time:
> OCP 4.1 on ocp-master flavor
> The API server has a 99th percentile latency of 1.98 seconds for PUT clusterrolebindings.
> The API server has a 99th percentile latency of 3.780000000000002 seconds for PUT poddisruptionbudgets.
> The API server has a 99th percentile latency of 2.309999999999997 seconds for GET namespaces.
> The API server has a 99th percentile latency of 5.2000000000000055 seconds for GET deployments.
> The API server has a 99th percentile latency of 7.6 seconds for GET openshiftapiservers.
> KubeAPIErrorsHigh
> API server is returning errors for 22.222222222222218% of requests for POST pods .
> Also jaeger tests are failing.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFLY-12783) EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
by Katarina Hermanova (Jira)
[ https://issues.jboss.org/browse/WFLY-12783?page=com.atlassian.jira.plugin... ]
Katarina Hermanova updated WFLY-12783:
--------------------------------------
Description:
Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
I believe the message is not clearly describing the problem and maybe the documentation should be extended.
Steps to reproduce:
1, Deploy echoServer-1.0-SNAPSHOT.jar
2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
3, To add security domain mapping in the EJB3 subsystem run `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)` and `reload` using $ {jbossHomeName}/bin/jboss-cli.sh
4, Run EchoClient.main()
- to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` and `reload` using $ {jbossHomeName}/bin/jboss-cli.sh
was:
Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
I believe the message is not clearly describing the problem and maybe the documentation should be extended.
Steps to reproduce:
1, Deploy echoServer-1.0-SNAPSHOT.jar
2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
3, To add security domain mapping in the EJB3 subsystem run `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)` using $ {jbossHomeName}/bin/jboss-cli.sh
4, Run EchoClient.main()
- to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` using $ {jbossHomeName}/bin/jboss-cli.sh
> EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-12783
> URL: https://issues.jboss.org/browse/WFLY-12783
> Project: WildFly
> Issue Type: Task
> Components: Security, Web Services
> Reporter: Katarina Hermanova
> Priority: Optional
> Attachments: newWebServiceDemo.zip
>
>
> Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
> I believe the message is not clearly describing the problem and maybe the documentation should be extended.
> Steps to reproduce:
> 1, Deploy echoServer-1.0-SNAPSHOT.jar
> 2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
> 3, To add security domain mapping in the EJB3 subsystem run `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)` and `reload` using $ {jbossHomeName}/bin/jboss-cli.sh
> 4, Run EchoClient.main()
> - to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` and `reload` using $ {jbossHomeName}/bin/jboss-cli.sh
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFLY-12783) EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
by Katarina Hermanova (Jira)
[ https://issues.jboss.org/browse/WFLY-12783?page=com.atlassian.jira.plugin... ]
Katarina Hermanova updated WFLY-12783:
--------------------------------------
Description:
Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
I believe the message is not clearly describing the problem and maybe the documentation should be extended.
Steps to reproduce:
1, Deploy echoServer-1.0-SNAPSHOT.jar
2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
3, To add security domain mapping in the EJB3 subsystem run `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)` using $ {jbossHomeName}/bin/jboss-cli.sh
4, Run EchoClient.main()
- to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` using $ {jbossHomeName}/bin/jboss-cli.sh
was:
Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
I believe the message is not clearly describing the problem and maybe the documentation should be extended.
Steps to reproduce:
1, Deploy echoServer-1.0-SNAPSHOT.jar
2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
3, Add security domain mapping in the EJB3 subsystem using $ {jbossHomeName}/bin/jboss-cli.sh `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)`
4, Run EchoClient.main()
- to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` using $ {jbossHomeName}/bin/jboss-cli.sh
> EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-12783
> URL: https://issues.jboss.org/browse/WFLY-12783
> Project: WildFly
> Issue Type: Task
> Components: Security, Web Services
> Reporter: Katarina Hermanova
> Priority: Optional
> Attachments: newWebServiceDemo.zip
>
>
> Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
> I believe the message is not clearly describing the problem and maybe the documentation should be extended.
> Steps to reproduce:
> 1, Deploy echoServer-1.0-SNAPSHOT.jar
> 2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
> 3, To add security domain mapping in the EJB3 subsystem run `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)` using $ {jbossHomeName}/bin/jboss-cli.sh
> 4, Run EchoClient.main()
> - to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` using $ {jbossHomeName}/bin/jboss-cli.sh
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFLY-12783) EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
by Katarina Hermanova (Jira)
[ https://issues.jboss.org/browse/WFLY-12783?page=com.atlassian.jira.plugin... ]
Katarina Hermanova updated WFLY-12783:
--------------------------------------
Description:
Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
I believe the message is not clearly describing the problem and maybe the documentation should be extended.
Steps to reproduce:
1, Deploy echoServer-1.0-SNAPSHOT.jar
2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
3, Add security domain mapping in the EJB3 subsystem using $ {jbossHomeName}/bin/jboss-cli.sh `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)`
4, Run EchoClient.main()
- to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` using $ {jbossHomeName}/bin/jboss-cli.sh
was:
Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
I believe the message is not clearly describing the problem and maybe the documentation should be extended.
Step to reproduce:
1, Deploy echoServer-1.0-SNAPSHOT.jar
2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
3, Add security domain mapping in the EJB3 subsystem using $ {jbossHomeName}/bin/jboss-cli.sh `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)`
4, Run EchoClient.main()
- to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` using $ {jbossHomeName}/bin/jboss-cli.sh
> EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-12783
> URL: https://issues.jboss.org/browse/WFLY-12783
> Project: WildFly
> Issue Type: Task
> Components: Security, Web Services
> Reporter: Katarina Hermanova
> Priority: Optional
> Attachments: newWebServiceDemo.zip
>
>
> Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
> I believe the message is not clearly describing the problem and maybe the documentation should be extended.
> Steps to reproduce:
> 1, Deploy echoServer-1.0-SNAPSHOT.jar
> 2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
> 3, Add security domain mapping in the EJB3 subsystem using $ {jbossHomeName}/bin/jboss-cli.sh `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)`
> 4, Run EchoClient.main()
> - to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` using $ {jbossHomeName}/bin/jboss-cli.sh
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFLY-12783) EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
by Katarina Hermanova (Jira)
[ https://issues.jboss.org/browse/WFLY-12783?page=com.atlassian.jira.plugin... ]
Katarina Hermanova updated WFLY-12783:
--------------------------------------
Description:
Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
I believe the message is not clearly describing the problem and maybe the documentation should be extended.
Step to reproduce:
1, Deploy echoServer-1.0-SNAPSHOT.jar
2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
3, Add security domain mapping in the EJB3 subsystem using $ {jbossHomeName}/bin/jboss-cli.sh `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)`
4, Run EchoClient.main()
- to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` using $ {jbossHomeName}/bin/jboss-cli.sh
was:
Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
I believe the message is not clearly describing the problem and maybe the documentation should be extended.
> EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-12783
> URL: https://issues.jboss.org/browse/WFLY-12783
> Project: WildFly
> Issue Type: Task
> Components: Security, Web Services
> Reporter: Katarina Hermanova
> Priority: Optional
> Attachments: newWebServiceDemo.zip
>
>
> Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
> I believe the message is not clearly describing the problem and maybe the documentation should be extended.
> Step to reproduce:
> 1, Deploy echoServer-1.0-SNAPSHOT.jar
> 2, Add user with `$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' -g 'guest,admin'`
> 3, Add security domain mapping in the EJB3 subsystem using $ {jbossHomeName}/bin/jboss-cli.sh `/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)`
> 4, Run EchoClient.main()
> - to restore configuration run `/subsystem=ejb3/application-security-domain=other:remove` using $ {jbossHomeName}/bin/jboss-cli.sh
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFLY-12783) EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
by Katarina Hermanova (Jira)
[ https://issues.jboss.org/browse/WFLY-12783?page=com.atlassian.jira.plugin... ]
Katarina Hermanova updated WFLY-12783:
--------------------------------------
Attachment: newWebServiceDemo.zip
> EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-12783
> URL: https://issues.jboss.org/browse/WFLY-12783
> Project: WildFly
> Issue Type: Task
> Components: Security, Web Services
> Reporter: Katarina Hermanova
> Priority: Optional
> Attachments: newWebServiceDemo.zip
>
>
> Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
> I believe the message is not clearly describing the problem and maybe the documentation should be extended.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFLY-12783) EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
by Katarina Hermanova (Jira)
[ https://issues.jboss.org/browse/WFLY-12783?page=com.atlassian.jira.plugin... ]
Katarina Hermanova reassigned WFLY-12783:
-----------------------------------------
Assignee: (was: Darran Lofthouse)
> EJBAccessException when security domain mapping added in the EJB3 subsystem to enable elytron
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-12783
> URL: https://issues.jboss.org/browse/WFLY-12783
> Project: WildFly
> Issue Type: Task
> Components: Security, Web Services
> Reporter: Katarina Hermanova
> Priority: Optional
>
> Having webservice with @RolesAllowed annotation and security domain defined in the jboss-ejb3.xml (or @SecurityDomain). When this security domain mapping is added in the EJB3 subsystem it is failing with "javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method: METHOD of bean: BEAN is not allowed".
> I believe the message is not clearly describing the problem and maybe the documentation should be extended.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months