I'm using quite recent build, svn 762177
Marcin
On 11/05/2009, at 4:41 PM, Andrey Razumovsky wrote:
I think I've seen something similiar. Is this the latest Cayenne
build?
Could you open a JIRA bug (and possibly provide a JUnit test)?
2009/5/11 Marcin Skladaniec
Hello
I have noticed a pr
I think I've seen something similiar. Is this the latest Cayenne build?
Could you open a JIRA bug (and possibly provide a JUnit test)?
2009/5/11 Marcin Skladaniec
> Hello
>
> I have noticed a problem in ROP cayenne. It seems like the reverse
> relationship is not set until the actual relation is
Hello
I have noticed a problem in ROP cayenne. It seems like the reverse
relationship is not set until the actual relation is faulted.
Simple example:
this works correctly:
logger.warn(artist.getPaintings().size()); -> prints 0
painting.setArtist(artist);
logger.warn(artist.getPaintings().siz