i'm using mysql for my database and created an
auto-incrementing pk on a table. i wrote an entity
bean which creates a row having a pk value of 0
"zero". mysql maps the value of 0 "zero" to the
last-pk-value + 1. however, when i retrieve my data
through ejb, the pk still contains 0 "zero". im using
jboss as my ejb-container. any help is gladly
appreciated.

-L. Yeung

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to