[JBoss JIRA] (ISPN-12162) Fix marshaller inconsistent configuration
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-12162?page=com.atlassian.jira.plugi... ]
Pedro Ruivo reopened ISPN-12162:
--------------------------------
> Fix marshaller inconsistent configuration
> -----------------------------------------
>
> Key: ISPN-12162
> URL: https://issues.redhat.com/browse/ISPN-12162
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 11.0.1.Final
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
> Fix For: 12.0.0.Dev01
>
>
> When we use the marshaller method
> public ConfigurationBuilder marshaller(Class<? extends Marshaller> marshaller)
> or
> public ConfigurationBuilder marshaller(String marshaller)
>
> if a mashaller was already configured, we can't override the configuration, as it may happen that the marshaller and marshaller class don't match.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12310) Describe the protobuf error message
by Katia Aresti (Jira)
[ https://issues.redhat.com/browse/ISPN-12310?page=com.atlassian.jira.plugi... ]
Katia Aresti updated ISPN-12310:
--------------------------------
Status: Open (was: New)
> Describe the protobuf error message
> -----------------------------------
>
> Key: ISPN-12310
> URL: https://issues.redhat.com/browse/ISPN-12310
> Project: Infinispan
> Issue Type: Feature Request
> Components: Console
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
>
> Create a protobuf with
>
> {code:java}
> package book_sample;
> message Book {
> optional string title = 1;
> optional string description = 2;
> optional int publicationYear = 3;
> }{code}
> It will show: *Schema book.proto has errors*
>
> If you inspect the response you will see: *cause: "Failed to resolve type of field "book_sample.Book.publicationYear". Type not found : int"*
>
> It is better to show what is the error
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months