Hello: I'm using SQL Server 2000 with JBoss EJB 3.0. For my identity column on a particular entity, I'm using GeneratorType.IDENTITY, which "should" let the DB insert a value into the identity column. However The generated SQL is trying to insert an explicit value (null) in the identity column, which (understandably) causes a SQLServer error. Is this a bug, or am I not using it properly? Thanks for any help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912157#3912157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912157 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
