Expand my Community achievements bar.

seth_hodgson
seth_hodgson
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • You don't need FlexBuilder2 to develop FDS apps. All you needis FDS Express and the Flex2 SDK. That said, FlexBuilder2 makes fora far more pleasant ActionScript3 and MXML coding experience and Ifind the integrated debugger to be priceless. I run FlexBuilder asan Eclipse plugin and it's great to be a...

    Type

    Discussions

    Views

    271

    Likes

    0

    Replies

    0
  • Hi, Recompile your radar.RadarBeans class using the same Javaversion of javac as the JVM your server is using.Best,Seth

    Type

    Discussions

    Views

    448

    Likes

    0

    Replies

    2
  • Hi Per,The Hibernate assembler doesn't currently support thedynamic-map mode, so for now you'll need your POJOs.Best,Seth

    Type

    Discussions

    Views

    287

    Likes

    0

    Replies

    0
  • The configuration files are used for two purposes.1. To configure the server portion of FDS2. A subset of the configuration data is injected intocompiled swfs to allow you to reach destinations on the server overtheir supported channels/endpoints.Taking your example: <mx:DataService id="ds"destinati...

    Type

    Discussions

    Views

    751

    Likes

    0

    Replies

    0
  • Hi,Try importing mx.messaging.config.ServerConfig in your appand then trace(ServerConfig.xml.toXMLString()).This is the FDS configuration data that gets injected into aswf then you compile using the -services option. If this propretyis empty or does not contain the 'Employee' destination you'll need...

    Type

    Discussions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Hi,OC4J testing was performed against version 10.1.3.0.0.Can you confirm that you've done the following:---------------------------------------------------------------To run Flex Data Services 2 on Oracle Containers for J2EE(OC4J), you must pass the -userThreads argument when starting OC4J.For examp...

    Type

    Discussions

    Views

    481

    Likes

    0

    Replies

    1
  • Hi Donald,The error indicates that your com.mycompany.learning.Userclass isn't available in the classpath of your web app so when yourFlex app ships a User instance down to the server, the server isnot able to locate/load the server side User class to deserializeto. Make sure the class is available ...

    Type

    Questions

    Views

    396

    Likes

    0

    Replies

    0
  • You shouldn't need to change server name or port as the swfcan figure those out at runtime. How are you compiling your swf andviewing it? Are you running locally or attempting to make networkcalls to a remote server? What's the exact error you're seeing?Best,Seth

    Type

    Discussions

    Views

    907

    Likes

    0

    Replies

    0
  • That's great news Roman :)And you're correct. The readme file's applicationContext.xmlsection has:<bean name="..." ... />rather than<bean id="..." .../>We'll correct this and update the extension.Best,Seth

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi Ken,Do you have an associated data service destination for theLoan entity type that is also marked as lazy? If this propertyisn't marked as lazy in the data service config a deep traversal isdone because we don't maintain long running Hibernate sessions.When you state that the session is getting ...

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

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