]
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