[JBoss JIRA] (WFCORE-2264) Missing capability tab completion on object type attributes
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2264?page=com.atlassian.jira.plugi... ]
Kabir Khan updated WFCORE-2264:
-------------------------------
Fix Version/s: 3.0.0.Alpha25
(was: 3.0.0.Alpha24)
> Missing capability tab completion on object type attributes
> -----------------------------------------------------------
>
> Key: WFCORE-2264
> URL: https://issues.jboss.org/browse/WFCORE-2264
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.0.0.Alpha22
> Environment: Reproducible using current WildFly master
> Reporter: Darran Lofthouse
> Assignee: Jean-Francois Denise
> Fix For: 3.0.0.Alpha25
>
>
> The following command is valid: -
> {{./core-service=management/management-interface=http-interface:write-attribute(name=http-upgrade.sasl-authentication-factory, value=management-sasl-authentication)}}
> However tab completion is not possible to discover the available capabilities for the value.
> I suspect the dot notation to reference the sasl-authentication-factory sub attribute is not followed.
> (I am initially raising against the CLI but I don't know how the name parameter is handled here so could be a general management issue)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-8057) Nanosecond precision lost in SqlTimestampExternalizer and InstantExternalizer
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-8057?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-8057:
---------------------------------
Affects Version/s: 10.1.0.Final
> Nanosecond precision lost in SqlTimestampExternalizer and InstantExternalizer
> -----------------------------------------------------------------------------
>
> Key: WFLY-8057
> URL: https://issues.jboss.org/browse/WFLY-8057
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> This is evident with JDK fix for https://bugs.openjdk.java.net/browse/JDK-8068730
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.wildfly.clustering.marshalling.spi.IndexExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.wildfly.clustering.marshalling.spi.IndexExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.net.NetExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.wildfly.clustering.marshalling.spi.net.NetExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec <<< FAILURE! - in org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase
> test(org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase) Time elapsed: 0.019 sec <<< FAILURE!
> java.lang.AssertionError: expected:<2017-02-08T11:02:48.240513Z> but was:<2017-02-08T11:02:48.240Z>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.lambda$test$0(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:55)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase.test(TimeExternalizerTestCase.java:54)
> Running org.wildfly.clustering.marshalling.spi.util.AtomicExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.wildfly.clustering.marshalling.spi.util.AtomicExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.CollectionExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.wildfly.clustering.marshalling.spi.util.CollectionExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase
> test(org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase) Time elapsed: 0.017 sec <<< FAILURE!
> java.lang.AssertionError: expected:<2017-02-08 12:02:48.30185> but was:<2017-02-08 12:02:48.301>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.lambda$test$0(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:55)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase.test(DateExternalizerTestCase.java:49)
> Running org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.MapExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.wildfly.clustering.marshalling.spi.util.MapExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.UtilExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.wildfly.clustering.marshalling.spi.util.UtilExternalizerTestCase
> Results :
> Failed tests:
> TimeExternalizerTestCase.test:54 expected:<2017-02-08T11:02:48.240513Z> but was:<2017-02-08T11:02:48.240Z>
> DateExternalizerTestCase.test:49 expected:<2017-02-08 12:02:48.30185> but was:<2017-02-08 12:02:48.301>
> Tests run: 9, Failures: 2, Errors: 0, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-8058) Can't undefine attribute restart-jobs-on-resume in batch-jberet subsystem
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFLY-8058?page=com.atlassian.jira.plugin.... ]
James Perkins commented on WFLY-8058:
-------------------------------------
[~treblereel] Are you working up a fix for this? If not I was going to do it quickly.
> Can't undefine attribute restart-jobs-on-resume in batch-jberet subsystem
> -------------------------------------------------------------------------
>
> Key: WFLY-8058
> URL: https://issues.jboss.org/browse/WFLY-8058
> Project: WildFly
> Issue Type: Bug
> Components: Batch
> Reporter: James Perkins
> Assignee: Dmitrii Tikhomirov
> Priority: Minor
>
> {noformat}
> [standalone@localhost:9990 /] /subsystem=batch-jberet:undefine-attribute(name=restart-jobs-on-resume
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException",
> "rolled-back" => true
> }
> {noformat}
> Stack trace on server side:
> {noformat}
> 12:42:08,192 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("undefine-attribute") failed - address: ([("subsystem" => "batch-jberet")]): java.lang.IllegalArgumentException
> at org.jboss.dmr.ModelValue.asBoolean(ModelValue.java:69)
> at org.jboss.dmr.ModelNode.asBoolean(ModelNode.java:267)
> at org.wildfly.extension.batch.jberet.BatchSubsystemDefinition$1.setValue(BatchSubsystemDefinition.java:159)
> at org.wildfly.extension.batch.jberet.BatchSubsystemDefinition$1.applyUpdateToRuntime(BatchSubsystemDefinition.java:147)
> at org.jboss.as.controller.AbstractWriteAttributeHandler$1.execute(AbstractWriteAttributeHandler.java:104)
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:921)
> at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:664)
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:383)
> at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1390)
> at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:419)
> at org.jboss.as.controller.ModelControllerImpl.lambda$execute$1(ModelControllerImpl.java:240)
> at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:193)
> at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:240)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:217)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$400(ModelControllerClientOperationHandler.java:137)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:161)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:157)
> at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:212)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:254)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:225)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:157)
> at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
> at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
> 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:745)
> at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> {noformat}
> The problem is that the write handler of this attribute doesn't properly handle an undefined value: https://github.com/wildfly/wildfly/blob/9390551b93126e2216e49b4b02bc9f646...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-8058) Can't undefine attribute restart-jobs-on-resume in batch-jberet subsystem
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFLY-8058?page=com.atlassian.jira.plugin.... ]
James Perkins moved JBEAP-8736 to WFLY-8058:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8058 (was: JBEAP-8736)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Batch
(was: Batch)
Affects Version/s: (was: 7.1.0.DR11)
> Can't undefine attribute restart-jobs-on-resume in batch-jberet subsystem
> -------------------------------------------------------------------------
>
> Key: WFLY-8058
> URL: https://issues.jboss.org/browse/WFLY-8058
> Project: WildFly
> Issue Type: Bug
> Components: Batch
> Reporter: James Perkins
> Assignee: Dmitrii Tikhomirov
> Priority: Minor
>
> {noformat}
> [standalone@localhost:9990 /] /subsystem=batch-jberet:undefine-attribute(name=restart-jobs-on-resume
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException",
> "rolled-back" => true
> }
> {noformat}
> Stack trace on server side:
> {noformat}
> 12:42:08,192 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("undefine-attribute") failed - address: ([("subsystem" => "batch-jberet")]): java.lang.IllegalArgumentException
> at org.jboss.dmr.ModelValue.asBoolean(ModelValue.java:69)
> at org.jboss.dmr.ModelNode.asBoolean(ModelNode.java:267)
> at org.wildfly.extension.batch.jberet.BatchSubsystemDefinition$1.setValue(BatchSubsystemDefinition.java:159)
> at org.wildfly.extension.batch.jberet.BatchSubsystemDefinition$1.applyUpdateToRuntime(BatchSubsystemDefinition.java:147)
> at org.jboss.as.controller.AbstractWriteAttributeHandler$1.execute(AbstractWriteAttributeHandler.java:104)
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:921)
> at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:664)
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:383)
> at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1390)
> at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:419)
> at org.jboss.as.controller.ModelControllerImpl.lambda$execute$1(ModelControllerImpl.java:240)
> at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:193)
> at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:240)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:217)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$400(ModelControllerClientOperationHandler.java:137)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:161)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:157)
> at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:212)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:254)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:225)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:157)
> at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
> at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
> 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:745)
> at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> {noformat}
> The problem is that the write handler of this attribute doesn't properly handle an undefined value: https://github.com/wildfly/wildfly/blob/9390551b93126e2216e49b4b02bc9f646...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-8057) Nanosecond precision lost in SqlTimestampExternalizer and InstantExternalizer
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-8057?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-8057:
---------------------------------
Summary: Nanosecond precision lost in SqlTimestampExternalizer and InstantExternalizer (was: Nano precision lost in SqlTimestampExternalizer and InstantExternalizer)
> Nanosecond precision lost in SqlTimestampExternalizer and InstantExternalizer
> -----------------------------------------------------------------------------
>
> Key: WFLY-8057
> URL: https://issues.jboss.org/browse/WFLY-8057
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> This is evident with JDK fix for https://bugs.openjdk.java.net/browse/JDK-8068730
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.wildfly.clustering.marshalling.spi.IndexExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.wildfly.clustering.marshalling.spi.IndexExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.net.NetExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.wildfly.clustering.marshalling.spi.net.NetExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec <<< FAILURE! - in org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase
> test(org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase) Time elapsed: 0.019 sec <<< FAILURE!
> java.lang.AssertionError: expected:<2017-02-08T11:02:48.240513Z> but was:<2017-02-08T11:02:48.240Z>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.lambda$test$0(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:55)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase.test(TimeExternalizerTestCase.java:54)
> Running org.wildfly.clustering.marshalling.spi.util.AtomicExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.wildfly.clustering.marshalling.spi.util.AtomicExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.CollectionExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.wildfly.clustering.marshalling.spi.util.CollectionExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase
> test(org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase) Time elapsed: 0.017 sec <<< FAILURE!
> java.lang.AssertionError: expected:<2017-02-08 12:02:48.30185> but was:<2017-02-08 12:02:48.301>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.lambda$test$0(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:55)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase.test(DateExternalizerTestCase.java:49)
> Running org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.MapExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.wildfly.clustering.marshalling.spi.util.MapExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.UtilExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.wildfly.clustering.marshalling.spi.util.UtilExternalizerTestCase
> Results :
> Failed tests:
> TimeExternalizerTestCase.test:54 expected:<2017-02-08T11:02:48.240513Z> but was:<2017-02-08T11:02:48.240Z>
> DateExternalizerTestCase.test:49 expected:<2017-02-08 12:02:48.30185> but was:<2017-02-08 12:02:48.301>
> Tests run: 9, Failures: 2, Errors: 0, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-8057) Nonosecond precision lost in SqlTimestampExternalizer and InstantExternalizer
by Radoslav Husar (JIRA)
Radoslav Husar created WFLY-8057:
------------------------------------
Summary: Nonosecond precision lost in SqlTimestampExternalizer and InstantExternalizer
Key: WFLY-8057
URL: https://issues.jboss.org/browse/WFLY-8057
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Radoslav Husar
Assignee: Radoslav Husar
This is evident with JDK fix for https://bugs.openjdk.java.net/browse/JDK-8068730
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.wildfly.clustering.marshalling.spi.IndexExternalizerTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.wildfly.clustering.marshalling.spi.IndexExternalizerTestCase
Running org.wildfly.clustering.marshalling.spi.net.NetExternalizerTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.wildfly.clustering.marshalling.spi.net.NetExternalizerTestCase
Running org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec <<< FAILURE! - in org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase
test(org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase) Time elapsed: 0.019 sec <<< FAILURE!
java.lang.AssertionError: expected:<2017-02-08T11:02:48.240513Z> but was:<2017-02-08T11:02:48.240Z>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.lambda$test$0(ExternalizerTestUtil.java:42)
at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:55)
at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:42)
at org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase.test(TimeExternalizerTestCase.java:54)
Running org.wildfly.clustering.marshalling.spi.util.AtomicExternalizerTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.wildfly.clustering.marshalling.spi.util.AtomicExternalizerTestCase
Running org.wildfly.clustering.marshalling.spi.util.CollectionExternalizerTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.wildfly.clustering.marshalling.spi.util.CollectionExternalizerTestCase
Running org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase
test(org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase) Time elapsed: 0.017 sec <<< FAILURE!
java.lang.AssertionError: expected:<2017-02-08 12:02:48.30185> but was:<2017-02-08 12:02:48.301>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.lambda$test$0(ExternalizerTestUtil.java:42)
at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:55)
at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:42)
at org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase.test(DateExternalizerTestCase.java:49)
Running org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizerTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizerTestCase
Running org.wildfly.clustering.marshalling.spi.util.MapExternalizerTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.wildfly.clustering.marshalling.spi.util.MapExternalizerTestCase
Running org.wildfly.clustering.marshalling.spi.util.UtilExternalizerTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.wildfly.clustering.marshalling.spi.util.UtilExternalizerTestCase
Results :
Failed tests:
TimeExternalizerTestCase.test:54 expected:<2017-02-08T11:02:48.240513Z> but was:<2017-02-08T11:02:48.240Z>
DateExternalizerTestCase.test:49 expected:<2017-02-08 12:02:48.30185> but was:<2017-02-08 12:02:48.301>
Tests run: 9, Failures: 2, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-8057) Nano precision lost in SqlTimestampExternalizer and InstantExternalizer
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-8057?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-8057:
---------------------------------
Summary: Nano precision lost in SqlTimestampExternalizer and InstantExternalizer (was: Nonosecond precision lost in SqlTimestampExternalizer and InstantExternalizer)
> Nano precision lost in SqlTimestampExternalizer and InstantExternalizer
> -----------------------------------------------------------------------
>
> Key: WFLY-8057
> URL: https://issues.jboss.org/browse/WFLY-8057
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> This is evident with JDK fix for https://bugs.openjdk.java.net/browse/JDK-8068730
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.wildfly.clustering.marshalling.spi.IndexExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.wildfly.clustering.marshalling.spi.IndexExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.net.NetExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.wildfly.clustering.marshalling.spi.net.NetExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec <<< FAILURE! - in org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase
> test(org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase) Time elapsed: 0.019 sec <<< FAILURE!
> java.lang.AssertionError: expected:<2017-02-08T11:02:48.240513Z> but was:<2017-02-08T11:02:48.240Z>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.lambda$test$0(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:55)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.time.TimeExternalizerTestCase.test(TimeExternalizerTestCase.java:54)
> Running org.wildfly.clustering.marshalling.spi.util.AtomicExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.wildfly.clustering.marshalling.spi.util.AtomicExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.CollectionExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.wildfly.clustering.marshalling.spi.util.CollectionExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase
> test(org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase) Time elapsed: 0.017 sec <<< FAILURE!
> java.lang.AssertionError: expected:<2017-02-08 12:02:48.30185> but was:<2017-02-08 12:02:48.301>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.lambda$test$0(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:55)
> at org.wildfly.clustering.marshalling.spi.ExternalizerTestUtil.test(ExternalizerTestUtil.java:42)
> at org.wildfly.clustering.marshalling.spi.util.DateExternalizerTestCase.test(DateExternalizerTestCase.java:49)
> Running org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.MapExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.wildfly.clustering.marshalling.spi.util.MapExternalizerTestCase
> Running org.wildfly.clustering.marshalling.spi.util.UtilExternalizerTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.wildfly.clustering.marshalling.spi.util.UtilExternalizerTestCase
> Results :
> Failed tests:
> TimeExternalizerTestCase.test:54 expected:<2017-02-08T11:02:48.240513Z> but was:<2017-02-08T11:02:48.240Z>
> DateExternalizerTestCase.test:49 expected:<2017-02-08 12:02:48.30185> but was:<2017-02-08 12:02:48.301>
> Tests run: 9, Failures: 2, Errors: 0, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (DROOLS-1429) Validate DMN model `name` attributes to be valid FEEL name definition
by Matteo Mortari (JIRA)
Matteo Mortari created DROOLS-1429:
--------------------------------------
Summary: Validate DMN model `name` attributes to be valid FEEL name definition
Key: DROOLS-1429
URL: https://issues.jboss.org/browse/DROOLS-1429
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Reporter: Matteo Mortari
Assignee: Matteo Mortari
The following xml example provide a case where the _decision_ name is not valid from a FEEL name definition perspective
{code:xml}
<definitions id="INVALID_NAME" name="INVALID_NAME" ...>
<decision name="code in list of codes" id="d_GreetingMessage">
<variable name="Greeting Message" typeRef="feel:string"/>
<informationRequirement>
<requiredInput href="#i_FullName"/>
</informationRequirement>
<literalExpression>
<text>"Hello " + Full Name</text>
</literalExpression>
</decision>
<inputData name="Full Name" id="i_FullName">
<variable name="Full Name" typeRef="feel:string"/>
</inputData>
</definitions>
{code}
and this case should be covered by the DMN Validation
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-7322) LDAP referrals does not work in Elytron ldap-realm
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/WFLY-7322?page=com.atlassian.jira.plugin.... ]
Jan Kalina resolved WFLY-7322.
------------------------------
Resolution: Done
> LDAP referrals does not work in Elytron ldap-realm
> --------------------------------------------------
>
> Key: WFLY-7322
> URL: https://issues.jboss.org/browse/WFLY-7322
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Ondrej Lukas
> Assignee: Jan Kalina
> Priority: Blocker
> Fix For: 11.0.0.Alpha1
>
>
> LDAP referrals cannot be used in Elytron {{ldap-realm}}. Ldap Realm is currently not prepared to work with referrals at all:
> * {{ldap-realm}} does not include any options which enable working with LDAP referrals (PicketBox use {{baseFilter}} option which can be configured to return also referral object)
> * implementation of {{org.wildfly.security.auth.realm.ldap.LdapSecurityRealm}} does not include any logic which handles referrals
> Referrals are important feature of LDAP. It has to be covered by Elytron => requested blocker flag.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months