I've attributed this problem to a change in the standardjbosscmp-jdbc.xml file. The oracle9i mappings have changed the datatypes that java.sql.Timestamp map to. Under Oracle8 they mapped to DATE datatypes and under Oracle9i they map to TIMESTAMP(9) datatypes. I've modified the database to be consistent with the mapping file and that seemed to solve the problem.
However I tried to change the mapping file, standardjbosscmp-jdbc.xml(instead of chaning the database), to use DATE for the java.sql.Timestamp mapping. Changing that file seem to have no effect. Should changing the standardcmp-jdbc.xml file have an effect? We'd like to avoid changing the database datatypes to TIMESTAMP(9). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842614#3842614 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842614 ------------------------------------------------------- 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
