Hello,

I have to change my application to handle user ids which have 20 bytes.
I know that in ORACLE I'm able to set NUMBER (20), but the question
is how to set deployment descriptors and attribute type in Entity CMP.
I know that in JAVA there is a BigInteger type, which probablly can be used (maybe?). 
What about mappings in jboss-jdbc.xml i.e. jdbc-type
<cmp-field>
<field-name>id</field-name>
<column-name>user_id</column-name>
<jdbc-type>????????</jdbc-type>
<sql-type>NUMBER (20)</sql-type>
</cmp-field>

thanks for help

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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to