Description
It would be great to provide a set of optional enterprise features in Karaf:
- jndi providing shell commands (like jndi:list, jndi:tree, jndi;alias, ...) and corresponding MBeans
- jdbc (based on Christian's work) providing shell commands (like jdbc:list, jdbc:select, jdbc:execute, ...) and corresponding MBeans
- jms providing shell commands (like jms:factories, jms:queues, jms:topics, ...) and corresponding MBeans
The users would be able to install enterprise features with:
feature:install jndi (already exist but extended)
feature:install jdbc
feature:install jms
I will create the different Jira sub-tasks corresponding to this.
Attachments
Issue Links
- is a clone of
-
KARAF-2549 Provide additional enterprise features
- Resolved