all my test fails … so is possible send an @entity using a TCP socket?
UPDATE
Problem is related at this post https://stackoverflow.com/questions/3097269/hibernate-send-entity-through-tcp-lose-persistentbagor-not-update-it
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess you should be able to send any object that is
Serializablethrough a socket. The@Entityannotation has probably nothing to do with it.Could you however refine your exact problem and what you are trying to do? As it is now, it doesn’t make much sense.