JBOSS + Mysql + CMP2.0 + Relational

deezh發表於2003-04-10
最近我用Jboss3.0.6做一個專案,資料層用的CMP2。0,不過當我用CMR的時候出現了下面的異常。


Could not create entity:java.sql.SQLException: General error, message from server: "Column 'topicid' specified twice

其中topicid 在Table A 中是主鍵 在Table B 中是外來鍵。
Table A 對應 CMPA Entity Bean
Table A 對應 CMPB Entity Bean
CMR 是 directional 的
FK topicid

上面的異常是在呼叫CMPA Entity Bean 的create出現的。

哪位能夠幫幫忙? 我在goole上怎麼查詢也沒有發現這個異常的解決辦法。

相關文章