[
https://issues.jboss.org/browse/ISPN-7228?page=com.atlassian.jira.plugin....
]
Adrian Nistor commented on ISPN-7228:
-------------------------------------
Did you look in the server log? Does it fail with NPE? In that case it is a different new
issue I just found today which is probably due to putAll being broken when your cache has
a cachestore, which is exactly the case of the protobuf metadata cache. If you see the NPE
try temporarily removing the <global-state/> element from the cache-container in
your server's xml config to get rid of the cachestore and the error. And test the new
DMR ops again.
Administration console - creating wrong schema doesn't show error
message
-------------------------------------------------------------------------
Key: ISPN-7228
URL:
https://issues.jboss.org/browse/ISPN-7228
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 9.0.0.Alpha4
Reporter: Roman Macor
Assignee: Vladimir Blagojevic
Priority: Minor
Attachments: ISPN-7228.txt
Click on cache container -> Configuration -> Schemas -> Add -> Fill in
incorrect scheme: (schema name: wrong_schema, Schema: nonsense)
Result: The dialog is closed and no schema is created.
Expected message:
Error There has been an error executing the operation: DGISPN0118: Failed to invoke
operation: org.infinispan.protostream.DescriptorParserException:
java.lang.IllegalStateException: Syntax error in nonsense.proto at 1:9: unexpected label:
nonsense
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)