Michael Bachran wrote:
Hi,
The above mentioned proxiing seems to work fine for ThreadSafe or SingleThreaded components (that do not use Selector) in my place.
As I wanted to get rid of deprecations (not moving to Fortress or Merlin yet) I tried to remove the Component interface.
Two problems arose from this:
1. When using a Selector the role is AbcSelector for implementation Abc but no class AbcSelector exists (of course) -> ClassNotFoundException ...
I think this can be fixed by the following patch (DefaultComponentFactory; line 300):
Good catch.
I can backport a utility class I wrote to parse the role, and then we
can apply a patch that uses it....
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]