Re: Accepting DOs from a Spring service

2008-10-07 Thread Andrey Razumovsky
Hi Chris! I think you encountered bug that has already been fixed [1]. You can try last build instead of M4. [1]. https://issues.apache.org/cayenne/browse/CAY-1081 2008/10/7, Chris Murphy <[EMAIL PROTECTED]>: > > > I have a Swing application that is being converted from using JDO to using > Cayen

Accepting DOs from a Spring service

2008-10-07 Thread Chris Murphy
I have a Swing application that is being converted from using JDO to using Cayenne. It uses ROP and calls some Spring services. On the server WebApplicationContextFilter is being used. Some of the Spring services return more than just straightforward objects like Strings, they return DOs as w