Hi, Hendrik Beck schrieb:
What I could find out (if I understood it right) is, that Glassfish bundles the JSF Sun-RI with Glassfish and prefers that impl over the one bundled with the web app (which would be MyFaces in my case). Uhm. Are there any people out there doing that (I assumed, there must be a lot of people doing that)? Can anyone give a definitive yes or no?
Well it should work, but it is not trivial. In my case I try to run Glassfish with the builtin JSF RI plus Trinidad (which turns out to also not run immediately, because Trinidad is an extension of MyFaces). Somebody else made it run, it works now for me because I copied an extra folder with a few jars into the lib directory of the Glassfish installation. Sorry I can't tell you more about it, my knowledge about why that works now is quite limited.
Maybe another note: I am using the MyFaces impl as well as Tomahawk. Am I right that these problems are mostly related to MyFaces and not to Tomahawk because MyFaces and the Sun-RI are kinda competing impls and Tomahawk is just an "additional package"?
I would support this opinion. Tomahawk neved caused me any trouble. Björn

