2015-10-19 76 views
0

我收到的時候我想堅持我的插件在AO某些條目此錯誤JIRA插件開發:活動對象:AO表犯規存在

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

現在我確實在代碼中設置了一個名爲EventDB的實體。

不知道爲什麼會出現這種情況。任何想法/修復?

+0

你有沒有在你的atlassian-plugin.xml中定義?另外,看到你的代碼完成這項工作是很好的。 – Robert

回答

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

在atlassian-plugin.xml中可能缺少ActiveObjects?