[JBoss JIRA] (DROOLS-3944) DMN Editor: Data type usability study
by Elizabeth Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3944?page=com.atlassian.jira.plugi... ]
Elizabeth Clayton updated DROOLS-3944:
--------------------------------------
Sprint: 2019 Week 23-25
> DMN Editor: Data type usability study
> -------------------------------------
>
> Key: DROOLS-3944
> URL: https://issues.jboss.org/browse/DROOLS-3944
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Environment: Version 7.4
> Reporter: Elizabeth Clayton
> Assignee: Sarahjane Clark
> Priority: Major
> Labels: UX, UXTeam, Usability, drools-tools
>
> Lightweight usability study to test the ease of use in viewing, creating, editing and deleting data types, particularly structured data types.
> GOALS: Access the Data Type editor in terms of productivity and usability.
> * Ease of use when creating a complex type (concern: minimizing the mouse usage.)
> * Ease of use when saving a basic data type (e.g. age: number)
> * Discoverability of actions in the kebab menu, especially, insert nested, delete.
> * Ease of use/accuracy: Type-ahead of the data type selector.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
3 months, 1 week
[JBoss JIRA] (WFLY-12461) Can't use smallrye-health without weld extension
by Florian Sailer (Jira)
Florian Sailer created WFLY-12461:
-------------------------------------
Summary: Can't use smallrye-health without weld extension
Key: WFLY-12461
URL: https://issues.jboss.org/browse/WFLY-12461
Project: WildFly
Issue Type: Bug
Components: MP Health
Affects Versions: 17.0.1.Final
Reporter: Florian Sailer
Assignee: Jeff Mesnil
Since this commit in the smallrye implementation it was possible to use smallrye without CDI.
https://github.com/smallrye/smallrye-health/commit/a6a7812877d74d2c3f5b29...
I'm trying to migrate from Wildfly 15.0.1-Final to 17.0.1-Final, where the smallrye-health extension unfortunately needs weld to startup. It's not possbible for me to activate weld on my sever, because there are some problems using the org.apache.cxf.jaxrs framework with weld.
I am getting the following exception while starting:
14:16:04,960 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=microprofile-health-smallrye' are not available:
org.wildfly.weld; There are no known registration points which can provide this capability.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
1 year, 9 months
[Red Hat JIRA] (WFCORE-5295) Indexing org.postgresq.jdbc.PgConnection$1 fails
by Brian Stansberry (Jira)
[ https://issues.redhat.com/browse/WFCORE-5295?page=com.atlassian.jira.plug... ]
Brian Stansberry moved WFLY-14044 to WFCORE-5295:
-------------------------------------------------
Key: WFCORE-5295 (was: WFLY-14044)
Affects Version/s: 14.0.1.Final
(was: 18.0.0.Final)
Project: WildFly Core (was: WildFly)
> Indexing org.postgresq.jdbc.PgConnection$1 fails
> ------------------------------------------------
>
> Key: WFCORE-5295
> URL: https://issues.redhat.com/browse/WFCORE-5295
> Project: WildFly Core
> Issue Type: Bug
> Affects Versions: 14.0.1.Final
> Reporter: Tobias Stadler
> Assignee: Brian Stansberry
> Priority: Major
>
> If I package postgresql-42.2.18.jar in a war, jandex fails to index it:
> {code:java}
> 09:15:26,059 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0003: Could not index class org/postgresql/jdbc/PgConnection$1.class at /content/foo.war/WEB-INF/lib/postgresql-42.2.18.jar: java.lang.IllegalStateException: Required class information is missing09:15:26,059 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0003: Could not index class org/postgresql/jdbc/PgConnection$1.class at /content/foo.war/WEB-INF/lib/postgresql-42.2.18.jar: java.lang.IllegalStateException: Required class information is missing at org.jboss.jandex.Indexer.rebuildNestedType(Indexer.java:926) at org.jboss.jandex.Indexer.resolveTypePath(Indexer.java:786) at org.jboss.jandex.Indexer.resolveTypeAnnotation(Indexer.java:705) at org.jboss.jandex.Indexer.resolveTypeAnnotations(Indexer.java:613) at org.jboss.jandex.Indexer.index(Indexer.java:1602) at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:99) at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51) at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:176) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739) at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701) at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363) at java.lang.Thread.run(Thread.java:748){code}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
3 years, 9 months
[Red Hat JIRA] (WFLY-14044) Indexing org.postgresq.jdbc.PgConnection$1 fails
by Brian Stansberry (Jira)
[ https://issues.redhat.com/browse/WFLY-14044?page=com.atlassian.jira.plugi... ]
Brian Stansberry commented on WFLY-14044:
-----------------------------------------
I'm going to move this to WFCORE as that's where the relevant code is.
> Indexing org.postgresq.jdbc.PgConnection$1 fails
> ------------------------------------------------
>
> Key: WFLY-14044
> URL: https://issues.redhat.com/browse/WFLY-14044
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 18.0.0.Final
> Reporter: Tobias Stadler
> Assignee: Brian Stansberry
> Priority: Major
>
> If I package postgresql-42.2.18.jar in a war, jandex fails to index it:
> {code:java}
> 09:15:26,059 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0003: Could not index class org/postgresql/jdbc/PgConnection$1.class at /content/foo.war/WEB-INF/lib/postgresql-42.2.18.jar: java.lang.IllegalStateException: Required class information is missing09:15:26,059 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0003: Could not index class org/postgresql/jdbc/PgConnection$1.class at /content/foo.war/WEB-INF/lib/postgresql-42.2.18.jar: java.lang.IllegalStateException: Required class information is missing at org.jboss.jandex.Indexer.rebuildNestedType(Indexer.java:926) at org.jboss.jandex.Indexer.resolveTypePath(Indexer.java:786) at org.jboss.jandex.Indexer.resolveTypeAnnotation(Indexer.java:705) at org.jboss.jandex.Indexer.resolveTypeAnnotations(Indexer.java:613) at org.jboss.jandex.Indexer.index(Indexer.java:1602) at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:99) at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51) at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:176) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739) at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701) at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363) at java.lang.Thread.run(Thread.java:748){code}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
3 years, 9 months
[Red Hat JIRA] (WFLY-14044) Indexing org.postgresq.jdbc.PgConnection$1 fails
by Brian Stansberry (Jira)
[ https://issues.redhat.com/browse/WFLY-14044?page=com.atlassian.jira.plugi... ]
Brian Stansberry reassigned WFLY-14044:
---------------------------------------
Assignee: Brian Stansberry (was: Jason Greene)
It goes away with Jandex 2.2.3 as well.
> Indexing org.postgresq.jdbc.PgConnection$1 fails
> ------------------------------------------------
>
> Key: WFLY-14044
> URL: https://issues.redhat.com/browse/WFLY-14044
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 18.0.0.Final
> Reporter: Tobias Stadler
> Assignee: Brian Stansberry
> Priority: Major
>
> If I package postgresql-42.2.18.jar in a war, jandex fails to index it:
> {code:java}
> 09:15:26,059 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0003: Could not index class org/postgresql/jdbc/PgConnection$1.class at /content/foo.war/WEB-INF/lib/postgresql-42.2.18.jar: java.lang.IllegalStateException: Required class information is missing09:15:26,059 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0003: Could not index class org/postgresql/jdbc/PgConnection$1.class at /content/foo.war/WEB-INF/lib/postgresql-42.2.18.jar: java.lang.IllegalStateException: Required class information is missing at org.jboss.jandex.Indexer.rebuildNestedType(Indexer.java:926) at org.jboss.jandex.Indexer.resolveTypePath(Indexer.java:786) at org.jboss.jandex.Indexer.resolveTypeAnnotation(Indexer.java:705) at org.jboss.jandex.Indexer.resolveTypeAnnotations(Indexer.java:613) at org.jboss.jandex.Indexer.index(Indexer.java:1602) at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:99) at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51) at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:176) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739) at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701) at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363) at java.lang.Thread.run(Thread.java:748){code}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
3 years, 9 months
[Red Hat JIRA] (DROOLS-6046) ProjectClassLoader leak in updateToVersion with executable model
by Matteo Casalino (Jira)
Matteo Casalino created DROOLS-6046:
---------------------------------------
Summary: ProjectClassLoader leak in updateToVersion with executable model
Key: DROOLS-6046
URL: https://issues.redhat.com/browse/DROOLS-6046
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.49.0.Final
Reporter: Matteo Casalino
Assignee: Mario Fusco
Attachments: updatetoversion-leak-exec-model.zip
When updating a {{KieContainer}} with a {{KieModule}} built with executable model, the {{DynamicProjectClassloader}} associated with the {{KieContainer}} will leak memory due to the {{store}} map growing indefinitely.
This does not occur without executable model.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
3 years, 9 months
[Red Hat JIRA] (WFWIP-379) secret-key-creadential-store reload results in an error
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/WFWIP-379?page=com.atlassian.jira.plugin... ]
Darran Lofthouse commented on WFWIP-379:
----------------------------------------
I agree with this being critical - it will be a small fix.
> secret-key-creadential-store reload results in an error
> -------------------------------------------------------
>
> Key: WFWIP-379
> URL: https://issues.redhat.com/browse/WFWIP-379
> Project: WildFly WIP
> Issue Type: Bug
> Components: Security
> Reporter: Ondrej Kotek
> Assignee: Darran Lofthouse
> Priority: Critical
>
> The {[reload}} operation of the {{secret-key-creadential-store}} resource results in an error
> {noformat}
> [domain@localhost:9990 /] /subsystem=elytron/secret-key-credential-store=a:add(path=ax)
> {"outcome" => "success"}
> [domain@localhost:9990 /] /subsystem=elytron/secret-key-credential-store=a:read-aliases
> {
> "outcome" => "success",
> "result" => ["key"]
> }
> [domain@localhost:9990 /] /subsystem=elytron/secret-key-credential-store=a:reload
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.ClassCastException: class org.wildfly.extension.elytron.SecretKeyCredentialStoreDefinition$SecretKeyDoohickey cannot be cast to clas
> s org.wildfly.extension.elytron.CredentialStoreResourceDefinition$CredentialStoreDoohickey (org.wildfly.extension.elytron.SecretKeyCredentialStoreDefinition$SecretKeyDoohickey and org.wildfly.extension.elytron.C
> redentialStoreResourceDefinition$CredentialStoreDoohickey are in unnamed module of loader 'org.wildfly.extension.elytron(a)15.0.0.Beta1-SNAPSHOT' @50dfce09)",
> "rolled-back" => true
> }
> {noformat}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
3 years, 9 months
[Red Hat JIRA] (WFLY-14458) Last access end time not set for new distributed sessions
by Paul Ferraro (Jira)
Paul Ferraro created WFLY-14458:
-----------------------------------
Summary: Last access end time not set for new distributed sessions
Key: WFLY-14458
URL: https://issues.redhat.com/browse/WFLY-14458
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: No Release
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Currently, the last access end time is only applied when the session is new - this was meant as an optimization to avoid setting the last access start time. However, if the initial request is sufficiently long, this could lead to an abandoned session expiring prematurely. Unlikely, but possible.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
3 years, 9 months