First time here? Check out the FAQ!
answered 2013-06-14 18:14:33 +0100
Did you use arrangements(...).list() or Arrangements(...).list()? You need to use the second of these; the first gives the error that you mentioned.
arrangements(...).list()
Arrangements(...).list()