Hi! I need help to solve a clustering problem.
I have a session scoped bean that has a property injected with a singleton bean (let's call it "the service").
It'all right in dev env, but when I put the application on the clustered env, I get replication error as the service class is not serializable.
The problem is the service object should not be replicated, but the replicated session object shlould be injected with the local service instance.
I cannot figure out how to make this happen.
Can anybody help?
Thanks!!!!


Reply With Quote
