Hello,
When I define my Jaws mapping in ejb-jar.xml and I use the MySQL
client (mysql) tool to view the table layout created I see some
differences. For example, my ejb-jar.xml contains among other things:
<cmp-field>
<field-name>nickName</field-name>
<jdbc-type>VARCHAR</jdbc-type>
<sql-type>VARCHAR(20)</sql-type>
</cmp-field>
When I view the table layout I see the following:
mysql> describe User;
+---------------------+---------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------------------+---------------+------+-----+---------+-------+
.
.
.
| nickName | text | YES | | NULL | |
.
.
. etc etc
+---------------------+---------------+------+-----+---------+-------+
15 rows in set (0.01 sec)
This is not correct, is it?
Thanks,
Marcel
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user