[
https://issues.apache.org/jira/browse/TOMAHAWK-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482785
]
Werner Punz commented on TOMAHAWK-938:
--------------------------------------
Well jira should not be used for discussions, if this comment does not resolve
your problem, please
move the discussion into the myfaces users list.
Check your classpath for lingering jsf implementations. I once had to deal with
WAS (an older version)
the main blocker was that in the shared jar dirs of the WAS there were
lingering jsf implementations
(on a state between JSF 1.0 and 1.1)
those were loaded first, back then you could not even remove them by altering
the loader hierarchy, you had to rip it out and replace it with MyFaces.
(the instructions in the wiki clearly also state that)
All I can say, is check for this and if the problem persists, move the question
over to the myfaces users list, where people can comment on it with more
experience on WAS.
I am resolving this issue now, this is a configuration problem on WAS, as it
seems.
> extensionResource error
> -----------------------
>
> Key: TOMAHAWK-938
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-938
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: ExtensionsFilter
> Affects Versions: 1.1.3
> Environment: WebSphere 6.1.0.2
> Windows
> Reporter: Gabriel Enriquez
> Fix For: 1.1.3
>
>
> I am getting this exception:
> ...
> Caused by: java.io.FileNotFoundException:
> /faces/extensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11744288/dojo.DojoResourceLoader/__package__.js
> at
> com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:362)
> ... 17 more
> ...
> The weird thing is that in WAS 6.0 is working.
> I already followed the steps to install myfaces on WebSphere 6.1 as mention
> in:
> http://wiki.apache.org/myfaces/Websphere_Installation
> Can anybody plz help me?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.