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