Expand my Community achievements bar.

CathyM
CathyM
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • (a) Be sure that you've defined your ActionScript classcorrectly.It should include the [Managed] metadata as well as the[RemoteClass(alias="com.datasw.gdp2000web.model.commons.bo.Ente")]metadata included.The RemoteClass metadata maps the ActionScript class on theclient to the Java class on the serve...

    Type

    Discussions

    Views

    517

    Likes

    0

    Replies

    0
  • How do you compile the application?If you use the web tier compiler and request for compile viathe browser, you shouldn't have issues communicating with theserver.If you're compiling via Flex Builder or the Flex SDK, pleasebe sure that you specify both -services pointing to yourservices-config.xml a...

    Type

    Discussions

    Views

    553

    Likes

    0

    Replies

    0
  • > Java 5, Tomcat 5.5.20, and JOTM 2.0.10I just successfully tested this configuration again with theinstallation instructions on the web site last week -http://www.adobe.com/support/documentation/en/flex/2/install.html#tomcatAnd, you may also check out this tech note which includes anissue commonly ...

    Type

    Discussions

    Views

    504

    Likes

    0

    Replies

    1
  • If you're trying to access a CFC via Remoting, you'll need touse the Remoting configured in CF.If you're trying to access Java resources, then you'll usethe Remoting configured in FDS. For example, the Java Remotingexamples that come with FDS should be accessed through FDS.In either case, the servic...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • I'm glad that this is finally working for you.I've just verified again that the instructions for FDS 2 arevalid and complete.> http://www.adobe.com/support/documentation/en/flex/2/install.html#tomcat> I think may be u need to add in your installation notethe carol.properties files how to.I did not f...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • quote:Originally posted by: tedevangI've also noticed references to"/WEB-INF/flex/flex-services.xml" in other postings but I don'thave a flex-services.xml file in my system. Is it possible that Ineed to reload CF?/WEB-INF/flex/flex-services.xml was renamedservices-config.xml in the released version ...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • Yes, this is possible. You may compile your swfs ahead oftime and then deploy them on any web server. When compiledcorrectly, these swfs should be able to connect to your FDS serverback-end.When you compile your swfs with the command-line compiler,you'll need to make sure you specify -services<locat...

    Type

    Discussions

    Views

    483

    Likes

    0

    Replies

    0
  • > Adding the context-root argument did the trick!Great, one user is off and running with FDS.> When I make a request to http://localhost/flex2gatewayI get a 404 - page not found. How do I set up the flex2gatewayservlet - I just followed the basic setup instructions and didn'tfind anything about flex...

    Type

    Discussions

    Views

    1.5K

    Likes

    0

    Replies

    6
  • > no i didn't perform with success the jsp page of thedbtest with hsqldb.I'm sorry I wasn't explicit. Please use the following testjsp included in the Tech Note.http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6b82874f<%@ page import="javax.naming.*,javax.transaction.*" %><%Context ctx = new ...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • If you're using http://{server.name}:{server.port}{context.root}/flex2gatewaythen you'll need to specify the -context.root option with thevalue of your web application context root when you compile. What'sthe context root for the application that's running the/flex2gateway servlet? Be sure to inclu...

    Type

    Discussions

    Views

    1.5K

    Likes

    0

    Replies

    1