[JBoss JIRA] (DROOLS-3985) [DMN Editor] No Build Error about missing inputs for imported node
by Jozef Marko (Jira)
Jozef Marko created DROOLS-3985:
-----------------------------------
Summary: [DMN Editor] No Build Error about missing inputs for imported node
Key: DROOLS-3985
URL: https://issues.jboss.org/browse/DROOLS-3985
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.22.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
This Iss was spotted during review of [PR|https://github.com/kiegroup/kie-wb-common/pull/2620] for DROOLS-3829 and DROOLS-3934.
The attached project contains two dmn files. The *routes.dmn* imports *traffic.dmn* and use a decision node from there. If you navigate to expression editor, the properties panel is not readonly.
Expected behavior:
If you navigate to expression editor of an imported node, the properties panel is readonly.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3984) [DMN Editor] Expression Grids on imported nodes are not read only
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3984?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-3984:
--------------------------------
Description:
This Iss was spotted during review of [PR|https://github.com/kiegroup/kie-wb-common/pull/2620] for DROOLS-3829 and DROOLS-3934.
The attached project contains two dmn files. The *routes.dmn* imports *traffic.dmn* and use a decision node from there. If you navigate to expression editor, the properties panel is not readonly.
Expected behavior:
If you navigate to expression editor of an imported node, the properties panel is readonly.
was:
This Iss was spotted during review of [PR|https://github.com/kiegroup/kie-wb-common/pull/2620] for DROOLS-3829 and DROOLS-3934.
The attached project contains two dmn files. The *routes.dmn* imports *traffic.dmn* and use a decision node from there. If you navigate to expression editor, the properties panel is not readonly.
> [DMN Editor] Expression Grids on imported nodes are not read only
> -----------------------------------------------------------------
>
> Key: DROOLS-3984
> URL: https://issues.jboss.org/browse/DROOLS-3984
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.22.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: MySpace_dmn.imports.zip, Screenshot from 2019-05-07 13-41-38.png
>
>
> This Iss was spotted during review of [PR|https://github.com/kiegroup/kie-wb-common/pull/2620] for DROOLS-3829 and DROOLS-3934.
> The attached project contains two dmn files. The *routes.dmn* imports *traffic.dmn* and use a decision node from there. If you navigate to expression editor, the properties panel is not readonly.
> Expected behavior:
> If you navigate to expression editor of an imported node, the properties panel is readonly.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-12051) Elytron: Ability to load the attributes of an identity from multiple sources
by Darran Lofthouse (Jira)
[ https://issues.jboss.org/browse/WFLY-12051?page=com.atlassian.jira.plugin... ]
Darran Lofthouse moved WFCORE-4461 to WFLY-12051:
-------------------------------------------------
Project: WildFly (was: WildFly Core)
Key: WFLY-12051 (was: WFCORE-4461)
Component/s: Security
(was: Security)
Fix Version/s: 17.0.0.Beta1
(was: 9.0.0.Beta5)
> Elytron: Ability to load the attributes of an identity from multiple sources
> ----------------------------------------------------------------------------
>
> Key: WFLY-12051
> URL: https://issues.jboss.org/browse/WFLY-12051
> Project: WildFly
> Issue Type: Feature Request
> Components: Security
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 17.0.0.Beta1
>
>
> In previous versions a {{security-domain}} was used to merge or add roles from multiple repositories. For example the roles for the users were obtained from two different ldaps and a database. All the roles were merged and the final authenticated principal belonged to all of them. The old picketbox subsystem used stacking of login modules (and password) to implement this feature. This use-case is not rare among the customers.
> This issue is avoiding migrations from the old security subsystem to elytron.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFCORE-4461) Elytron: Ability to load the attributes of an identity from multiple sources
by Darran Lofthouse (Jira)
Darran Lofthouse created WFCORE-4461:
----------------------------------------
Summary: Elytron: Ability to load the attributes of an identity from multiple sources
Key: WFCORE-4461
URL: https://issues.jboss.org/browse/WFCORE-4461
Project: WildFly Core
Issue Type: Feature Request
Components: Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 9.0.0.Beta5
In previous versions a {{security-domain}} was used to merge or add roles from multiple repositories. For example the roles for the users were obtained from two different ldaps and a database. All the roles were merged and the final authenticated principal belonged to all of them. The old picketbox subsystem used stacking of login modules (and password) to implement this feature. This use-case is not rare among the customers.
This issue is avoiding migrations from the old security subsystem to elytron.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3983) Unavailable URL: http://drools.org/drools-5.0/change-set
by Sergio Roa (Jira)
[ https://issues.jboss.org/browse/DROOLS-3983?page=com.atlassian.jira.plugi... ]
Sergio Roa updated DROOLS-3983:
-------------------------------
Description:
The loading of the change-set file is throwing a SaxParseException. I believe the problem is due to the fact that the following url is no longer available:
[http://drools.org/drools-5.0/change-set|http://drools.org/drools-5.0/chan...]
We saw that this happened yesterday to the user Greg on this same forum, it suddenly started to happend to us yesterday too, so we were wondering what steps did you guys followed to fix the problem? We have a production system running OK, but our local machines are giving error when starting tomcat/websphere instances, we're scared that production machines will start to fail when restarting the services.. We're open to hearing suggestions or related fixes. Thanks in advance.
was:
The loading of the change-set file is throwing a SaxParseException. I believe the problem is due to the fact that the following url is no longer available:
[http://drools.org/drools-5.0/change-set|http://drools.org/drools-5.0/chan...]
Can that URL be made available again? Or can the information formerly available there be provide so that we can host it?
We have several production systems that are non-functioning due to this issue. So, this is a very high priority for us.
> Unavailable URL: http://drools.org/drools-5.0/change-set
> --------------------------------------------------------
>
> Key: DROOLS-3983
> URL: https://issues.jboss.org/browse/DROOLS-3983
> Project: Drools
> Issue Type: Bug
> Affects Versions: 5.6.0.Final
> Reporter: Sergio Roa
> Assignee: Mario Fusco
> Priority: Major
>
> The loading of the change-set file is throwing a SaxParseException. I believe the problem is due to the fact that the following url is no longer available:
> [http://drools.org/drools-5.0/change-set|http://drools.org/drools-5.0/chan...]
> We saw that this happened yesterday to the user Greg on this same forum, it suddenly started to happend to us yesterday too, so we were wondering what steps did you guys followed to fix the problem? We have a production system running OK, but our local machines are giving error when starting tomcat/websphere instances, we're scared that production machines will start to fail when restarting the services.. We're open to hearing suggestions or related fixes. Thanks in advance.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-8136) allow JAX-RS annotations in CDI @Stereotype
by Martin Stefanko (Jira)
[ https://issues.jboss.org/browse/WFLY-8136?page=com.atlassian.jira.plugin.... ]
Martin Stefanko updated WFLY-8136:
----------------------------------
Summary: allow JAX-RS annotations in CDI @Stereotype (was: allow JAX-RS @Produces in CDI @Stereotype)
> allow JAX-RS annotations in CDI @Stereotype
> -------------------------------------------
>
> Key: WFLY-8136
> URL: https://issues.jboss.org/browse/WFLY-8136
> Project: WildFly
> Issue Type: Feature Request
> Components: CDI / Weld, REST
> Affects Versions: 9.0.1.Final, 15.0.0.Final
> Environment: Windows 7, JDK 1.8.0_60
> Reporter: Andreas Klemp
> Assignee: Martin Stefanko
> Priority: Major
>
> A simple JAX-RS REST service can be annotated with @Produces to define the resulting mime-type. However, it is not working anymore, when the annotation is moved to a stereotype. The default application/octet-stream is used.
> {code}
> @Stereotype
> @Produces(MediaType.APPLICATION_JSON)
> @Target(ElementType.TYPE)
> @Retention(RetentionPolicy.RUNTIME)
> public @interface RestService {
> }
> @Path("/some")
> @RestService
> public class SomeRestService {
> @GET
> @Path("/")
> public Response getSome() {
> return Response.ok().entity("{\"x\" : 42, \"y\" : \"foo\"}").build();
> }
> }
> {code}
> Using the following dependencies in Gradle project.
> {noformat}
> providedCompile(
> [group: 'javax.enterprise', name: 'cdi-api', version: '1.2'],
> [group: 'org.jboss.spec.javax.ws.rs', name: 'jboss-jaxrs-api_2.0_spec', version: '1.0.0.Final'],
> [group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.7.4']
> )
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months