Hi,

I'm experiencing problems with a byte array field in my model and
don't know what to do with it.

I'm using the same model objects through all layers, from database to
web using Hibernate and Gilead (Hibernate4GWT) but since I've added
that byte[] field, the GWT compilation won't work and hosted mode
gives me this message when I pass the object through RPC :

[WARN] Line 38: Referencing class 'byte_Array_Rank_1_FieldSerializer:
unable to resolve class, expect subsequent failures.

I actually don't need to transfer the byte array through the RPC but I
do want it saved to the DB so making it either transient or final is
not an option...

Looking through the documentation, I see no reason why the byte array
wouldn't be supported by GWT compilation.

Any idea what's going on?  I'm using GWT 1.6.1

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to