Hi,
We are getting the error below from ServiceRocket Scaffolding plugin. :
Caused by: java.lang.NoSuchMethodError: com.atlassian.confluence.core.HeartbeatManager.startActivity(Ljava/lang/Object;Lcom/atlassian/user/User;)V
at net.customware.confluence.plugin.scaffolding.action.ScaffoldHeartbeatAction.startActivity(ScaffoldHeartbeatAction.java:35)
Any method calls to the HeartbeatManager service results in the error above except for getHeartbeatInterval()
.
Below is how we’re wiring the service,
<osgi:reference id="heartbeatManager" interface="com.atlassian.confluence.core.HeartbeatManager" />
We are already using the following method suggested by Atlassian and we are still seeing the error in the log. :
void startActivity(String activity, User user);
Any insights from your Developers team would be highly appreciated.
Thank you.
Regards,
Suresh