Hi All,

In my project developed using Isis, I'm persisting an email entity in which
emailHeader is stored as a String.
When trying to persist the entities I get following error indicating the
value of emailHeaders exceed the default max.length of JDO/datanucleus. Can
I increase this max.length? Do I need to use another type to store the
emailHeaders?

Thanks,
Dileepa

 " in column ""emailHeaders"" that has maximum length of 255. Please
correct
your data!
     [exec]     at
org.datanucleus.api.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:498)
     [exec]     at
org.datanucleus.api.jdo.JDOPersistenceManager.jdoMakePersistent(JDOPersistenceManager.java:736)
     [exec]     at
org.datanucleus.api.jdo.JDOPersistenceManager.makePersistent(JDOPersistenceManager.java:756)

Reply via email to