Hi,

I saw the following after moving my project from lift 1.0 to 1.1-M1:

[WARNING]  self-type com.company.model.City does not conform to
net.liftweb.mapper.CRUDify[Long,com.company.model.City]'s selftype
net.liftweb.mapper.CRUDify[Long,com.company.model.City] with
com.company.model.City with net.liftweb.mapper.KeyedMetaMapper
[Long,com.company.model.City]
[WARNING] class City extends LongKeyedMapper[City] with IdPK with
CRUDify[Long, City] {

I fixed by moving the CRUDify trait from the class to the meta object
definition.  Is that correct usage?

Was the CRUDify trait always supposed to be used on the meta object
(the liftbook example shows the trait on the class)?

Thanks,

Jon

--~--~---------~--~----~------------~-------~--~----~
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