1 Reply Latest reply on Nov 23, 2001 9:43 AM by tavard

    BMP ENTITY concurrency question

    tavard

      Hi all,

      I try since few weeks now to let many clients access simultanously to a "read only" BMP entity : All the calls are serialized ... this is apparently linked to the LOCKING-WAITING message.

      I have read many threads in the mail archive and in this forum on this subject, and the solution to fix the serialization seems to be :
      -implement the isModified method
      -use the RequiresNew attribute for the methods of my bean (I have try NotSupported and Supported as well)

      but I still have serialization ...


      does anyone knwow a solution ? should I change for statelessbean ?

      Thanks for anyhelp