[JBoss JIRA] (DROOLS-3704) [DMN Designer] Boxed expressions - Decision Table - Input clause - Properties panel is not consistent
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3704?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-3704:
----------------------------------------
[~uxdlc] [~karreiro] could you please advise what is currently considered _consistent_?
I've attached a screenshot showing what I've developed ({{InputClause}} name and data-type included in the Properties Panel).
!DROOLS-3704.png|thumbnail!
I am however unsure whether we're to include any _constraint_ details in the Properties Panel... or will any changes there be made when the JIRA relating to adding constraints for {{InputClause}}s is worked on?
> [DMN Designer] Boxed expressions - Decision Table - Input clause - Properties panel is not consistent
> -----------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3704
> URL: https://issues.jboss.org/browse/DROOLS-3704
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: 1.png, DROOLS-3704.png
>
>
> Properties panel is not consistent with the popover:
> !1.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-11797) org.hibernate.envers not provisioned with jpa layer
by Jean-Francois Denise (Jira)
Jean-Francois Denise created WFLY-11797:
-------------------------------------------
Summary: org.hibernate.envers not provisioned with jpa layer
Key: WFLY-11797
URL: https://issues.jboss.org/browse/WFLY-11797
Project: WildFly
Issue Type: Bug
Components: Build System, JPA / Hibernate
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
The jpa resource should advertise org.hibernate.envers module as an optional runtime package.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (SWSQE-605) Establish Central CI Jenkins Master For Kiali
by Matt Mahoney (Jira)
[ https://issues.jboss.org/browse/SWSQE-605?page=com.atlassian.jira.plugin.... ]
Matt Mahoney commented on SWSQE-605:
------------------------------------
Latest comment on above ticket:
_
2019-02-28 10:57:16 EST - Customer update
Hong - approved if we have resources._
> Establish Central CI Jenkins Master For Kiali
> ---------------------------------------------
>
> Key: SWSQE-605
> URL: https://issues.jboss.org/browse/SWSQE-605
> Project: Kiali QE
> Issue Type: Sub-task
> Reporter: Matt Mahoney
> Assignee: Matt Mahoney
> Priority: Major
>
> Our team at one time was allocated a Central CI Jenkins Master.
> Therefore, one of the following,
> Either:
> a) Confirm that our team's Central CI Jenkins Master is still available and usable
> Or
> b) Establish a new Central CI Jenkins Master
> We also need to confirm that Jenkins master in Central Ci will fit our needs like:
> * is it possible to run smee.io client there to consume github events
> * is it possible to install plugins we are using
> * check SLA
> * check backups, upgrades
> * do we want to share it with istio qe team?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3715) Zipkiemodule nullpointerexception
by Tibor Zimányi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3715?page=com.atlassian.jira.plugi... ]
Tibor Zimányi updated DROOLS-3715:
----------------------------------
Tester: Jiri Petrlik
Story Points: 2
Sprint: 2019 Week 08-10
> Zipkiemodule nullpointerexception
> ---------------------------------
>
> Key: DROOLS-3715
> URL: https://issues.jboss.org/browse/DROOLS-3715
> Project: Drools
> Issue Type: Bug
> Affects Versions: 7.16.0.Final, 7.17.0.Final
> Reporter: Łukasz Szmolke
> Assignee: Tibor Zimányi
> Priority: Major
>
> o During ZipKieModule loading in “org.drools.compiler.kie.builder.impl.ZipKieModule:142” nullpointerexception is thrown:
>
> urlPath = urlPath.substring( urlPath.lastIndexOf( '!' ) + 1 );
> ArrayList<ZipEntry> entries = new ArrayList<>();
> // read jar file from uber-jar
> InputStream in = this.getClass().getResourceAsStream(urlPath); // nullpointerexception
>
> For example full UrlPath on windows to internal .jar is:
> C:\Users\xbbnv0c\IdeaProjects\ais-data-exchange\data-exchange-app\target\data-exchange-app-1.0.1-SNAPSHOT.jar!\BOOT-INF\lib\data-exchange-brms-1.0.1-SNAPSHOT.jar
> So the result of this first line will be:
> \BOOT-INF\lib\data-exchange-brms-1.0.1-SNAPSHOT.jar
> It will be perfect, but during accessing internal resource file separator should be “/” not “\”. So InputStream in = null.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3715) Zipkiemodule nullpointerexception
by Tibor Zimányi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3715?page=com.atlassian.jira.plugi... ]
Tibor Zimányi reassigned DROOLS-3715:
-------------------------------------
Assignee: Tibor Zimányi (was: Mario Fusco)
> Zipkiemodule nullpointerexception
> ---------------------------------
>
> Key: DROOLS-3715
> URL: https://issues.jboss.org/browse/DROOLS-3715
> Project: Drools
> Issue Type: Bug
> Affects Versions: 7.16.0.Final, 7.17.0.Final
> Reporter: Łukasz Szmolke
> Assignee: Tibor Zimányi
> Priority: Major
>
> o During ZipKieModule loading in “org.drools.compiler.kie.builder.impl.ZipKieModule:142” nullpointerexception is thrown:
>
> urlPath = urlPath.substring( urlPath.lastIndexOf( '!' ) + 1 );
> ArrayList<ZipEntry> entries = new ArrayList<>();
> // read jar file from uber-jar
> InputStream in = this.getClass().getResourceAsStream(urlPath); // nullpointerexception
>
> For example full UrlPath on windows to internal .jar is:
> C:\Users\xbbnv0c\IdeaProjects\ais-data-exchange\data-exchange-app\target\data-exchange-app-1.0.1-SNAPSHOT.jar!\BOOT-INF\lib\data-exchange-brms-1.0.1-SNAPSHOT.jar
> So the result of this first line will be:
> \BOOT-INF\lib\data-exchange-brms-1.0.1-SNAPSHOT.jar
> It will be perfect, but during accessing internal resource file separator should be “/” not “\”. So InputStream in = null.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months