谁能告诉我为什么出现以下异常?
java.rmi.ServerException: RuntimeException; nested exception is:
java.lang.IllegalStateException: Cannot obtain inMethodFlag for: getPrimaryKey
如何避免呢?
最佳答案
根据AllowedOperationsFlags
API,当getPrimaryKey()
在错误的时间被调用时,例如在ejbCreate()
期间。如果没有更多有关您的特定问题和/或SSCCE的上下文,很难提出解决方案。