[JBoss JIRA] (DROOLS-1663) Kie DMN doesn't support IMPORT decisions between DMN files
by Edson Tirelli (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1663?page=com.atlassian.jira.plugi... ]
Edson Tirelli updated DROOLS-1663:
----------------------------------
Sprint: 2017 Week 30-31
> Kie DMN doesn't support IMPORT decisions between DMN files
> ----------------------------------------------------------
>
> Key: DROOLS-1663
> URL: https://issues.jboss.org/browse/DROOLS-1663
> Project: Drools
> Issue Type: Enhancement
> Components: dmn engine
> Reporter: Stylianos Koussouris
> Assignee: Edson Tirelli
> Fix For: 7.2.0.Final
>
> Attachments: IMG_2197.jpg, IMG_2198.jpg, IMG_2199.jpg
>
>
> DMN Spec 1.1
> Page 40.
> import: Import [*] This attribute is used to import externally defined elements and
> make them available for use by elements in this Definitions.
> Section 6.3.3 Import metamodel
> The aim here is to be able to import one Decision defined in a separate DMN into another where it is used as a supporting decision and is referenced (RequiredDecision)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (DROOLS-1666) Change the return result on DTs with policy C, C+ and C#
by Edson Tirelli (JIRA)
Edson Tirelli created DROOLS-1666:
-------------------------------------
Summary: Change the return result on DTs with policy C, C+ and C#
Key: DROOLS-1666
URL: https://issues.jboss.org/browse/DROOLS-1666
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.1.0.Final
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Fix For: 7.2.0.Final
The spec says that decision tables with no matching rules should always return null, but that does not make much sense for DTs with hit policies C, C+ and C#.
The return results for these cases should be:
C = [ ] (empty list)
C+ = 0
C# = 0
Also, open a ticket to the DMN RTF to fix it in the spec.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (WFCORE-3072) CapabilityRegistry.suggest-capabilities issue on Windows
by Jean-Francois Denise (JIRA)
Jean-Francois Denise created WFCORE-3072:
--------------------------------------------
Summary: CapabilityRegistry.suggest-capabilities issue on Windows
Key: WFCORE-3072
URL: https://issues.jboss.org/browse/WFCORE-3072
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Jean-Francois Denise
Assignee: Brian Stansberry
The test added by WFLY-8990 highlight a problem on windows.
A path containing a ':' makes Paths.get to fail. (Eg: profile/clone-profile-test-case-default/subsystem/mail/mail-session/java:jboss/mail/Default)
[Host Controller] 12:00:52,091 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) WFLYCTL0013: Operation ("suggest-capabilities") failed - address: ([
[Host Controller] ("host" => "master"),
[Host Controller] ("core-service" => "capability-registry")
[Host Controller] ]): java.nio.file.InvalidPathException: Illegal char <:> at index 73: /profile/clone-profile-test-case-default/subsystem/mail/mail-session/java:jboss/mail/Default
[Host Controller] at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
[Host Controller] at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
[Host Controller] at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
[Host Controller] at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
[Host Controller] at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
[Host Controller] at java.nio.file.Paths.get(Paths.java:84)
[Host Controller] at org.jboss.as.controller.CapabilityRegistry.lambda$null$4(CapabilityRegistry.java:952)
[Host Controller] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
[Host Controller] at java.util.Iterator.forEachRemaining(Iterator.java:116)
[Host Controller] at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (WFLY-9065) DatasourcePoolAttributesTestCase fails with security manager
by Martin Simka (JIRA)
[ https://issues.jboss.org/browse/WFLY-9065?page=com.atlassian.jira.plugin.... ]
Martin Simka reassigned WFLY-9065:
----------------------------------
Assignee: Martin Simka
> DatasourcePoolAttributesTestCase fails with security manager
> ------------------------------------------------------------
>
> Key: WFLY-9065
> URL: https://issues.jboss.org/browse/WFLY-9065
> Project: WildFly
> Issue Type: Bug
> Components: JCA, Test Suite
> Affects Versions: 11.0.0.Beta1
> Reporter: Ondrej Kotek
> Assignee: Martin Simka
> Priority: Critical
> Labels: security-manager
>
> {{DatasourcePoolAttributesTestCase}} fails with security manager:
> {noformat}
> INFO [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (pool-3-thread-1) BeanManager not found.
> SEVERE [org.jboss.arquillian.protocol.jmx.JMXTestRunner] (pool-3-thread-1) Failed: org.jboss.as.test.integration.jca.poolattributes.DatasourcePoolAttributesTestCase.testModifyNonReloadAttributes: java.lang.NullPointerException
> at org.jboss.as.test.integration.jca.JcaTestsUtil.extractConnectionManager(JcaTestsUtil.java:129)
> at org.jboss.as.test.integration.jca.JcaTestsUtil.exctractPoolConfiguration(JcaTestsUtil.java:91)
> at org.jboss.as.test.integration.jca.poolattributes.DatasourcePoolAttributesTestCase.testModifyNonReloadAttributes(DatasourcePoolAttributesTestCase.java:136)
> ...
> {noformat}
> It is not obvious why does it fail or which permissions are missing.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (WFLY-9065) DatasourcePoolAttributesTestCase fails with security manager
by Martin Simka (JIRA)
[ https://issues.jboss.org/browse/WFLY-9065?page=com.atlassian.jira.plugin.... ]
Martin Simka updated WFLY-9065:
-------------------------------
Priority: Major (was: Critical)
> DatasourcePoolAttributesTestCase fails with security manager
> ------------------------------------------------------------
>
> Key: WFLY-9065
> URL: https://issues.jboss.org/browse/WFLY-9065
> Project: WildFly
> Issue Type: Bug
> Components: JCA, Test Suite
> Affects Versions: 11.0.0.Beta1
> Reporter: Ondrej Kotek
> Assignee: Martin Simka
> Labels: security-manager
>
> {{DatasourcePoolAttributesTestCase}} fails with security manager:
> {noformat}
> INFO [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (pool-3-thread-1) BeanManager not found.
> SEVERE [org.jboss.arquillian.protocol.jmx.JMXTestRunner] (pool-3-thread-1) Failed: org.jboss.as.test.integration.jca.poolattributes.DatasourcePoolAttributesTestCase.testModifyNonReloadAttributes: java.lang.NullPointerException
> at org.jboss.as.test.integration.jca.JcaTestsUtil.extractConnectionManager(JcaTestsUtil.java:129)
> at org.jboss.as.test.integration.jca.JcaTestsUtil.exctractPoolConfiguration(JcaTestsUtil.java:91)
> at org.jboss.as.test.integration.jca.poolattributes.DatasourcePoolAttributesTestCase.testModifyNonReloadAttributes(DatasourcePoolAttributesTestCase.java:136)
> ...
> {noformat}
> It is not obvious why does it fail or which permissions are missing.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months