Expand my Community achievements bar.

please_enter_a1
please_enter_a1
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Pa. You don't need to do all of that manual work. In your DataService object on the client, the autoCommit and autoSyncEnabled properties are set to true by default. When autoCommit is true, each change is immediately sent to   the remote destination when detected. You can set autoCommit to false...

    Type

    Questions

    Views

    803

    Likes

    0

    Replies

    0
  • This could very well be a bug. If so, it may be that there is a missing annotation in the generated entity bean as adnan saw:@SequenceGeneratorIf this is the case, which I have not yet verified, there should be at least one workaround. That workaround would be to save the generated entity bean to di...

    Type

    Questions

    Views

    334

    Likes

    0

    Replies

    0
  • There's a Flex thread that might help you come up with something that works with instrospection in the mix:http://forums.adobe.com/message/2949949

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Do you have an explicit constructor(s) in your class but do not have a no-args constructor? If so, that could be the issue. You must have a no-args constructor to work with the Remoting Service. If you don't specify any constructor, there is a default no-args constructor. Otherwise, you must include...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • There shouldn't be an issue with accessing a class packaged in a JAR in WEB-INF/lib. You should be able to use any class that's in the web app's classpath as long as you specify the full-qualified classname in the source element of the destination. Is that what you are doing?

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Would be nice for the links to the source to be in a readme like some of the other examples. There is source for a couple of the other examples in the readme tab, but those are for single destination apps. The config would be similar for the multi-destination app with associations.In the lcds-sample...

    Type

    Questions

    Views

    804

    Likes

    0

    Replies

    0
  • Hi Pa. Here is the Tour de Flex:http://www.adobe.com/devnet/flex/tourdeflex/web/#In the Tree go to:Flex Data Access > Data Management ServiceYou might also find some info you need in this section of the LCDS doc:http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/WSc3ff6d0ea7785946117...

    Type

    Questions

    Views

    801

    Likes

    0

    Replies

    0
  • I'm currently looking into this issue.

    Type

    Questions

    Views

    665

    Likes

    0

    Replies

    0
  • If you are working in Flash Builder 4.x and you select "Desktop" as your Flex application type, your app should automatically get the linking to airfds.swc that Tom mentions in his response. Is it possible you set the app type or "Web"? If not, maybe there is some other issue with the Flex build pat...

    Type

    Questions

    Views

    653

    Likes

    0

    Replies

    0
  • Flex can use LiveCycle Data Services on the backend, but it can work with data from many other types of backends as well. The AdvancedDataGrid is a Flex SDK client-side component that consumes data, but it is not tied in any way to specifically to the LiveCycle Data Services server.This search URL w...

    Type

    Questions

    Views

    295

    Likes

    0

    Replies

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