All,

A friend of mine if growing the appetite for Lift (go figure) and he's
starting to build a new app on GAE and he's using JDO. Of course
things didn't go very well as DataNucleus was reporting some strange
errors. Looks like DataNucleus has a bug (see here
http://www.datanucleus.org/servlet/jira/browse/NUCENHANCER-34) in the
way DataNucleus enhances the classes ... and a patch was provided
here: http://gist.github.com/94447

However there is an interesting workaround:

 @PersistenceCapable
  class Persistent {
    def NULL = null;
    var name: String = NULL;
    var value: String = NULL
  }

with this workaround things are working without applying the above
patch.

Who knows maybe other folks ran into the same problem .. .so hopefully
this helps.

Br's,
Marius
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to