2 Replies Latest reply on Feb 14, 2005 11:59 AM by kabirkhan

    javax.ejb.Table missing in Preview 3

    dsouza

      I just installed JBOSS 4.0.1 and the EJB 3 Preview 3 and I'm getting the following exception when I deploy entity beans:

      java.lang.TypeNotPresentException: Type javax.ejb.Table not present
      at sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:98)
      ...
      Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: javax.ejb.Table
      at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:292)
      ...

      When I look inside the jboss-ejb3x.jar, Table.class is really missing. Was this changed in the new preview?

      D