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

Reply via email to