I had the same problem, and I finally figured that it was a naming issue -- this pattern is a little goofy, but what I originally had was the following set of classes/interfaces:
--interface...
Type: Posts; User: mcorey; Keyword(s):
I had the same problem, and I finally figured that it was a naming issue -- this pattern is a little goofy, but what I originally had was the following set of classes/interfaces:
--interface...
I did see that defect after my initial post, thanks -- it was one of the pieces of evidence I used to find the workaround. Unfortunately, it doesn't do me any good until the next version of...
This is a total hack, but it does seem to work until a real fix can make it into the Spring code base. The issue is most definitely the storage of the reference, not the loading -- the value on the...
I have a case where this is continuing to fail in 1.0.0M4 -- the option to use a List is also not working for me, however. Is it expected that this has been fixed? Is there bug to track it?
M