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

[888 byte] By [MikeVarney] at [2007-11-26 9:41:30]
# 1
The project I'm working on is deployed on glassfish V2 b13. Almost everything works, the one exception being a png image that displays correctly on the apps start page, but looks scrambled after a page reload. No problem with the logging though.
creonnoir at 2007-7-7 0:40:01 > top of Java-index,Development Tools,Java Tools...
# 2

What did you have to adjust in your Creator project in order to get it to work on v2b13? Did you have to remove the JSF runtime libraries? Anything else?

I don't think my Logging is the actual problem, as the app logs in 2 or 3 other places before it gets to the code it's throwing an exception on.. I think it's just a general indicator of an incompatability.

Thanks...

-- M

MikeVarney at 2007-7-7 0:40:01 > top of Java-index,Development Tools,Java Tools...
# 3
No changes were made to the Creator generated war. I exported the war file using the j2ee 1.4 settings and imported it into glassfish using the glassfish admin panel.
creonnoir at 2007-7-7 0:40:01 > top of Java-index,Development Tools,Java Tools...