Skip to main content
nikos101
Inspiring
March 2, 2011
Question

Do I need the 'java-polling-amf in my services-config.xml if I'm using coldfusion

  • March 2, 2011
  • 1 reply
  • 1240 views

Do I need the 'java-polling-amf in my services-config.xml if I'm using coldfusion?

Im using IntelliJ IDEA with a flex project and for some reason its stopping comilation with this error:

[SUITE (Flex Application 1)] flex.messaging.config.ConfigurationException: The services configuration includes a channel-definition 'java-polling-amf' that has an endpoint with a context.root token but a context root has not been defined. Please specify a context-root compiler argument.

when I was using flex builder with CF builder I never needed to specify the context.root

This topic has been closed for replies.

1 reply

Community Expert
March 2, 2011

I don't use IDEA, so I don't know what kind of configuration settings it has for Flex project development.

You don't need the java-polling-amf channel for CF development. By default, CF development uses CF-specific channels:

my-cfamf

cf-polling-amf

my-cfamf-secure

any custom channels you've created yourself for CF to use

That said, all the channels require a context root setting for your project to compile properly. If you still have Flash Builder handy, take a look at your compiler switches for a project there to see what you're missing in IDEA.

Dave Watts, CTO, Fig Leaf Software

http://www.figleaf.com/

http://training.figleaf.com/

Dave Watts, Eidolon LLC
nikos101
nikos101Author
Inspiring
March 2, 2011

Thanks Dave, I never had this prob with native IDEA projects, only ones imported from FB4.

I guess I could just delete ref to the context.root in the s-config file

btw, IDEA is amazing, gotta try it