[JBoss JIRA] (WFLY-9698) Provide minimalistic profile for Artemis backup configuration
by Kabir Khan (JIRA)
Kabir Khan created WFLY-9698:
--------------------------------
Summary: Provide minimalistic profile for Artemis backup configuration
Key: WFLY-9698
URL: https://issues.jboss.org/browse/WFLY-9698
Project: WildFly
Issue Type: Feature Request
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
If Artemis is configured as dedicated backup, no deployments like MDB,EJB,Servlets should be deployed to it. It should serve to its purpose which is to wait for Wildfly 10 with Artemis configured as live to fail.
We should provide minimalistic configuration for Wildfly serving purely as Artemis backup server.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2248) Disable validation and verification for a specific decision table
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2248?page=com.atlassian.jira.plugi... ]
Michael Anstis reassigned DROOLS-2248:
--------------------------------------
Assignee: Toni Rikkola (was: Mario Fusco)
> Disable validation and verification for a specific decision table
> -----------------------------------------------------------------
>
> Key: DROOLS-2248
> URL: https://issues.jboss.org/browse/DROOLS-2248
> Project: Drools
> Issue Type: Enhancement
> Components: decision tables
> Reporter: Ivo Bek
> Assignee: Toni Rikkola
> Labels: codefest
>
> Currently it seems it's not possible to disable verification and validation for specific decision table.
> Administrator can only enable/disable verification and validation globally for the whole workbench but usually business admins need to disable verification and validation for decision tables which are complex / contain huge amount of rows and similarly.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong name is present in 'standalone_xml_history/snapshot' folder
by Yeray Borges (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3513?page=com.atlassian.jira.plugi... ]
Yeray Borges reassigned WFCORE-3513:
------------------------------------
Assignee: Yeray Borges (was: Jason Greene)
> StringIndexOutOfBoundsException if config file with wrong name is present in 'standalone_xml_history/snapshot' folder
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3513
> URL: https://issues.jboss.org/browse/WFCORE-3513
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 3.0.8.Final
> Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
> Reporter: Jörg Bäsner
> Assignee: Yeray Borges
>
> In case a file not named as *yyyyMMdd-HHmmssSSSname.xml* is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
> {noformat}
> wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
> java.lang.StringIndexOutOfBoundsException: String index out of range: -4
> at java.lang.String.substring(String.java:1931)
> at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
> at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
> at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
> at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
> at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
> at org.jboss.as.server.Main.main(Main.java:95)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> 12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2249) Generate Decision Table Graph automatically
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2249?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2249:
--------------------------------
Labels: UX codefest (was: codefest)
> Generate Decision Table Graph automatically
> -------------------------------------------
>
> Key: DROOLS-2249
> URL: https://issues.jboss.org/browse/DROOLS-2249
> Project: Drools
> Issue Type: Feature Request
> Components: Guided Decision Table Editor
> Reporter: Ivo Bek
> Assignee: Michael Anstis
> Labels: UX, codefest
>
> We think that the user doesn't need to create multiple decision table graphs in a single project. Instead whenever user creates his/her first decision table, the graph should be generated automatically and should contain all the decision tables available in the project.
> When a user opens a decision table, the editor could have a button "Display Linked Tables" which would open the graph.
> Then, we could remove the Decision Table Graph from the new Asset list because there would always be just single graph generated automatically and accessible from the asset list and/or Decision Table editor.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong name is present in 'standalone_xml_history/snapshot' folder
by Jörg Bäsner (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3513?page=com.atlassian.jira.plugi... ]
Jörg Bäsner updated WFCORE-3513:
--------------------------------
Summary: StringIndexOutOfBoundsException if config file with wrong name is present in 'standalone_xml_history/snapshot' folder (was: StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder)
> StringIndexOutOfBoundsException if config file with wrong name is present in 'standalone_xml_history/snapshot' folder
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3513
> URL: https://issues.jboss.org/browse/WFCORE-3513
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 3.0.8.Final
> Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
> Reporter: Jörg Bäsner
> Assignee: Jason Greene
>
> In case a file not named as *yyyyMMdd-HHmmssSSSname.xml* is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
> {noformat}
> wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
> java.lang.StringIndexOutOfBoundsException: String index out of range: -4
> at java.lang.String.substring(String.java:1931)
> at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
> at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
> at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
> at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
> at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
> at org.jboss.as.server.Main.main(Main.java:95)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> 12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3514) [GSS](7.1.z) StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
by Jörg Bäsner (JIRA)
Jörg Bäsner created WFCORE-3514:
-----------------------------------
Summary: [GSS](7.1.z) StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
Key: WFCORE-3514
URL: https://issues.jboss.org/browse/WFCORE-3514
Project: WildFly Core
Issue Type: Bug
Components: Server
Affects Versions: 3.0.8.Final
Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
Reporter: Jörg Bäsner
Assignee: Jason Greene
In case a file not named as *yyyyMMdd-HHmmssSSSname.xml* is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
{noformat}
wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
by Jörg Bäsner (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3513?page=com.atlassian.jira.plugi... ]
Jörg Bäsner updated WFCORE-3513:
--------------------------------
Description:
In case a file not named as *yyyyMMdd-HHmmssSSSname.xml* is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
{noformat}
wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
{noformat}
was:
In case a file not named as yyyyMMdd-HHmmssSSS{name.xml} is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
{noformat}
wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
{noformat}
> StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3513
> URL: https://issues.jboss.org/browse/WFCORE-3513
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 3.0.8.Final
> Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
> Reporter: Jörg Bäsner
> Assignee: Jason Greene
>
> In case a file not named as *yyyyMMdd-HHmmssSSSname.xml* is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
> {noformat}
> wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
> java.lang.StringIndexOutOfBoundsException: String index out of range: -4
> at java.lang.String.substring(String.java:1931)
> at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
> at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
> at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
> at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
> at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
> at org.jboss.as.server.Main.main(Main.java:95)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> 12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
by Jörg Bäsner (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3513?page=com.atlassian.jira.plugi... ]
Jörg Bäsner updated WFCORE-3513:
--------------------------------
Workaround Description: File names in the _snapshot_ folder must start with the pattern *yyyyMMdd-HHmmssSSS*. (was: File names in the _snapshot_ folder must start with the pattern 'yyyyMMdd-HHmmssSSS'.)
> StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3513
> URL: https://issues.jboss.org/browse/WFCORE-3513
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 3.0.8.Final
> Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
> Reporter: Jörg Bäsner
> Assignee: Jason Greene
>
> In case a file not named as *yyyyMMdd-HHmmssSSSname.xml* is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
> {noformat}
> wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
> java.lang.StringIndexOutOfBoundsException: String index out of range: -4
> at java.lang.String.substring(String.java:1931)
> at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
> at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
> at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
> at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
> at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
> at org.jboss.as.server.Main.main(Main.java:95)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> 12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9697) Provide minimalistic profile for Artemis backup configuration
by Kabir Khan (JIRA)
Kabir Khan created WFLY-9697:
--------------------------------
Summary: Provide minimalistic profile for Artemis backup configuration
Key: WFLY-9697
URL: https://issues.jboss.org/browse/WFLY-9697
Project: WildFly
Issue Type: Feature Request
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
If Artemis is configured as dedicated backup, no deployments like MDB,EJB,Servlets should be deployed to it. It should serve to its purpose which is to wait for Wildfly 10 with Artemis configured as live to fail.
We should provide minimalistic configuration for Wildfly serving purely as Artemis backup server.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months