有谁可以告诉我为什么会出现异常?
java.rmi.ServerException: RuntimeException; nested exception is:
java.lang.IllegalStateException: Cannot obtain inMethodFlag for: getPrimaryKey
如何避免它?
答案 0 :(得分:0)
根据AllowedOperationsFlags
API,当在错误的时间调用getPrimaryKey()
时,它将被抛出,例如在ejbCreate()
期间。如果没有关于您的特定问题和/或SSCCE的更多背景信息,很难提出解决方案。