I'm running WebSphere 9.0 (WAS) with eclipse and when I run the ear in the debug's pespective, I note that a out of sync. The steps are different the code line. I builded the project and I deploy severals time and this behaver persist. Does anyone have any idea? It's look like a cache, but I don't know where.
CodePudding user response:
The solution to this behavior is:
- Check the ear's path.
- Using the console's WAS to delete the application and install again.
- Stop/start the WAS.
I lost so much time to find the problem and I think the WebSphere was out of sync.