(Unfortunately) I'm using Pointbase in my place of work.  I have a couple of CMP 
entity beans and I'd like to use TIMESTAMP columns in the generated tables.  Pointbase 
does support TIMESTAMP, but there is no mapping defined for this type in 
standardjbosscmp-jdbc.xml.

So, I added it in myself:


  | ...
  | <mapping>
  |   <java-type>java.sql.Timestamp</java-type>
  |   <jdbc-type>TIMESTAMP</jdbc-type>
  |   <sql-type>TIMESTAMP</sql-type>
  | </mapping>
  | ...
  | 

This then allows me to use TIMESTAMP columns.  I'm just wondering where I should 
report this missing type mapping - so that it gets added in with a release.  Anyone 
know?

Thanks,

Lindsay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848945#3848945

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848945


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to