-
Bug
-
Resolution: Won't Do
-
Critical
-
None
-
None
-
None
Instead of mapping to a ByteString data type, map to byte[].
Example:
@ProtoField(number = 7)
public byte[] getByteArrayValue()
public void setByteArrayValue(byte[] objectValue)
{ this.byteArrayValue = objectValue; }- is related to
-
TEIID-4601 Infinispan DSL Translator: cannot insert into byte array column
- Resolved