[quote author=88588591 post=504235989]
Sounds good and good luck...
but remember that there are other things you should look at in addition to the removed APIs. For example, JRE changes. There were several JRE changes that went into effect in JRE 5. Your code might require updates there as well. You wont find these changes in the websphere_api.jar file. Other changes are things like behavoir changes, where the API stays the same, but there is small behavior difference. example: the #{ becoming a reserved keyword in JSPs ... etc
The Toolkit will catch all these for you and inform you about them. Then you can evaluate each result and update the code as necessary. In many cases, the kit can also make the change itself when you click 'Quick Fix".
Good Luck.
[/quote]
Further into the project, now I truelly understand what your reminding really means...
The project is not that simple we assume at all...Even DB2CM & MQ Workflow related are not under change or not consideration...
Anyway, we're walking through it.
Tks anyway.