Thursday, March 4, 2010

WLI WebLogic Integration

WLI doesn't handle very well a refactoring process.
Thus, if you move a Processs to a different package or project, you will face trouble because some configuraiton files are not automatically updated.
Such as wli-config.xml.
So in the WliWebAppListener you will get a ClassNotFoundException.
To recover from this situation, delete the wli-config.xml  and let WLI rebuild it from scratch.

No comments: