Hi Tom,
I can only suggest that use Number, in Oracle, as primary key. It's not a good
practice to use character as primary key for reasons. Once you done that, make sure your
entity bean has the @Id getPrimaryKey(){return primaryKey;}. They you can use the find
method without a problem.
John
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972553#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...