1 Reply Latest reply on Oct 15, 2002 1:53 AM by hamela

    class cast exception in ejbLoad() in jboss 2.4.6

    epiqtech

      When i try to remove an entity bean, then some how a class cast exception is thrown at this line in ejbLoad() method:
      MyEntityBeanPK mypk = (MyEntityBeanPK)context.getPrimaryKey();

      I have no idea what it is. Please help