Brian McSweeney wrote:
Hi all,
My ejbs are cmp ones and the string parameters I use are as follows
/**
* @ejb.persistence
* column-name="stringDescription"
* @ejb.interface-method
*/
I don’t specify the string length.
However I see in my database that when the data is getting put in from a text area in a web page that it is being cut off. Is the default size of a string smaller than the max size?
Ie, how do I set the string length in the ejb to be the max allowed.
Thanks so much!
Brian
------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
