4 Replies Latest reply on Aug 29, 2003 12:51 AM by mlassau

    IllegalStateException in Entity Beans under Jboss 3.

    josh_hu

      I have recently upgraded from Jboss 2.4.3 to Jboss 3.2.1 and now have problems invoking methods on all of my Entity Beans which ran fine under Jboss 2.4.3.

      Jboss throws an IllegalStateException as follows whenever I invoke a method:

      11:28:09,446 ERROR [LogInterceptor] RuntimeException:
      java.lang.IllegalStateException
      at org.jboss.ejb.EntityContainer.find(EntityContainer.java:654)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.ejb.EntityContainer$ContainerInterceptor.inokeHome(EntityContainer.java:998)

      Has anyone had similar problems, or know any solution.