Bugs item #626717, was opened at 2002-10-22 09:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=626717&group_id=22866
Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Alexei Yudichev (sflexus) Assigned to: Nobody/Anonymous (nobody) Summary: invalid SQL type in standardjbosscmp-jdb Initial Comment: In both standardjbosscmp-jdbc.xml and standardjaws.xml the MS SQLSERVER(2000) type mapping of java.sql.Timestamp is invalid. It is set to SQL type TIMESTAMP which is unique date counter and is not supposed to be used as the date/time storage. The column of this type is updated automatically each time insert or update is performed. So this mapping should reference the DATETIME SQL type instead of TIMESTAMP. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=626717&group_id=22866 ------------------------------------------------------- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4699841;7576301;v? http://www.sun.com/javavote _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
