com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Service Group Dashboard
A Service Group is a convenient way of deploying multiple services in one service archive file. There is a logical relationship between the services at runtime. The only difference in the services.xml for a service group and a single service is its root element. For a service group, the root element is <serviceGroup>
, and we have multiple <service>
 elements inside the <serviceGroup>
 element. For example,
<serviceGroup> <service name=Test1> ... </service> <service name=Test2> ... </service> </serviceGroup>
The steps below show how to access and manage service groups. Â
- Log in to the m anagement console and select Services > List   under the Main menu .Â
- In the Deployed Services page that appears, click the deployed service group(s) link to access the groups.
- The Deployed Service Groups window opens. Click a group to go to its dashboard. Â
- A typical service group dashboard contains the following services:
Services
The Services Panel lists all the services included in the group. For example,
From here you can:
- Click a service's name and view its dashboard Â
- View the service's WSDLs
- Test the service using the try this service link
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.