Aloha!
My byte[] field:
is generated asPHP Code:@Lob
@Basic(fetch = FetchType.LAZY)
@Column(name = "source", columnDefinition = "BLOB NOT NULL")
@NotNull
private byte[] source;
on the Flex side.PHP Code:public var source:int;
File a bug or am I just being stupid again?
Thanks and great work so far on the project!![]()



Reply With Quote
