1 Reply Latest reply on Sep 3, 2008 3:30 AM by guericke

    Replaying Ejb calls

    guericke

      Hi All,

      I am working on an application where i have to replay recorded invocations like Ejb creation, business method calls. These invocation are stored the following way

      InvocationRecord -----
       |---RecordNo
       |---RecordDate
       |---Invocation -->Target Object, Method, Arguments
       |---Response Object
      


      I know during replaying there would be a number of difficulties because of the difference in stored data and live server data.

      It is better if we start from Ejb creation (replay) and then later to specific types.

      It would be nice if you people share your ideas.