[JBoss JIRA] (DROOLS-3669) [DMN Designer] Included Models - Cards View Component
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3669?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3669:
---------------------------------------
Component/s: DMN Editor
> [DMN Designer] Included Models - Cards View Component
> -----------------------------------------------------
>
> Key: DROOLS-3669
> URL: https://issues.jboss.org/browse/DROOLS-3669
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Priority: Major
> Labels: drools-tools
> Attachments: 3.0.png, 3.1.png
>
>
> Create a generic {{Cards View Component}} and use it for creating the cards view from Liz prototype:
> !3.0.png|thumbnail!
> !3.1.png|thumbnail!
> ⚠️ Notice: this task comprehends only the {{KieCardsView}} component, and the {{KieSearchBar}} is not included.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3669) [DMN Designer] Included Models - Cards View Component
by Guilherme Carreiro (Jira)
Guilherme Carreiro created DROOLS-3669:
------------------------------------------
Summary: [DMN Designer] Included Models - Cards View Component
Key: DROOLS-3669
URL: https://issues.jboss.org/browse/DROOLS-3669
Project: Drools
Issue Type: Task
Reporter: Guilherme Carreiro
Assignee: Guilherme Carreiro
Attachments: 3.0.png, 3.1.png
Create a generic {{Cards View Component}} and use it for creating the cards view from Liz prototype:
!3.0.png|thumbnail!
!3.1.png|thumbnail!
⚠️ Notice: this task comprehends only the {{KieCardsView}} component, and the {{KieSearchBar}} is not included.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-11739) Transaction JDBC object store does not start on PostgreSQL Plus 10.1
by Ivan Straka (Jira)
Ivan Straka created WFLY-11739:
----------------------------------
Summary: Transaction JDBC object store does not start on PostgreSQL Plus 10.1
Key: WFLY-11739
URL: https://issues.jboss.org/browse/WFLY-11739
Project: WildFly
Issue Type: Bug
Components: Transactions
Affects Versions: 16.0.0.Beta1, 15.0.1.Final, 14.0.0.Final
Reporter: Ivan Straka
Assignee: Tom Jenkinson
The JBossTM has not got driver class for PostgreSQL Plus 10.1. This results in a _ClassNotFoundException_ exception when transaction subsystem is configured to use a JDBC transaction object store on PostgreSQL Plus 10.1.
The problem is that there is no driver class in [this package|https://github.com/jbosstm/narayana/tree/5.9.1.Final/ArjunaCore/a...] for [edb-jdbc18.jar|http://www.qa.jboss.com/jdbc-drivers-products/EAP/7.3.0/po...] which is supposed to be used for PostgreSQL Plus 10.1. Narayana expects _edb_driver_ class. This has changed since edb-jdbc17.jar where _postgresql_driver_ is expected.
PostgreSQL Plus 10.1 is supported in 7.2.0 and 7.3.0, Customers can not used the DB as JDBC object store due to this issue.
{code:java}
16:33:17,027 FATAL [com.arjuna.ats.arjuna] (MSC service thread 1-2) ARJUNA012260: Received exception for com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DataSourceJDBCAccess:JASDTJBossTSTxTable: java.lang.ClassNotFoundException: com.arjuna.ats.internal.arjuna.objectstore.jdbc.drivers.edb_driver from [Module "org.jboss.jts" from local module loader @2b80d80f (finder: local module finder @3ab39c39 (roots: /home/istraka/repositories/gitlab/tests-management/jboss-eap-7.1/modules,/home/istraka/repositories/gitlab/tests-management/jboss-eap-7.1/modules/system/layers/base))]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:412)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:400)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore.<init>(JDBCStore.java:251)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.arjuna.common.internal.util.ClassloadingUtility.loadAndInstantiateClass(ClassloadingUtility.java:129)
at com.arjuna.ats.arjuna.objectstore.StoreManager.initStore(StoreManager.java:152)
at com.arjuna.ats.arjuna.objectstore.StoreManager.getActionStore(StoreManager.java:111)
at com.arjuna.ats.arjuna.objectstore.StoreManager.getRecoveryStore(StoreManager.java:68)
at com.arjuna.ats.internal.jta.recovery.arjunacore.CommitMarkableResourceRecordRecoveryModule.<init>(CommitMarkableResourceRecordRecoveryModule.java:156)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at com.arjuna.common.internal.util.ClassloadingUtility.loadAndInstantiateClass(ClassloadingUtility.java:135)
at com.arjuna.common.internal.util.ClassloadingUtility.loadAndInstantiateClassesWithInit(ClassloadingUtility.java:192)
at com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean.getRecoveryModules(RecoveryEnvironmentBean.java:465)
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.loadModules(PeriodicRecovery.java:883)
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.<init>(PeriodicRecovery.java:121)
at com.arjuna.ats.internal.arjuna.recovery.RecoveryManagerImple.<init>(RecoveryManagerImple.java:107)
at com.arjuna.ats.arjuna.recovery.RecoveryManager.<init>(RecoveryManager.java:477)
at com.arjuna.ats.arjuna.recovery.RecoveryManager.manager(RecoveryManager.java:132)
at com.arjuna.ats.arjuna.recovery.RecoveryManager.manager(RecoveryManager.java:112)
at com.arjuna.ats.jbossatx.jta.RecoveryManagerService.create(RecoveryManagerService.java:54)
at org.jboss.as.txn.service.ArjunaRecoveryManagerService.start(ArjunaRecoveryManagerService.java:126)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3668) [DMN Designer] Included Models - Create tab
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3668?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3668:
---------------------------------------
Description:
Create a new tab in the DMN Editor.
!1.0.png|thumbnail!
⚠️ Notice: this task comprehends only in the tab itself and its textual content (title and body text).
was:
Create a new tab in the DMN Editor.
⚠️ Notice: this task comprehends only in the tab itself and its textual content (title and body text).
> [DMN Designer] Included Models - Create tab
> -------------------------------------------
>
> Key: DROOLS-3668
> URL: https://issues.jboss.org/browse/DROOLS-3668
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Priority: Major
> Labels: drools-tools
> Attachments: 1.0.png
>
>
> Create a new tab in the DMN Editor.
> !1.0.png|thumbnail!
> ⚠️ Notice: this task comprehends only in the tab itself and its textual content (title and body text).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3668) [DMN Designer] Included Models - Create tab
by Guilherme Carreiro (Jira)
Guilherme Carreiro created DROOLS-3668:
------------------------------------------
Summary: [DMN Designer] Included Models - Create tab
Key: DROOLS-3668
URL: https://issues.jboss.org/browse/DROOLS-3668
Project: Drools
Issue Type: Task
Components: DMN Editor
Reporter: Guilherme Carreiro
Assignee: Guilherme Carreiro
Create a new tab in the DMN Editor.
⚠️ Notice: this task comprehends only in the tab itself and its textual content (title and body text).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3667) [DMN Designer] Included Models - Architectural discussions and new UI entity
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3667?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3667:
---------------------------------------
Tester: Jozef Marko
Sprint: 2019 Week 08-10
Labels: drools-tools (was: )
> [DMN Designer] Included Models - Architectural discussions and new UI entity
> ----------------------------------------------------------------------------
>
> Key: DROOLS-3667
> URL: https://issues.jboss.org/browse/DROOLS-3667
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Priority: Major
> Labels: drools-tools
> Attachments: 1.0.png, 1.1.png
>
>
> Create a common UI entity, that will be used in the "Included Models" tabs.
> Considering Liz mockups:
> !1.0.png|thumbnail!
> The entity will be something like this:
> !1.1.png|thumbnail!
> However, consider test scenario context + DMN context to create a reusable entity with appropriate fields.
> ⚠️ Notice: This task comprehends changes in the {{DataTypeManager}} and {{DataType}} (adding the new field).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3667) [DMN Designer] Included Models - Architectural discussions and new UI entity
by Guilherme Carreiro (Jira)
Guilherme Carreiro created DROOLS-3667:
------------------------------------------
Summary: [DMN Designer] Included Models - Architectural discussions and new UI entity
Key: DROOLS-3667
URL: https://issues.jboss.org/browse/DROOLS-3667
Project: Drools
Issue Type: Task
Components: DMN Editor
Reporter: Guilherme Carreiro
Assignee: Guilherme Carreiro
Attachments: 1.0.png, 1.1.png
Create a common UI entity, that will be used in the "Included Models" tabs.
Considering Liz mockups:
!1.0.png|thumbnail!
The entity will be something like this:
!1.1.png|thumbnail!
However, consider test scenario context + DMN context to create a reusable entity with appropriate fields.
⚠️ Notice: This task comprehends changes in the {{DataTypeManager}} and {{DataType}} (adding the new field).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months