[jboss-user] [EJB/JBoss] - Replaying Ejb calls

guericke do-not-reply at jboss.com
Tue Sep 2 08:59:38 EDT 2008


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.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173731#4173731

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173731



More information about the jboss-user mailing list