I figured out the problem. I wasn't reading the stack trace closely enough at first.
The problem was that /server/default/conf/standardjbosscmp-jdbc.xml was missing the "mssql-get-generated-keys" entity-command: <entity-command name="mssql-get-generated-keys" | class="org.jboss.ejb.plugins.cmp.jdbc.mssql.JDBCMsSQLCreateCommand"/> It's needed to retrieve PKs that are generated by sql server's IDENTITY columns when new records are created and my EJBs require it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853964#3853964 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853964 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
