[JBoss JIRA] (DROOLS-4082) Cant use whitespaces in expression duration("P1Y")
by Yevgeniy Fomin (Jira)
[ https://issues.jboss.org/browse/DROOLS-4082?page=com.atlassian.jira.plugi... ]
Yevgeniy Fomin updated DROOLS-4082:
-----------------------------------
Steps to Reproduce:
# Go to BC
# Create DMN asset
# Open *Data Types*
# Add one
# Choose *Type* *years and months duration*
# Click on *Constraints*
# Choose *Expression*
# Type for ex. *duration( "P1Y" )*
# Save it
# Reopen asset
# Click on *Constraints*
# Choose *Enumeration* view will be incorrect
was:
#Go to BC
#Create DMN asset
#Open *Data Types*
#Add one
#Choose *Type* *years and months duration*
#Click on *Constraints*
#Choose *Expression*
#Type for ex. *duration( "P1Y" )
> Cant use whitespaces in expression duration("P1Y")
> --------------------------------------------------
>
> Key: DROOLS-4082
> URL: https://issues.jboss.org/browse/DROOLS-4082
> Project: Drools
> Issue Type: Bug
> Affects Versions: 7.23.0.Final
> Reporter: Yevgeniy Fomin
> Assignee: Daniel José dos Santos
> Priority: Major
>
> If you will try use
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4082) Cant use whitespaces in expression duration("P1Y")
by Yevgeniy Fomin (Jira)
[ https://issues.jboss.org/browse/DROOLS-4082?page=com.atlassian.jira.plugi... ]
Yevgeniy Fomin updated DROOLS-4082:
-----------------------------------
Steps to Reproduce:
# Go to BC
# Create DMN asset
# Open *Data Types*
# Add one
# Choose *Type* *years and months duration*
# Click on *Constraints*
# Choose *Expression*
# Type for ex. *duration( "P1Y" )*
# Save it
# Reopen asset
# Click on *Constraints*
# Choose *Enumeration* format will be incorrect
was:
# Go to BC
# Create DMN asset
# Open *Data Types*
# Add one
# Choose *Type* *years and months duration*
# Click on *Constraints*
# Choose *Expression*
# Type for ex. *duration( "P1Y" )*
# Save it
# Reopen asset
# Click on *Constraints*
# Choose *Enumeration* view will be incorrect
> Cant use whitespaces in expression duration("P1Y")
> --------------------------------------------------
>
> Key: DROOLS-4082
> URL: https://issues.jboss.org/browse/DROOLS-4082
> Project: Drools
> Issue Type: Bug
> Affects Versions: 7.23.0.Final
> Reporter: Yevgeniy Fomin
> Assignee: Daniel José dos Santos
> Priority: Major
>
> If you will try use
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (WFLY-12128) NPE in StatefulSessionSynchronizationInterceptor.java:210
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-12128?page=com.atlassian.jira.plugin... ]
Radoslav Husar commented on WFLY-12128:
---------------------------------------
[~cfang] BTW I had to put in a workaround into this PR https://github.com/wildfly/wildfly/pull/12318 which should be reverted once this problem is solved https://github.com/wildfly/wildfly/pull/12318/commits/217a72dcb4ee0d0981c...
> NPE in StatefulSessionSynchronizationInterceptor.java:210
> ---------------------------------------------------------
>
> Key: WFLY-12128
> URL: https://issues.jboss.org/browse/WFLY-12128
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Transactions
> Affects Versions: 17.0.0.Alpha1
> Reporter: Radoslav Husar
> Assignee: Cheng Fang
> Priority: Major
> Attachments: org.jboss.as.test.clustering.cluster.ejb.remote.TransactionalRemoteStatefulEJBFailoverTestCase-output.txt
>
>
> Reproducer
> {code}
> ./integration-tests.sh clean install -Dts.noSmoke -Dts.clustering -Dtest=org.jboss.as.test.clustering.cluster.ejb.remote.TransactionalRemoteStatefulEJBFailoverTestCase
> {code}
> {noformat}
> .[0m.[33m18:10:40,409 WARN [org.jboss.as.txn] (default task-2) WFLYTX0027: The pre-jca synchronization org.jboss.as.ejb3.component.stateful.StatefulSessionSynchronizationInterceptor$StatefulSessionSynchronization@f525ed4 associated with tx Local transaction (delegate=T
> ransactionImple < ac, BasicAction: 0:ffffc0a80002:-642358e3:5ce8176c:3d status: ActionStatus.ABORTED >, owner=Local transaction context for provider JBoss JTA transaction provider) failed during after completion: java.lang.NullPointerException
> at org.jboss.as.ejb3.component.stateful.StatefulSessionSynchronizationInterceptor.releaseInstance(StatefulSessionSynchronizationInterceptor.java:210)
> at org.jboss.as.ejb3.component.stateful.StatefulSessionSynchronizationInterceptor.handleAfterCompletion(StatefulSessionSynchronizationInterceptor.java:297)
> at org.jboss.as.ejb3.component.stateful.StatefulSessionSynchronizationInterceptor$StatefulSessionSynchronization.afterCompletion(StatefulSessionSynchronizationInterceptor.java:270)
> at org.jboss.as.txn.service.internal.tsr.JCAOrderedLastSynchronizationList.afterCompletion(JCAOrderedLastSynchronizationList.java:144)
> at org.wildfly.transaction.client.AbstractTransaction.performConsumer(AbstractTransaction.java:223)
> at org.wildfly.transaction.client.AbstractTransaction$AssociatingSynchronization.afterCompletion(AbstractTransaction.java:306)
> at com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.afterCompletion(SynchronizationImple.java:96)
> at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.afterCompletion(TwoPhaseCoordinator.java:545)
> at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.afterCompletion(TwoPhaseCoordinator.java:472)
> at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.cancel(TwoPhaseCoordinator.java:127)
> at com.arjuna.ats.arjuna.AtomicAction.cancel(AtomicAction.java:215)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.rollback(TransactionImple.java:284)
> at org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider$Entry.rollbackLocal(JBossLocalTransactionProvider.java:353)
> at org.wildfly.transaction.client.provider.jboss.JBossJTALocalTransactionProvider.rollbackLocal(JBossJTALocalTransactionProvider.java:132)
> at org.wildfly.transaction.client.LocalTransaction.rollback(LocalTransaction.java:93)
> at org.wildfly.transaction.client.AbstractTransaction.performConsumer(AbstractTransaction.java:241)
> at org.wildfly.transaction.client.AbstractTransaction.performConsumer(AbstractTransaction.java:247)
> at org.wildfly.transaction.client.AbstractTransaction.performAction(AbstractTransaction.java:267)
> at org.wildfly.transaction.client.provider.remoting.TransactionServerChannel.lambda$handleUserTxnRollback$0(TransactionServerChannel.java:223)
> at org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:361)
> at org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
> at org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
> at org.wildfly.transaction.client.provider.remoting.TransactionServerChannel.handleUserTxnRollback(TransactionServerChannel.java:220)
> at org.wildfly.transaction.client.provider.remoting.TransactionServerChannel$ReceiverImpl.handleMessage(TransactionServerChannel.java:99)
> at org.jboss.remoting3.remote.RemoteConnectionChannel.lambda$handleMessageData$3(RemoteConnectionChannel.java:430)
> at org.jboss.remoting3.EndpointImpl$TrackingExecutor.lambda$execute$0(EndpointImpl.java:942)
> 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:1377)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4081) [DMN Designer] Constraints are allowed for inappropriate data types
by Jozef Marko (Jira)
Jozef Marko created DROOLS-4081:
-----------------------------------
Summary: [DMN Designer] Constraints are allowed for inappropriate data types
Key: DROOLS-4081
URL: https://issues.jboss.org/browse/DROOLS-4081
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.23.0.Final
Reporter: Jozef Marko
Assignee: Daniel José dos Santos
Attachments: Screenshot from 2019-05-27 17-51-55.png, Screenshot from 2019-05-27 17-52-08.png
Currently user is allowed to specify constraints even for *context* or *List* data type. See two attached cases. For both we should prohibit user from setting constraints. We should hide the constraints link/button.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month