What is the column type that you want OpenJPA to map your String to?

On Tue, Jan 27, 2015 at 12:53 PM, Maxim Solodovnik <solomax...@gmail.com>
wrote:

> Hello All,
>
> I'm trying to map Huge string to the DB:
>
> public static final int MAX_LOG_SIZE = 1 * 1024 * 1024;
> @Lob
> @Column(name="ful_message", length = MAX_LOG_SIZE)
> private String fullMessage;
>
> Unfortunately I get column of type TEXT in my MySQL database :( (64K max)
>
> I tried to remove @Lob annotation, no luck
>
> OpenJPA 2.3.0
>
> Am I doing something wrong? Or it is bug in OpenJPA?
>
> Thanks in advance!
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
*Rick Curtis*

Reply via email to