[JBoss JIRA] (DROOLS-678) Constraints index Null values as 0s
by Davide Sottara (JIRA)
[ https://issues.jboss.org/browse/DROOLS-678?page=com.atlassian.jira.plugin... ]
Davide Sottara updated DROOLS-678:
----------------------------------
Summary: Constraints index Null values as 0s (was: Coercion from 0 to null causes an unwanted firing)
> Constraints index Null values as 0s
> -----------------------------------
>
> Key: DROOLS-678
> URL: https://issues.jboss.org/browse/DROOLS-678
> Project: Drools
> Issue Type: Bug
> Reporter: Mario Fusco
> Assignee: Mario Fusco
>
> In the following test case:
> {code}
> @Test
> public void testAlphaIndexing() throws Exception {
> String drl =
> " package org.drools.test; " +
>
> " declare ObjectB " +
> " name : String " +
> " intValue : Integer " +
> " end " +
>
> " rule 'insert object' " +
> " when " +
> " then " +
> " insert( new ObjectB( null, 0 ) ); " +
> " end " +
>
> " rule 'rule 1' " +
> " when " +
> " ObjectB( intValue == 1 ) " +
> " then " +
> " end " +
>
> " rule 'rule 2' " +
> " when " +
> " ObjectB( intValue == 2 ) " +
> " then " +
> " end " +
>
> " rule 'rule 3' " +
> " when " +
> " $b : ObjectB( intValue == null ) " +
> " then\n" +
> " System.out.println( $b ); " +
> " end" +
> "\n" ;
>
> KieHelper helper = new KieHelper();
> helper.addContent( drl, ResourceType.DRL );
> assertTrue( helper.verify().getMessages( org.kie.api.builder.Message.Level.ERROR ).isEmpty() );
> helper.build( ).newKieSession().fireAllRules();
> }
> {code}
> rule 3 fires even if it shouldn't
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 2 months
[JBoss JIRA] (WFCORE-242) the deployment content is deleted if first undeploy and then deploy the same application using CLI batch
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFCORE-242?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on WFCORE-242:
------------------------------------------------
Dominik Pospisil <dpospisi(a)redhat.com> changed the Status of [bug 1163173|https://bugzilla.redhat.com/show_bug.cgi?id=1163173] from POST to MODIFIED
> the deployment content is deleted if first undeploy and then deploy the same application using CLI batch
> --------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-242
> URL: https://issues.jboss.org/browse/WFCORE-242
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI, Domain Management
> Reporter: Jay Kumar SenSharma
> Assignee: Emmanuel Hugonnet
> Priority: Minor
> Fix For: 1.0.0.Alpha14
>
>
> - If deploy and undeploy CLI commands executed in a batch mode then it causes missing deployment inside the "data/content" directory which leads to the following error:
> {code}
> [Host Controller] 10:33:42,387 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "example.war")]) - failure description: "WFLYDC0058: No deployment content with hash d85f1e3106bc8a49838a0dccae9e80819c25e02c is available in the deployment content repository for deployment 'example.war'. This is a fatal boot error. To correct the problem, either restart with the --admin-only switch set and use the CLI to install the missing content or remove it from the configuration, or remove the deployment from the xml configuraiton file and restart."
> [Host Controller] 10:33:42,390 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 2 months
[JBoss JIRA] (WFLY-4226) Administration and runtime tabs do not open on HTTP administrative (Web Console) interface
by Renan Polo Montebelo (JIRA)
[ https://issues.jboss.org/browse/WFLY-4226?page=com.atlassian.jira.plugin.... ]
Renan Polo Montebelo updated WFLY-4226:
---------------------------------------
Summary: Administration and runtime tabs do not open on HTTP administrative (Web Console) interface (was: Administration and configuration tabs do not open on HTTP administrative interface)
Description: I get a "connection lost" error when trying to access Administration or Runtime tabs in the Web Console. Occurs after upgraded to 8.2.0 via patch both on Linux and Windows environments. (was: I get a "connection lost" error when trying to access Administration or Configuration tabs in the Web Console. Occurs after upgraded to 8.2.0 via patch both on Linux and Windows environments.)
Steps to Reproduce: Just open Web Console (generally on 9990) and try to access "Configuration" or "Runtime" tabs. (was: Just open Web Console (generally on 9990) and try to access "Configuration" or "Administration" tabs.)
> Administration and runtime tabs do not open on HTTP administrative (Web Console) interface
> ------------------------------------------------------------------------------------------
>
> Key: WFLY-4226
> URL: https://issues.jboss.org/browse/WFLY-4226
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 8.2.0.Final
> Environment: Linux, JRE 7
> Reporter: Renan Polo Montebelo
> Assignee: Heiko Braun
> Priority: Critical
>
> I get a "connection lost" error when trying to access Administration or Runtime tabs in the Web Console. Occurs after upgraded to 8.2.0 via patch both on Linux and Windows environments.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 2 months
[JBoss JIRA] (WFLY-4226) Administration and configuration tabs do not open on HTTP administrative interface
by Renan Polo Montebelo (JIRA)
Renan Polo Montebelo created WFLY-4226:
------------------------------------------
Summary: Administration and configuration tabs do not open on HTTP administrative interface
Key: WFLY-4226
URL: https://issues.jboss.org/browse/WFLY-4226
Project: WildFly
Issue Type: Bug
Components: Web Console
Affects Versions: 8.2.0.Final
Environment: Linux, JRE 7
Reporter: Renan Polo Montebelo
Assignee: Heiko Braun
Priority: Critical
I get a "connection lost" error when trying to access Administration or Configuration tabs in the Web Console. Occurs after upgraded to 8.2.0 via patch both on Linux and Windows environments.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 2 months
[JBoss JIRA] (WFLY-1904) Usage of vault for system-properties throws java.lang.SecurityException
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-1904?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated WFLY-1904:
------------------------------------------
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=901275, https://bugzilla.redhat.com/show_bug.cgi?id=1076507, https://bugzilla.redhat.com/show_bug.cgi?id=1174871, https://bugzilla.redhat.com/show_bug.cgi?id=1179497 (was: https://bugzilla.redhat.com/show_bug.cgi?id=901275, https://bugzilla.redhat.com/show_bug.cgi?id=1076507, https://bugzilla.redhat.com/show_bug.cgi?id=1174871)
> Usage of vault for system-properties throws java.lang.SecurityException
> -----------------------------------------------------------------------
>
> Key: WFLY-1904
> URL: https://issues.jboss.org/browse/WFLY-1904
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 8.0.0.Beta1
> Reporter: Navin Surtani
> Assignee: Brian Stansberry
> Fix For: 8.1.0.CR1, 8.1.0.Final
>
>
> Steps to Reproduce: 1. add the lines in standalone.xml:-
> {code}
> <system-properties>
> <property name="javax.net.ssl.trustStore" value="/dir/truststore.jks"/>
> <property name="javax.net.ssl.trustStorePassword" value="${VAULT::blk::attr::MTBlYWUzNDEtMjI2MC00NWYzLWFiZmUtM2EyYjZkNDgyZWM4TElORV9CUkVBS215YWxpYXM=}" />
> </system-properties>
> <vault>
> <vault-option name="KEYSTORE_URL" value="/opt/jboss-eap-6.0/standalone/configuration/vault.jks"/>
> <vault-option name="KEYSTORE_PASSWORD" value="MASK-2gTQPnrWJaqrh0pURMKAOw"/>
> <vault-option name="KEYSTORE_ALIAS" value="myalias"/>
> <vault-option name="SALT" value="12345678"/>
> <vault-option name="ITERATION_COUNT" value="44"/>
> <vault-option name="ENC_FILE_DIR" value="/opt/jboss-eap-6.0/standalone/configuration/"/>
> </vault>
> {code}
> 2. start EAP6 in standalone mode
> project_key: JBPAPP6
> Usage of vault for system-properties throws java.lang.SecurityException.
> boot.log:-
> {code}
> 20:35:30,267 ERROR [org.jboss.as.controller.management-operation] JBAS014612: Operation ("add") failed - address: ([("system-property" => "javax.net.ssl.trustStorePassword")]): java.lang.SecurityException: JBAS013322: Vault is not initialized
> at org.jboss.as.security.vault.RuntimeVaultReader.retrieveFromVault(RuntimeVaultReader.java:98) [jboss-as-security-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.server.RuntimeExpressionResolver.resolvePluggableExpression(RuntimeExpressionResolver.java:45) [jboss-as-server-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.ExpressionResolverImpl.resolveExpressionsRecursively(ExpressionResolverImpl.java:58) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.ExpressionResolverImpl.resolveExpressions(ExpressionResolverImpl.java:40) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.ModelControllerImpl.resolveExpressions(ModelControllerImpl.java:455) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.OperationContextImpl.resolveExpressions(OperationContextImpl.java:689) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.operations.common.SystemPropertyAddHandler.execute(SystemPropertyAddHandler.java:112) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:397) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:284) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.AbstractOperationContext.completeStep(AbstractOperationContext.java:211) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.ModelControllerImpl.boot(ModelControllerImpl.java:175) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:191) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.server.ServerService.boot(ServerService.java:295) [jboss-as-server-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.server.ServerService.boot(ServerService.java:270) [jboss-as-server-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:156) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 2 months