RE: [flexcoders] Flex on JBoss

2005-05-09 Thread Tolulope Olonade










I had the same problem sometimes and
someone told me in this forum that its cause when you deploy the flex.war files
and the samples.war files on the same server deployment folder.

If you do it only one at a time. It works
just fine.

Like depoy the samples.war file into JBOSS
deployment folder and it works just fine.



However I am yet to find out how to deploy
multiple flex app .war files into the same folder in JBoss but it work well
with other APP Servers like BEA and Macromedia JRUN. Wonder how to fix that in JBoss and hope
that solves your problem..













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Cliff Meyers
Sent: Sunday, May 08, 2005 7:50 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex on
JBoss





I should have said it sounds like the error you're getting isn't
due
to a bad address. Maybe I shouldn't
post to lists at 3 AM :) 
Another idea: did you check flex-config.xml to
make sure that the
services in question are actually defined there?


-Cliff


On 5/8/05, Cliff Meyers
[EMAIL PROTECTED] wrote:
 I remember running into a similar problem
when I was playing with Flex
 on JBoss and I can't recall right now if I
got it working or not. Did
 you check the flex-config.xml file to see if
the addresses are
 pointing to the correct hostname?
Although admittedly, it sounds like
 the error you're getting due to a bad
address. Anyone else seen this?
 
 
 -Cliff
 
 
 On 5/7/05, ADEWALE SHOBAJO
[EMAIL PROTECTED] wrote:
  Hello everyone,
  i configured
flex on Tomcat, and it worked!
  but when i configured flex on JBoss and
lunched the
  sample Applications it comes up with a
dialog box
  HTTPService Fault:
java.lang.RuntimeException: Bad
  Service name : FormatSourceService
.
 
  i guess
the problem is from the whitelists, i
  modified it but it didnt work, am sure i
am missing
  something,
  any ideas
  thanks.
 
  wale
 
 
 
___
  How much free photo storage do you get?
Store your holiday
  snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
 
  Yahoo! Groups Links
 
 
 
 
 













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.












Re: [flexcoders] Flex on JBoss

2005-05-09 Thread Francois Le Lay



Hi,

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.










RE: [flexcoders] Flex on JBoss

2005-05-09 Thread Ronald Kinion





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 
thedocumentation and examples forhow to turn this offor 
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: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Francois Le 
LaySent: Monday, May 09, 2005 2:06 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Flex on 
JBoss
Hi,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.htmlCheers,François Le Layhttp://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.










Re: [flexcoders] Flex on JBoss

2005-05-08 Thread Cliff Meyers
I remember running into a similar problem when I was playing with Flex
on JBoss and I can't recall right now if I got it working or not.  Did
you check the flex-config.xml file to see if the addresses are
pointing to the correct hostname?  Although admittedly, it sounds like
the error you're getting due to a bad address.  Anyone else seen this?


-Cliff



On 5/7/05, ADEWALE SHOBAJO [EMAIL PROTECTED] wrote:
  Hello everyone,
 i configured flex on Tomcat, and it worked!
 but when i configured flex on JBoss and lunched the
 sample Applications it comes up with a dialog box
 HTTPService Fault: java.lang.RuntimeException: Bad
 Service name : FormatSourceService .
 
  i guess the problem is from the whitelists, i
 modified it but it didnt work, am sure i am missing
 something,
 any ideas
 thanks.
 
 wale
 
 
 ___
 How much free photo storage do you get? Store your holiday
 snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
 
 Yahoo! Groups Links
 
 
 
 



 
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:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Flex on JBoss

2005-05-08 Thread Cliff Meyers
I should have said it sounds like the error you're getting isn't due
to a bad address.  Maybe I shouldn't post to lists at 3 AM :) 
Another idea: did you check flex-config.xml to make sure that the
services in question are actually defined there?


-Cliff


On 5/8/05, Cliff Meyers [EMAIL PROTECTED] wrote:
 I remember running into a similar problem when I was playing with Flex
 on JBoss and I can't recall right now if I got it working or not.  Did
 you check the flex-config.xml file to see if the addresses are
 pointing to the correct hostname?  Although admittedly, it sounds like
 the error you're getting due to a bad address.  Anyone else seen this?
 
 
 -Cliff
 
 
 On 5/7/05, ADEWALE SHOBAJO [EMAIL PROTECTED] wrote:
   Hello everyone,
  i configured flex on Tomcat, and it worked!
  but when i configured flex on JBoss and lunched the
  sample Applications it comes up with a dialog box
  HTTPService Fault: java.lang.RuntimeException: Bad
  Service name : FormatSourceService .
 
   i guess the problem is from the whitelists, i
  modified it but it didnt work, am sure i am missing
  something,
  any ideas
  thanks.
 
  wale
 
 
  ___
  How much free photo storage do you get? Store your holiday
  snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
 
  Yahoo! Groups Links
 
 
 
 
 



 
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:
http://docs.yahoo.com/info/terms/