On Mar 28, 2012, at 7:38 PM, John Huss wrote: > For extended types you can just do it in your application startup code, not > in the DI module. For me that's in the init method of my HessianServlet > subclass. I don't think there is any DI binding for it.
Actually there is. "cayenne.server.user_types" (aka Constants.SERVER_USER_TYPES_LIST) is a name of the List<ExtendedType> binding available. This is on trunk though. M3 doesn't support it yet. Andrus