Actions not identified/identifiable?
Cantor, Scott
cantor.2 at osu.edu
Sun Sep 25 14:49:36 EDT 2016
On 9/25/16, 2:01 PM, "Cantor, Scott" <cantor.2 at osu.edu> wrote:
> Actually it probably was just the simple lack of IDs in the action tests, nothing complex,
> just mechanical/annoying.
Indeed, lots of simple breakage due to missing IDs since the tests aren't Spring-based, so creates some busy work for us to fix if I did this.
Also, my initial testing reveals an interesting fact: the IdentifiableBeanPostProcessor doesn't seem to be run on singletons, at least not actions. Anywhere we have a non-prototype action bean in the flow bean files, they throw an error due to missing IDs, which goes away when I turn them into prototypes.
I don't think it's supposed to be working like that. We certainly have other singletons that I thought the processor was being used with, so it seems like perhaps something webflow is interfering with, or there's something more subtle going on we probably should understand.
-- Scott
More information about the dev
mailing list