Before you begin
The WebSphere Application Server Enterprise Edition asynchronous beans Version 5 service has interoperability problems that affect how the dependent services behave in a clustered environment with mixed WebSphere product versions and mixed platforms. Read the Serialized Asynchronous beans interoperability article and the JMX MBean interoperability issues article to determine whether you need to complete the following general recovery steps.
Steps for this task
ObjectInputStream ois = new ObjectInputStream(...); ObjectOutputStream oos = new ObjectOutputStream(...); Object in = ois.readObject(); oos.writeObject(in); oos.flush();