I have deployed an app using myfaces/tomahawk 1.1.3 on ibm websphere 6.1.0.1. In my WEB-INF/lib i have myfaces-api, myfaces-impl and obviously tomahawk.jar. Does work if i set the class loader of the enterprise app to PARENT-LAST and APPLICATION level. Every other ombination does'nt work....(i don't know why!).
To run the app on was 6.1 i'have used a work-around to resolve a problem of ibm was: http://issues.apache.org/jira/browse/TOMAHAWK-663 http://issues.apache.org/jira/browse/TOMAHAWK-663 Ciao pds wrote: > > Hi, > > I am using myfaces1.1.3 in websphere6.1 .When deploying no exception is > occuring after I made the class-loader value as PARENTLAST.But the problem > is non of the jsf elements are rendering html content.Thats why my screen > is remaining blank.But my log statements are showing that its going > through all the phases of lifecycle.In websphere 6.0 this problem was not > occuring. > > Can anybody tell me what can be the problem ? > -- View this message in context: http://www.nabble.com/Problem-with-websphere-6.1-and-myfaces1.1.3-tf2163963.html#a6643258 Sent from the MyFaces - Users mailing list archive at Nabble.com.

