Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Re: Re: ORA-1461 trying to insert String to

If I could just summarize the information I've gotten (thanks again, everybody who has chimed in):

Required to store an XMLType > 4000 chars:

1) OCI driver

THIN works just fine here.
 
2) Customizer class defined, configured in persistence.xml, and @Customizer annotation on target entity field

Are you really sure that your customizer is setup and runnig ok?

I was getting the ORA-01461 before I added my customizer.

 
I am currently using eclipselink 1.0.2. Is 1.1 required?

No.
 
/Magnus

Back to the top