Definitive answer on JSC used with GlassFish?
I've seen various discussions regarding Java Studio Creator with GlassFish v2. Some threads talk about how JSC is JSF 1.1 based (while GlassFish is JSF 1.2) so it won't work, others say that it *does* work as long as you remove the JSF runtime JARs from the filelist put in in your WAR when building.
I've installed GlassFish and tried to run my application through it, and I get an Exception when the app moves from the first entry page onto the 2nd page. The exception itself is related to Logger, but it's a nonsense exception (due to the fact the Logger methods were used twice in the previous request).
Does anyone have the end-all on this debate? My actual error is not my main question.. it's more if anyone (1) has gotten GlassFish to work with JSC2, and (2) if anyone's ever put together a comprehensive post with how to do it.
Thanks...
-- M

