I have a JCA adapter for connecting to EIS. Is it a good idea to replace the adapter with an OSGI module?
The features I need are
- Access the OSGI module from ejb3
- Access the OSGI module from CDI beans
- Access the OSGI module from a servlet
- Support declarative transaction mangement
Propogate security context from ejb to osgi module
- I dont use conection pooling.
- I dont use Common Client interface
What are the cons of moving from JCA to OSGI module ?