Hi!

i have sculptor 1.7 and PostgreSQL DB 8.x. in my DB table I have blob - OID
type.

in sculptor-generator.properties:

db.postgresql.type.OID=OID
javaType.OID=java.sql.Blob

I have Sheet and SheetBase.java, in SheetBase:

@Column(name = "ERRORBLOB")
private Blob errorBlob;

+ get/set methods

but, when I save sheet object, everything is OK, but "blob" column is empty,
without exception.

[debug information: in JpaSaveAccessImpl class - in performExecute and
performMerge methods is everything OK and entity object has errorBlob filled
with value. ]

please, where is the problem?

thank You very much,

Ivan Polak
-- 
View this message in context: 
http://old.nabble.com/sculptor-%2B-PostgreSQL-and-BLOB-tp26873840s17564p26873840.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to