I am testing the EJB 2.0 capabilities that have been implemented in some
of
the recent builds from CVS and I have come across this problem.
Using jbosscmp-jdbc.xml, I can deploy a simple app. It only has
a couple of fields, id (String) and label (String) as getters and
setters.
When I deploy this is works great and JBoss creates the necessary
table (Using SQL 2000)
However, when I add one more field: dateCreated (java.sql.Timestamp)
with this entry:
<cmp-field>
<field-name>dateCreated</field-name>
<java-type>java.sql.Timestamp</java-type>
<sql-type>TIMESTAMP</sql-type>
<jdbc-type>TIMESTAMP</jdbc-type>
</cmp-field>
The table is no longer created in the database.
Any ideas on why?
thanks!
Brenton House
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development