Yeah, the UCL is a definite problem for flex under
jboss 3.2.x. Using a single class loader plays all sorts of havoc with static
variables and singleton classes (which flex apparently uses somewhere for
configuration) when used in multiple applications. Unfortunately
the documentation and examples for how to turn this off or
control it are really horrible. I believe jboss 4.0.x goes back to
seperated class loaders for applications, so it might work....
For us and probably most other people using flex on jboss
the easy workaround is to just run only one flex enabled war per jboss
server.
--
Ronald Kinion
253-205-3000
x5162
[EMAIL PROTECTED]
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Le Lay
Sent: Monday, May 09, 2005 2:06 AM
To: [email protected]
Subject: Re: [flexcoders] Flex on JBoss
There's a trick that might help. You can turn off the unified class loading behavior for the Flex web applications by setting loader-repositity in jboss-app. Here is an example: http://www.junlu.com/msg/78287.html
Cheers,
Fran�ois Le Lay
http://www.mfworx.com
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

