[jboss-user] [EJB 3.0] - Re: what´s the error
oskar.carlstedt
do-not-reply at jboss.com
Mon May 7 06:32:51 EDT 2007
Good work!
Sometimes it is hard for JBoss to find a good error message. When you specify the column annotation, JBoss tries to save/serialize the object into that column, no matter of what type it is. So in this case, JBoss finds the UsuarioEJB and then i tries to save it into the column idUsuario - and here is the place where everything goes wrong. How can Jboss serialize UsuarioEJB into the specified column, it doesn't have a type for it, ...
//Oskar
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043611#4043611
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043611
More information about the jboss-user
mailing list