JIRA 插件开发:活动对象:AO Table 不存在

JIRA Plugin Development: Active objects : AO Table doesnt exist

当我试图在我的插件中保留 AO 中的某些条目时出现此错误

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jirainfra.AO_4E216C_EVENT_DB' 不存在

现在我确实在代码中设置了一个名为 EventDB 的实体。

不确定为什么会出现这种情况。任何 ideas/fixes?

<ao key="ao-module">
  <description>The configuration of the Active Objects service</description>
  <entity>com.path.to.plugin.classAO</entity>
</ao>

也许 Atlassian 中缺少 ActiveObjects-plugin.xml ?