> I'm redeveloping a part of my universtiy's intranet, > many tables in the > database have auto increment fields and I can't > change > them. I've read in jboss forums that there is a way > to handle auto > increment fields but it isn't in xdoclet. Are there > any plans to > Integate it???
Autoincrement fields are major PITA for using in EJB... Short version is that you must set your PK in ejbCreate, but it's called before any sql goes to database... Can you point us to those jboss forums? regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
