Diego Lovison created ISPN-8878:
-----------------------------------
Summary: Infinispan integration with Jolokia is not working - Cannot read agent configuration
Key: ISPN-8878
URL: https://issues.jboss.org/browse/ISPN-8878
Project: Infinispan
Issue Type: Bug
Components: Integration
Environment: Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
Reporter: Diego Lovison
Assignee: Sebastian Łaskawiec
Fix For: 9.2.0.CR3
The Jolokia endpoints are not working using the branch master.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
Diego Lovison created ISPN-8876:
-----------------------------------
Summary: REST server fails to convert between text formats and octet-stream
Key: ISPN-8876
URL: https://issues.jboss.org/browse/ISPN-8876
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.2.0.CR3
Reporter: Diego Lovison
Assignee: Gustavo Fernandes
Using the default cache with no MediaType configuration:
The following request returns error 500:
{noformat}
curl -v -u user:pass -XPUT -H "Content-type: application/xml" -d "<root>element</root>" http://localhost:8080/rest/default/1
{noformat}
The following request succeds:
{noformat}
curl -v -u user:pass -XPUT -H "Content-type: application/json" -d '{ "name": "test"}' http://localhost:8080/rest/default/2
{noformat}
But when reading it back it returns "[B@26197e2f" instead of the inserted document.
{noformat}
curl -v -u user:pass -H "Content-type: text/plain" http://localhost:8080/rest/default/2
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
Diego Lovison created ISPN-8875:
-----------------------------------
Summary: Rollback cache created with wrong configuration
Key: ISPN-8875
URL: https://issues.jboss.org/browse/ISPN-8875
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
Priority: Minor
It would be nice if when using a wrong configuration, Infinispan rollback the cache creation.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)