Configuring JNDI Services
Configuring JNDI Services
Cortex makes use of JNDI Services provided by the application server. By default Cortex is configured to use the following services:
- Datasource - java:comp/env/jdbc/epjndi
- JMS Connection Factory - java:comp/env/jms/JMSConnectionFactory
Project | Module(s) | File | Purpose |
---|---|---|---|
commerce-extensions | ext-cortex-webapp | web.xml | Injects the services into the web application. |
commerce-extensions | ext-cortex-webapp | applicationContext-webapp.xml | Brings the services into the OSGi environment. |
commerce-engine | ep-core ep-core-*-messaging | *-blueprint.xml | Makes JNDI services visible to each bundle requiring service access. |