You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cayenne.apache.org by Andrus Adamchik <an...@objectstyle.org> on 2012/04/04 15:50:16 UTC

Re: Cayenne 3.1 DI - binding

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