On Oct 14, 2009, at 1:08 PM, Joseph Bergmark wrote:
2) In order to get my injection points working in my test
application, I had
to add the @Default qualifier. Section 3.10 seems to indicate that
this
isn't required. Would this be something that I could open a JIRA
issue for
and provide a patch?
I noticed the same thing when I reworked the Transactional Observer
Method code. I added a tiny method in the NotificationManager
'pruneDefault' which just strips the @Default from the list of
annotations. Maybe move that into one of the Util classes (or a new
one) and use it in your patch. Not a lot of code in that method, but
might be good to centralize the logic so we can easily change it in
one spot.
-David