Is there any way we can share a object in all java embed activities in BPEL process.
case is My BPEL process has 5 JavaEmbed Activities. at first Activity I am creating some Value Object based on some logic, and I want to use the same Value Object on Java Embed Activity 5.
value object may be many instance of same class(3 objects of Employee class)
please tell me how can I achieve the same.
My Environment is Oracle SOA 11g, Jdeveloper.
thks