Hi there,Been struggling at this all day with no luck. I have a finished
Flex application which uses JMS messaging, and it has worked just fine
on my Tomcat server while using ActiveMQ. As soon as I switched to using
the JMS provider Fiorano however, my application can no longer use JMS
resources. It fails whenever the application tries to subscribe or
publish to a JMS topic. I made all the appropriate JMS related changes
to messaging-config.xml.In the tomcat log, I turned on LCDS debugging
and ...