[JBoss JIRA] (ISPN-6241) Old version of commons-logging drags old version of servlet-api through infinispan-spring
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-6241?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-6241:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Old version of commons-logging drags old version of servlet-api through infinispan-spring
> -----------------------------------------------------------------------------------------
>
> Key: ISPN-6241
> URL: https://issues.jboss.org/browse/ISPN-6241
> Project: Infinispan
> Issue Type: Bug
> Components: Spring Integration
> Affects Versions: 8.1.1.Final
> Reporter: B Bozhanov
> Assignee: Tristan Tarrant
> Fix For: 9.0.0.Beta1, 8.2.5.Final
>
>
> infinispan-spring 8.1.1. has a dependency on an old version of commons-logging (1.1) which in turn has a "compile" dependency on servlet-api 2.3, so in maven the old servlet api is dragged into the build and then conflicts arise when deployed on a servlet container.
> The dependency on commons-logging should be updated (1.2 has a "provided" dependency on the servlet-api)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (ISPN-6794) Administration console - editing javascript task name doesn't work correctly
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6794?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-6794:
--------------------------------------
Priority: Minor (was: Major)
> Administration console - editing javascript task name doesn't work correctly
> ----------------------------------------------------------------------------
>
> Key: ISPN-6794
> URL: https://issues.jboss.org/browse/ISPN-6794
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Reporter: Roman Macor
> Priority: Minor
>
> Editing javascript task name, doesn't change the name of the script. If we try to edit name the script can no longer be executed.
> Console error message when trying to run edited script:
> Error Some unexpected problem happened when launching the task: DGISPN0118: Failed to invoke operation: java.lang.NullPointerException
> Steps to reproduce:
> upload javascript
> - click on cache container -> Configuration -> Tasks -> Create new script
> - fill in the mandatory parameter (e.g. Task name: newTask, Language: javascript, Execution mode: local, script body: cache.put('key','value'))
> - click create script task button
> edit script
> - click on cache container -> Configuration -> Tasks -> Edit
> - change the name of the script
> - click update script
> Result:
> name remains the same and script can no longer be executed
> Note that other properties such as mode or script body can be edited in this way.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (ISPN-6075) Created cache is immediately available
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6075?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-6075:
--------------------------------------
Priority: Minor (was: Major)
> Created cache is immediately available
> --------------------------------------
>
> Key: ISPN-6075
> URL: https://issues.jboss.org/browse/ISPN-6075
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Final
> Reporter: Martin Gencur
> Assignee: Vladimir Blagojevic
> Priority: Minor
>
> Steps to reproduce:
> 1) Add new cache
> 2) Go to the cache detail page
> Issues:
> 1) The label in top-left corner says "Available" while it should be either Unavailable or Disabled at this point (probably it is because this page still shows the satus of the currentCluster and not the cache itself)
> 2) The actions on the right side include both "Disable" and "Enable" and both of them are clickable. Only "Enable" option should be available at this point.
> 3) I'm able to create a RemoteCache and put/get entries - no exception thrown
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (ISPN-6776) Administration console - push state transfer and cancel state transfer buttons don't work properly
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6776?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic reassigned ISPN-6776:
-----------------------------------------
Assignee: Vladimir Blagojevic
> Administration console - push state transfer and cancel state transfer buttons don't work properly
> --------------------------------------------------------------------------------------------------
>
> Key: ISPN-6776
> URL: https://issues.jboss.org/browse/ISPN-6776
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Attachments: domain.xml, host.xml
>
>
> Click on cache container -> Actions -> Manage backup sites -> Push state (on BRN site which is configured)
> result: nothing happens, server log:
> [Server:server-one] 15:15:03,752 ERROR [org.jgroups.protocols.relay.RELAY2] (ServerService Thread Pool -- 36) master:server-one: no route to BRN: dropping message
> expected result: Success! The operation has been successfully executed.
> Please note that if we take the site offline and then online again in the "Manage backup sites" dialog, push state button works correctly.
> Cancel state button is behaving the same, except taking site offline and then online again doesn't help.
> I'm attaching server configuration
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (ISPN-6931) Cache container screen not shown if Connector removed
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6931?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-6931:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Alpha4
Resolution: Done
> Cache container screen not shown if Connector removed
> -----------------------------------------------------
>
> Key: ISPN-6931
> URL: https://issues.jboss.org/browse/ISPN-6931
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.2.4.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 8.2.5.Final, 9.0.0.Alpha4
>
>
> If a connector, such as the Memcached connector, is removed then the Cache Containers screen is unable to load. This is due to the cluster-model.service.js trying to access an attribute of an undefined connector.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (ISPN-7177) Remove Outdated Eviction related classes
by William Burns (JIRA)
William Burns created ISPN-7177:
-----------------------------------
Summary: Remove Outdated Eviction related classes
Key: ISPN-7177
URL: https://issues.jboss.org/browse/ISPN-7177
Project: Infinispan
Issue Type: Enhancement
Components: Eviction
Reporter: William Burns
Assignee: William Burns
ISPN-6998 is changing eviction over to use Caffeine. We need to remove now redundant classes, such as BoundedEquivalentConcurrentHashMapv8, EquivalentConcurrentHashMap and others.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months