George Gastaldi created FORGE-2352:
--------------------------------------
Summary: JPA: New Field creates an unknown B type for byte[] types
Key: FORGE-2352
URL:
https://issues.jboss.org/browse/FORGE-2352
Project: Forge
Issue Type: Bug
Components: Java EE
Affects Versions: 2.16.1.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Priority: Critical
Fix For: 2.x Future
When running {{jpa-new-field --named blob_field --type byte[] --lob}} in a JPA entity, the
generated field is
{code:java}
@Lob
@Column(length = 2147483647)
private B blob_field;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)