I recently upgraded from 3.2.1 to 3.2.3. Using Oracle, a CMP bean returns a date data type from a read-only view as a java.util.Date. In 3.2.1, this worked fine; with 3.2.3, it appears that JBoss is attempting to update the column in the database. Since this is a read-only view, Oracle throws an exception because the column should not be touched - I'm only using a getter. Other data types work as expected, only the date field is a problem.
Does anyone know what changed between 3.2.1 and 3.2.3 that might cause this problem? Before anyone suggests it, the view is staying for any number of reasons. Regardless, I believe this should work and am looking for some direction on why this does. TIA. -scs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843457#3843457 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843457 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
