2 Replies Latest reply on Apr 15, 2003 4:30 AM by ali-gator

    remove method

    ali-gator

      Hello,

      I just want to remove a CMP.

      My code is quite simple:
      record = (Bonus) homebonus.findByPrimaryKey(id);
      record.ejbRemove();

      It works perfectly under Weblogic (sorry ;-).
      Under JBoss the exactly same code doesn't cause any error at all but just does nothing. However I'm sure to find my ejb 'cause I print some of his attributes.

      Any idea?
      Why not a pb of cache memory?
      Thx for any answer