com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Configuring a JNDI Datasource

Java Naming and Directory Interface (JNDI) is a Java application programming interface (API) that provides naming and directory functionality for Java software clients to discover and look up data and objects via a name. It helps decouple object creation from the object look-up. When you have registered a datasource with JNDI, others can discover it through a JNDI look-up and use it.

You can expose an RDBMS datasource as a JNDI datasource at the point of adding a datasource. Click Expose as a JNDI Data Source to display the JNDI fields as shown below.

Following are descriptions of the JNDI fields:

  • Name: Name of the JNDI datasource that will be visible to others in object look-up
  • Use Data Source Factory: To make the datasource accessible from an external environment, you must use a data source factory. When this option is selected, a reference object will be created with the defined datasource properties. The data source factory will create the datasource instance based on the values of the reference object when accessing the datasource from an external environment. In the datasource configuration, this is set as follows: <jndiConfig useDataSourceFactory="true">
  • JNDI Properties: Properties related to the JNDI datasource (such as password). When you select this option, set the following properties:
    • java.naming.factory.initial:  Selects the registry service provider as the initial context
    • java.naming.provider.url: Specifies the location of the registry when the registry is being used as the initial context
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.