0 Replies Latest reply on Mar 18, 2004 6:39 AM by neptune5

    Entity EJB problem

    neptune5

      I have a entity ejb bean for the orderhead, info. This can retrieve next order no, add orderlines etc.

      If i am on 1 screen entereing against order 100 ( for example) and I have another session in order no 101. If I update order 100 the system actually updates order 101 . I presume that this is because the system creates only 1 entity and this is for the latest order no. The system uses cmp , do I need a session bean instead of an entity bean? how do I get round this?

      Regards Adrian