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

    556

    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

    506

    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
  • 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

    485

    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
  • 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
  • > Try importing mx.messaging.config.ServerConfig in yourapp and then trace(ServerConfig.xml.toXMLString()).When you try Seth's troubleshooting technique, do you see anyEmployee destination listed among the destinations?As for the server startup, it looks like JRun didn't closedown successfully. Open...

    Type

    Discussions

    Views

    1.8K

    Likes

    0

    Replies

    7
  • The HibernateAssembler and the HibernateManager sample codeships with FDS.It's at<install-dir>/resources/samples/assemblers/flex-messaging-dist-src.It seems like you should be able to modify theHibernateManager for your needs.In particular, the createSessionFactory, getSessionFactory,and getSession....

    Type

    Discussions

    Views

    327

    Likes

    0

    Replies

    0
Top badges earned by CathyM
Customize the badges you want to showcase on your profile