|
[
Permalink
| « Hide
]
Jesus Hinojosa added a comment - 09/Jan/07 03:30 PM
Does any one knows a work around to this issue ?
This is not a Grails specific problem as there have been similar problems when using Portlets with WebSphere:
http://www-1.ibm.com/support/docview.wss?uid=swg21220353 The problem is related to the use of Jakarta commons logging, but there are loads of applications that use this now so IBM should really fix their web server. In the meantime they have provided a 20-page PDF doc on how to get commons-logging working with WebSphere: http://www-1.ibm.com/support/docview.wss?uid=swg27004610 If you have any luck, let us know with the steps you had to go through to get it to work After several attempts, this is waht it worked:
1.- Delete commons-logging-1.1.jar from the lib directory So far it seems to work, I hope this is useful. I have a working solution for WebSphere 5.1.1.6 and 5.1.1.12 for an ear project. And for the looks of it i hope it will also work for version 6.
1. set classloading to "parent last" (you want to have your libs first to be seen/used) Hope this was/is usefill. |
|||||||||||||||||||||||||||||||||||||||||||||||||