On Tue, Dec 21, 2010 at 07:54, Pradeep Fernando <[email protected]> wrote: > Hi, > >> I've encountered this issue when trying to deploy an application that >> uses Plexus. The bug basically implies that all applications that >> create custom class loaders (and do some reasonably sophisticated >> stuff with them) will be broken. > The IBM documentation has defended it, by claiming that it is in the > recent servlet spec. (class loading lookup places). > If that so, I guess we have to fix it rather than documenting it. wdyt ?
They actually say two things. One is that Axis2 versions prior to 1.4.1 had an issue because they were bundled with the servlet API JARs and this is in conflict with the servlet specs. This may be true (it is probably a matter of interpretation, but I'm not sure). But they also say that in order to deploy Axis2 1.4.1 (which has no problem with the servlet spec), you need to copy/rename the MAR files. I think that this issue could be caused by PK86109. If this can be confirmed, then we only need to document that Axis2 needs to be deployed with parent-last class loading and specify the minimum fix pack level (FP7 for WAS 7.0). > What was the WebSphere version that >> you used? > I used the WebSphere v 7. Which fix pack level? > --Pradeep > > -- > Pradeep Fernando. > http://pradeepfernando.blogspot.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
