[JBoss JIRA] (ISPN-3272) Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3272?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3272:
------------------------------------
Description:
When want to run commands---------------------------------------------
>>>1. ispn-cli.sh -f put.sc
>>>2. ispn-cli.sh -f replace.sc
>>>3. ispn-cli.sh -f rollback.sc
>>>4. ispn-cli.sh -f start.sc
cat put.sc------------------------------------------------------------
help put
cat replace.sc--------------------------------------------------------
help replace
cat rollback.sc-------------------------------------------------------
help rollback
cat start.sc----------------------------------------------------------
help start
Exception is thrown outside JConsole shell----------------------------
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
at org.infinispan.cli.Main.main(Main.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:262)
at org.jboss.modules.Main.main(Main.java:329)
Other errors inside jconsole shell------------------------------------
run command: ispn-cli.sh -
[disconnected//]> help rollback
String index out of range: -1
[disconnected//]> help start
String index out of range: -1
>>>5. help upgrade, 3rd paragraph in USAGE is not aligned
USAGE
In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
hotRodWrapping flag enabled
2. Configure all clients so that they will connect to the new cluster
3. Invoke the
upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
4. Invoke the
upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
5. Invoke the
upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
6. Switch off the old cluster
>>>6. help container, wrong argument
SYNOPSIS
container [ containername ]
DESCRIPTION
Shows the available containers or selects a container to be used as default for CLI operations
ARGUMENTS
cachename <<<<<<<<<<<<<, here should be container name and not cache name
(optional) the name of the container to set as default for the following operations
was:
When want to run commands---------------------------------------------
1. ispn-cli.sh -f put.sc
2. ispn-cli.sh -f replace.sc
3. ispn-cli.sh -f rollback.sc
4. ispn-cli.sh -f start.sc
cat put.sc------------------------------------------------------------
help put
cat replace.sc--------------------------------------------------------
help replace
cat rollback.sc-------------------------------------------------------
help rollback
cat start.sc----------------------------------------------------------
help start
Exception is thrown outside JConsole shell----------------------------
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
at org.infinispan.cli.Main.main(Main.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:262)
at org.jboss.modules.Main.main(Main.java:329)
Other errors inside jconsole shell------------------------------------
run command: ispn-cli.sh -
[disconnected//]> help rollback
String index out of range: -1
[disconnected//]> help start
String index out of range: -1
5. help upgrade, 3rd paragraph in USAGE is not aligned
|USAGE
| In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
| 1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
| hotRodWrapping flag enabled
| 2. Configure all clients so that they will connect to the new cluster
| 3. Invoke the
| upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
| 4. Invoke the
| upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
| 5. Invoke the
| upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
| 6. Switch off the old cluster
6. help container, wrong argument
SYNOPSIS
container [ containername ]
DESCRIPTION
Shows the available containers or selects a container to be used as default for CLI operations
ARGUMENTS
cachename <<<<<<<<<<<<<, here should be container name and not cache name
(optional) the name of the container to set as default for the following operations
> Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
> --------------------------------------------------------------------------------------
>
> Key: ISPN-3272
> URL: https://issues.jboss.org/browse/ISPN-3272
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.3.0.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Fix For: 6.0.0.Final
>
>
> When want to run commands---------------------------------------------
> >>>1. ispn-cli.sh -f put.sc
> >>>2. ispn-cli.sh -f replace.sc
> >>>3. ispn-cli.sh -f rollback.sc
> >>>4. ispn-cli.sh -f start.sc
> cat put.sc------------------------------------------------------------
> help put
> cat replace.sc--------------------------------------------------------
> help replace
> cat rollback.sc-------------------------------------------------------
> help rollback
> cat start.sc----------------------------------------------------------
> help start
> Exception is thrown outside JConsole shell----------------------------
> Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.charAt(String.java:658)
> at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
> at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
> at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
> at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
> at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
> at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
> at org.infinispan.cli.Main.main(Main.java:41)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.modules.Module.run(Module.java:262)
> at org.jboss.modules.Main.main(Main.java:329)
> Other errors inside jconsole shell------------------------------------
> run command: ispn-cli.sh -
> [disconnected//]> help rollback
> String index out of range: -1
> [disconnected//]> help start
> String index out of range: -1
> >>>5. help upgrade, 3rd paragraph in USAGE is not aligned
> USAGE
> In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
> 1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
> hotRodWrapping flag enabled
> 2. Configure all clients so that they will connect to the new cluster
> 3. Invoke the
> upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
> 4. Invoke the
> upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
> 5. Invoke the
> upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
> 6. Switch off the old cluster
> >>>6. help container, wrong argument
> SYNOPSIS
> container [ containername ]
>
> DESCRIPTION
> Shows the available containers or selects a container to be used as default for CLI operations
>
> ARGUMENTS
> cachename <<<<<<<<<<<<<, here should be container name and not cache name
> (optional) the name of the container to set as default for the following operations
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (ISPN-3272) Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3272?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3272:
------------------------------------
Description:
When want to run commands---------------------------------------------
>>>1. ispn-cli.sh -f put.sc
>>>2. ispn-cli.sh -f replace.sc
>>>3. ispn-cli.sh -f rollback.sc
>>>4. ispn-cli.sh -f start.sc
cat put.sc------------------------------------------------------------
help put
cat replace.sc--------------------------------------------------------
help replace
cat rollback.sc-------------------------------------------------------
help rollback
cat start.sc----------------------------------------------------------
help start
Exception is thrown outside JConsole shell----------------------------
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
at org.infinispan.cli.Main.main(Main.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:262)
at org.jboss.modules.Main.main(Main.java:329)
Other errors inside jconsole shell------------------------------------
run command: ispn-cli.sh -
[disconnected//]> help rollback
String index out of range: -1
[disconnected//]> help start
String index out of range: -1
>>>5. help upgrade, 3rd paragraph in USAGE is not aligned
USAGE
In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
hotRodWrapping flag enabled
2. Configure all clients so that they will connect to the new cluster
3. Invoke the
upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
4. Invoke the
upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
5. Invoke the
upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
6. Switch off the old cluster
>>>6. help container, wrong argument
SYNOPSIS
container [ containername ]
DESCRIPTION
Shows the available containers or selects a container to be used as default for CLI operations
ARGUMENTS
cachename <<<<<<<<<<<<<, here should be container name and not cache name
(optional) the name of the container to set as default for the following operations
was:
When want to run commands---------------------------------------------
>>>1. ispn-cli.sh -f put.sc
>>>2. ispn-cli.sh -f replace.sc
>>>3. ispn-cli.sh -f rollback.sc
>>>4. ispn-cli.sh -f start.sc
cat put.sc------------------------------------------------------------
help put
cat replace.sc--------------------------------------------------------
help replace
cat rollback.sc-------------------------------------------------------
help rollback
cat start.sc----------------------------------------------------------
help start
Exception is thrown outside JConsole shell----------------------------
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
at org.infinispan.cli.Main.main(Main.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:262)
at org.jboss.modules.Main.main(Main.java:329)
Other errors inside jconsole shell------------------------------------
run command: ispn-cli.sh -
[disconnected//]> help rollback
String index out of range: -1
[disconnected//]> help start
String index out of range: -1
>>>5. help upgrade, 3rd paragraph in USAGE is not aligned
USAGE
In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
hotRodWrapping flag enabled
2. Configure all clients so that they will connect to the new cluster
3. Invoke the
upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
4. Invoke the
upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
5. Invoke the
upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
6. Switch off the old cluster
>>>6. help container, wrong argument
SYNOPSIS
container [ containername ]
DESCRIPTION
Shows the available containers or selects a container to be used as default for CLI operations
ARGUMENTS
cachename <<<<<<<<<<<<<, here should be container name and not cache name
(optional) the name of the container to set as default for the following operations
> Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
> --------------------------------------------------------------------------------------
>
> Key: ISPN-3272
> URL: https://issues.jboss.org/browse/ISPN-3272
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.3.0.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Fix For: 6.0.0.Final
>
>
> When want to run commands---------------------------------------------
> >>>1. ispn-cli.sh -f put.sc
> >>>2. ispn-cli.sh -f replace.sc
> >>>3. ispn-cli.sh -f rollback.sc
> >>>4. ispn-cli.sh -f start.sc
> cat put.sc------------------------------------------------------------
> help put
> cat replace.sc--------------------------------------------------------
> help replace
> cat rollback.sc-------------------------------------------------------
> help rollback
> cat start.sc----------------------------------------------------------
> help start
> Exception is thrown outside JConsole shell----------------------------
> Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.charAt(String.java:658)
> at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
> at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
> at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
> at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
> at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
> at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
> at org.infinispan.cli.Main.main(Main.java:41)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.modules.Module.run(Module.java:262)
> at org.jboss.modules.Main.main(Main.java:329)
> Other errors inside jconsole shell------------------------------------
> run command: ispn-cli.sh -
> [disconnected//]> help rollback
> String index out of range: -1
> [disconnected//]> help start
> String index out of range: -1
> >>>5. help upgrade, 3rd paragraph in USAGE is not aligned
> USAGE
> In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
> 1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
> hotRodWrapping flag enabled
> 2. Configure all clients so that they will connect to the new cluster
> 3. Invoke the
> upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
> 4. Invoke the
> upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
> 5. Invoke the
> upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
> 6. Switch off the old cluster
> >>>6. help container, wrong argument
> SYNOPSIS
> container [ containername ]
>
> DESCRIPTION
> Shows the available containers or selects a container to be used as default for CLI operations
>
> ARGUMENTS
> cachename <<<<<<<<<<<<<, here should be container name and not cache name
> (optional) the name of the container to set as default for the following operations
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (ISPN-3272) Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3272?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3272:
------------------------------------
Description:
When want to run commands---------------------------------------------
1. ispn-cli.sh -f put.sc
2. ispn-cli.sh -f replace.sc
3. ispn-cli.sh -f rollback.sc
4. ispn-cli.sh -f start.sc
cat put.sc------------------------------------------------------------
help put
cat replace.sc--------------------------------------------------------
help replace
cat rollback.sc-------------------------------------------------------
help rollback
cat start.sc----------------------------------------------------------
help start
Exception is thrown outside JConsole shell----------------------------
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
at org.infinispan.cli.Main.main(Main.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:262)
at org.jboss.modules.Main.main(Main.java:329)
Other errors inside jconsole shell------------------------------------
run command: ispn-cli.sh -
[disconnected//]> help rollback
String index out of range: -1
[disconnected//]> help start
String index out of range: -1
5. help upgrade, 3rd paragraph in USAGE is not aligned
|USAGE
| In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
| 1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
| hotRodWrapping flag enabled
| 2. Configure all clients so that they will connect to the new cluster
| 3. Invoke the
| upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
| 4. Invoke the
| upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
| 5. Invoke the
| upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
| 6. Switch off the old cluster
6. help container, wrong argument
SYNOPSIS
container [ containername ]
DESCRIPTION
Shows the available containers or selects a container to be used as default for CLI operations
ARGUMENTS
cachename <<<<<<<<<<<<<, here should be container name and not cache name
(optional) the name of the container to set as default for the following operations
was:
When want to run commands---------------------------------------------
1. ispn-cli.sh -f put.sc
2. ispn-cli.sh -f replace.sc
3. ispn-cli.sh -f rollback.sc
4. ispn-cli.sh -f start.sc
cat put.sc------------------------------------------------------------
help put
cat replace.sc--------------------------------------------------------
help replace
cat rollback.sc-------------------------------------------------------
help rollback
cat start.sc----------------------------------------------------------
help start
Exception is thrown outside JConsole shell----------------------------
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
at org.infinispan.cli.Main.main(Main.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:262)
at org.jboss.modules.Main.main(Main.java:329)
Other errors inside jconsole shell------------------------------------
run command: ispn-cli.sh -
[disconnected//]> help rollback
String index out of range: -1
[disconnected//]> help start
String index out of range: -1
5. help upgrade, 3rd paragraph in USAGE is not aligned
USAGE
In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
hotRodWrapping flag enabled
2. Configure all clients so that they will connect to the new cluster
3. Invoke the
upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
4. Invoke the
upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
5. Invoke the
upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
6. Switch off the old cluster
> Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
> --------------------------------------------------------------------------------------
>
> Key: ISPN-3272
> URL: https://issues.jboss.org/browse/ISPN-3272
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.3.0.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Fix For: 6.0.0.Final
>
>
> When want to run commands---------------------------------------------
> 1. ispn-cli.sh -f put.sc
> 2. ispn-cli.sh -f replace.sc
> 3. ispn-cli.sh -f rollback.sc
> 4. ispn-cli.sh -f start.sc
> cat put.sc------------------------------------------------------------
> help put
> cat replace.sc--------------------------------------------------------
> help replace
> cat rollback.sc-------------------------------------------------------
> help rollback
> cat start.sc----------------------------------------------------------
> help start
> Exception is thrown outside JConsole shell----------------------------
> Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.charAt(String.java:658)
> at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
> at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
> at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
> at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
> at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
> at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
> at org.infinispan.cli.Main.main(Main.java:41)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.modules.Module.run(Module.java:262)
> at org.jboss.modules.Main.main(Main.java:329)
> Other errors inside jconsole shell------------------------------------
> run command: ispn-cli.sh -
> [disconnected//]> help rollback
> String index out of range: -1
> [disconnected//]> help start
> String index out of range: -1
> 5. help upgrade, 3rd paragraph in USAGE is not aligned
> |USAGE
> | In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
> | 1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
> | hotRodWrapping flag enabled
> | 2. Configure all clients so that they will connect to the new cluster
> | 3. Invoke the
> | upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
> | 4. Invoke the
> | upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
> | 5. Invoke the
> | upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
> | 6. Switch off the old cluster
> 6. help container, wrong argument
> SYNOPSIS
> container [ containername ]
>
> DESCRIPTION
> Shows the available containers or selects a container to be used as default for CLI operations
>
> ARGUMENTS
> cachename <<<<<<<<<<<<<, here should be container name and not cache name
> (optional) the name of the container to set as default for the following operations
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (ISPN-3272) Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-3272?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-3272:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=986221
> Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
> --------------------------------------------------------------------------------------
>
> Key: ISPN-3272
> URL: https://issues.jboss.org/browse/ISPN-3272
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.3.0.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Fix For: 6.0.0.Final
>
>
> When want to run commands---------------------------------------------
> 1. ispn-cli.sh -f put.sc
> 2. ispn-cli.sh -f replace.sc
> 3. ispn-cli.sh -f rollback.sc
> 4. ispn-cli.sh -f start.sc
> cat put.sc------------------------------------------------------------
> help put
> cat replace.sc--------------------------------------------------------
> help replace
> cat rollback.sc-------------------------------------------------------
> help rollback
> cat start.sc----------------------------------------------------------
> help start
> Exception is thrown outside JConsole shell----------------------------
> Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.charAt(String.java:658)
> at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
> at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
> at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
> at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
> at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
> at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
> at org.infinispan.cli.Main.main(Main.java:41)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.modules.Module.run(Module.java:262)
> at org.jboss.modules.Main.main(Main.java:329)
> Other errors inside jconsole shell------------------------------------
> run command: ispn-cli.sh -
> [disconnected//]> help rollback
> String index out of range: -1
> [disconnected//]> help start
> String index out of range: -1
> 5. help upgrade, 3rd paragraph in USAGE is not aligned
> USAGE
> In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
> 1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
> hotRodWrapping flag enabled
> 2. Configure all clients so that they will connect to the new cluster
> 3. Invoke the
> upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
> 4. Invoke the
> upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
> 5. Invoke the
> upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
> 6. Switch off the old cluster
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (ISPN-3272) Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-3272?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-3272:
-----------------------------------------------
Vitalii Chepeliuk <vchepeli(a)redhat.com> made a comment on [bug 986221|https://bugzilla.redhat.com/show_bug.cgi?id=986221]
Description of problem is specified on JIRA issue 3272
> Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
> --------------------------------------------------------------------------------------
>
> Key: ISPN-3272
> URL: https://issues.jboss.org/browse/ISPN-3272
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.3.0.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Fix For: 6.0.0.Final
>
>
> When want to run commands---------------------------------------------
> 1. ispn-cli.sh -f put.sc
> 2. ispn-cli.sh -f replace.sc
> 3. ispn-cli.sh -f rollback.sc
> 4. ispn-cli.sh -f start.sc
> cat put.sc------------------------------------------------------------
> help put
> cat replace.sc--------------------------------------------------------
> help replace
> cat rollback.sc-------------------------------------------------------
> help rollback
> cat start.sc----------------------------------------------------------
> help start
> Exception is thrown outside JConsole shell----------------------------
> Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.charAt(String.java:658)
> at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
> at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
> at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
> at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
> at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
> at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
> at org.infinispan.cli.Main.main(Main.java:41)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.modules.Module.run(Module.java:262)
> at org.jboss.modules.Main.main(Main.java:329)
> Other errors inside jconsole shell------------------------------------
> run command: ispn-cli.sh -
> [disconnected//]> help rollback
> String index out of range: -1
> [disconnected//]> help start
> String index out of range: -1
> 5. help upgrade, 3rd paragraph in USAGE is not aligned
> USAGE
> In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
> 1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
> hotRodWrapping flag enabled
> 2. Configure all clients so that they will connect to the new cluster
> 3. Invoke the
> upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
> 4. Invoke the
> upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
> 5. Invoke the
> upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
> 6. Switch off the old cluster
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (ISPN-3272) Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3272?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3272:
------------------------------------
Description:
When want to run commands---------------------------------------------
1. ispn-cli.sh -f put.sc
2. ispn-cli.sh -f replace.sc
3. ispn-cli.sh -f rollback.sc
4. ispn-cli.sh -f start.sc
cat put.sc------------------------------------------------------------
help put
cat replace.sc--------------------------------------------------------
help replace
cat rollback.sc-------------------------------------------------------
help rollback
cat start.sc----------------------------------------------------------
help start
Exception is thrown outside JConsole shell----------------------------
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
at org.infinispan.cli.Main.main(Main.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:262)
at org.jboss.modules.Main.main(Main.java:329)
Other errors inside jconsole shell------------------------------------
run command: ispn-cli.sh -
[disconnected//]> help rollback
String index out of range: -1
[disconnected//]> help start
String index out of range: -1
5. help upgrade, 3rd paragraph in USAGE is not aligned
USAGE
In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
hotRodWrapping flag enabled
2. Configure all clients so that they will connect to the new cluster
3. Invoke the
upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
4. Invoke the
upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
5. Invoke the
upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
6. Switch off the old cluster
was:
When want to run commands---------------------------------------------
1. ispn-cli.sh -f put.sc
2. ispn-cli.sh -f replace.sc
3. ispn-cli.sh -f rollback.sc
4. ispn-cli.sh -f start.sc
cat put.sc------------------------------------------------------------
help put
cat replace.sc--------------------------------------------------------
help replace
cat rollback.sc-------------------------------------------------------
help rollback
cat start.sc----------------------------------------------------------
help start
Exception is thrown outside JConsole shell----------------------------
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
at org.infinispan.cli.Main.main(Main.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:262)
at org.jboss.modules.Main.main(Main.java:329)
Other errors inside jconsole shell------------------------------------
run command: ispn-cli.sh -
[disconnected//]> help rollback
String index out of range: -1
[disconnected//]> help start
String index out of range: -1
> Help of Put, Replace, Rollback, Start CLI commands got StringIndexOutOfBoundsException
> --------------------------------------------------------------------------------------
>
> Key: ISPN-3272
> URL: https://issues.jboss.org/browse/ISPN-3272
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.3.0.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Fix For: 6.0.0.Final
>
>
> When want to run commands---------------------------------------------
> 1. ispn-cli.sh -f put.sc
> 2. ispn-cli.sh -f replace.sc
> 3. ispn-cli.sh -f rollback.sc
> 4. ispn-cli.sh -f start.sc
> cat put.sc------------------------------------------------------------
> help put
> cat replace.sc--------------------------------------------------------
> help replace
> cat rollback.sc-------------------------------------------------------
> help rollback
> cat start.sc----------------------------------------------------------
> help start
> Exception is thrown outside JConsole shell----------------------------
> Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.charAt(String.java:658)
> at org.infinispan.cli.shell.Man2Ansi.fit(Man2Ansi.java:108)
> at org.infinispan.cli.shell.Man2Ansi.render(Man2Ansi.java:78)
> at org.infinispan.cli.commands.client.Help.execute(Help.java:67)
> at org.infinispan.cli.shell.ShellImpl.execute(ShellImpl.java:181)
> at org.infinispan.cli.shell.ShellImpl.batchRun(ShellImpl.java:136)
> at org.infinispan.cli.shell.ShellImpl.run(ShellImpl.java:123)
> at org.infinispan.cli.Main.main(Main.java:41)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.modules.Module.run(Module.java:262)
> at org.jboss.modules.Main.main(Main.java:329)
> Other errors inside jconsole shell------------------------------------
> run command: ispn-cli.sh -
> [disconnected//]> help rollback
> String index out of range: -1
> [disconnected//]> help start
> String index out of range: -1
> 5. help upgrade, 3rd paragraph in USAGE is not aligned
> USAGE
> In order to perform a rolling upgrade of a HotRod cluster, the following steps must be taken
> 1. Configure and start a new cluster with a RemoteCacheStore pointing to the old cluster and the
> hotRodWrapping flag enabled
> 2. Configure all clients so that they will connect to the new cluster
> 3. Invoke the
> upgrade --dumpkeys command on the old cluster for all of the caches that need to be migrated
> 4. Invoke the
> upgrade --synchronize=hotrod command on the new cluster to ensure that all data is migrated from the old cluster to the new one
> 5. Invoke the
> upgrade --disconnectsource=hotrod command on the new cluster to disable the RemoteCacheStore used to migrate the data
> 6. Switch off the old cluster
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (ISPN-3311) Unmarshalling error switching from 5.2 to 5.3
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-3311?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño commented on ISPN-3311:
----------------------------------------
The problem is due the work I did to reduce the per-entry overhead in Infinispan (ISPN-3144). In 5.2.x an earlier, a cache entry stored the key and an instance of InternalCacheValue and serialized those two. In 5.3.x, that InternalCacheValue wrapper is gone, so we just keep a reference to the key and value, without the wrapper. We create InternalCacheValue instances on the fly when needed. When it comes to serializing, it changed so that the value was serialized directly, instead of the InternalCacheValue which then serialized the value itself.
I'm checking if there's a way to somehow support both ways.
> Unmarshalling error switching from 5.2 to 5.3
> ---------------------------------------------
>
> Key: ISPN-3311
> URL: https://issues.jboss.org/browse/ISPN-3311
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.3.0.Final
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 6.0.0.Alpha2, 6.0.0.Final
>
>
> Error:
> {code}Caused by: org.infinispan.CacheException: Type of data read is
> unknown. Id=-2147482348 is not amongst known reader indexes.
> at org.infinispan.marshall.jboss.ExternalizerTable.readObject(ExternalizerTable.java:222){code}
> Full stacktrace: https://gist.github.com/galderz/770679223e02f5b211f8
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (ISPN-3337) Define an approach to allow the injection of Configuration and GlobalConfiguration beans for overriding
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-3337?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño commented on ISPN-3337:
----------------------------------------
These beans should represented ConfigurationBuilder and GlobalConfigurationBuilder instances respectively.
> Define an approach to allow the injection of Configuration and GlobalConfiguration beans for overriding
> -------------------------------------------------------------------------------------------------------
>
> Key: ISPN-3337
> URL: https://issues.jboss.org/browse/ISPN-3337
> Project: Infinispan
> Issue Type: Feature Request
> Components: Spring integration
> Reporter: Navin Surtani
> Assignee: Navin Surtani
> Fix For: 6.0.0.Beta1
>
>
> ISPN-3279 removed the ConfigurationOverrides and GlobalConfigurationOverrides classes in the Spring module. These classes contained older set() calls in order to override Cache configurations and given the way that programmatic Configuration currently works in Infinispan, that approach is not maintainable.
> We hence need a clean way to provide (Global) Configuration beans as a newer, cleaner approach.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (ISPN-3279) Delete ConfigurationOverrides and GlobalConfigurationOverrides in Spring module
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-3279?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-3279:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 6.0.0.Alpha2
6.0.0.Final
Resolution: Done
> Delete ConfigurationOverrides and GlobalConfigurationOverrides in Spring module
> -------------------------------------------------------------------------------
>
> Key: ISPN-3279
> URL: https://issues.jboss.org/browse/ISPN-3279
> Project: Infinispan
> Issue Type: Enhancement
> Components: Spring integration, Test Suite
> Affects Versions: 6.0.0.Alpha1
> Reporter: Navin Surtani
> Assignee: Navin Surtani
> Fix For: 6.0.0.Alpha2, 6.0.0.Final
>
>
> Delete the ConfigurationOverrides and GlobalConfigurationOverrides classes. Methods that otherwise make use of this code should provide an API to take in ConfigurationBuilder or GlobalConfigurationBuilder objects. This is to make the code-base easier to maintain.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (ISPN-3337) Define an approach to allow the injection of Configuration and GlobalConfiguration beans for overriding
by Navin Surtani (JIRA)
Navin Surtani created ISPN-3337:
-----------------------------------
Summary: Define an approach to allow the injection of Configuration and GlobalConfiguration beans for overriding
Key: ISPN-3337
URL: https://issues.jboss.org/browse/ISPN-3337
Project: Infinispan
Issue Type: Feature Request
Components: Spring integration
Reporter: Navin Surtani
Assignee: Navin Surtani
Fix For: 6.0.0.Beta1
ISPN-3279 removed the ConfigurationOverrides and GlobalConfigurationOverrides classes in the Spring module. These classes contained older set() calls in order to override Cache configurations and given the way that programmatic Configuration currently works in Infinispan, that approach is not maintainable.
We hence need a clean way to provide (Global) Configuration beans as a newer, cleaner approach.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months