-
Bug
-
Resolution: Done
-
Minor
-
1.0.0.Alpha3
-
None
-
None
Currently the RunMode Local handler has it's own v. of the LocalMethodExecutor.
The same code should be shared between the standalone containers(weld, openwebbeans, openejb...)
options:
- remove protocol-local and replace it with a class in impl?
- remove protocol-local and replace it with a class in spi?
- make impl depend on protocol-local ?