I am Trying to display the confluence pages in Jira Project Administration Page using webwork module.
I have used @ComponentImport for Page Manager, but still it throws error.
public class ConfluencePageConfigureAction extends JiraWebActionSupport
{
private static final Logger log = LoggerFactory.getLogger(ConfluencePageConfigureAction.class);
private PageManager pageManager;
private String projectKey;
private final EntityLinkService entityLinkService;
public ConfluencePageConfigureAction(@ComponentImport EntityLinkService entityLinkService, @ComponentImport PageManager pageManager)
{
this.pageManager = pageManager;
this.entityLinkService = (EntityLinkService)Assertions.notNull((String)"entityLinkService", (Object)entityLinkService);
}
ERROR: Caused by: org.osgi.framework.BundleException:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.