Hello guys, I have some weird issue with remote ejb3, when I use ejb3 in websphere 6.1 a process took 5 seconds, but when I use in websphere 8.5 takes 2.1 minutes.
WAS6.1 App Client(using remote ejb3) --> WAS6.1 App process takes 5 seconds
WAS8.5 App Client(using remote ejb3) --> WAS8.5 App process takes 5 seconds
In the same server, connected at same database and using the same parameters. jvm, datasources.
In other sections of this application (which involve not remote ejb3) the performance is very similar in both applications.
Do you know, if I need do some adjust en websphere 8.5 in order to have almost the same performance than websphere 6.1 (about, remote ejb3 calls)
thanks
Dario