Search:

Type: Posts; User: kevintech; Keyword(s):

Search: Search took 0.02 seconds.

  1. about keeping ActionScript and Java domain objects in sync automatically?

    Hi all,

    Does anyone who has try to keep ActionScript and Java domain objects in sync without using Spring Roo? Should we just use the jar(Addon)?
    I have try xdoclet, but it generated duplex...
  2. Replies
    1
    Views
    1,033

    I have the same problem, have you fixed it?

    I have the same problem, have you fixed it?
  3. Replies
    3
    Views
    1,330

    Hi p.i.y.u.s.h, Do the other methods in the...

    Hi p.i.y.u.s.h,

    Do the other methods in the class can be invoked ?
    Is the method which can be invoked declare to "public"?

    But would you please provide more details, So other can reproduce...
  4. I am really sorry, I didn't tell you I am get the...

    I am really sorry, I didn't tell you I am get the night build of BlaseDS several days ago.

    When this problem came to me, My first though was that Maybe there is some problems with the BlaseDS, So...
  5. Now add two classes for testing, the problem can...

    Now add two classes for testing, the problem can reproduce.

    ActionScript

    package com.kaidi.eas.model
    {

    import mx.collections.ArrayCollection;

    [Bindable]
  6. Hi Jeremyg484, This is really diffcult to...

    Hi Jeremyg484,

    This is really diffcult to reproduce. It is not about ActionScript and Java objects mappings, it is about hibernate.

    For example:
    you have a java model


    public class...
  7. Hi Jeremyg484, Thanks for your help. I am...

    Hi Jeremyg484,

    Thanks for your help.

    I am just using spring-flex-core-1.5.0.BUILD-20101214.020018-218.jar for testing, but the problem still exist.

    Do I use the right package for testing?
  8. Flex number NaN converting to zero(Long) in Spring BlazeDS Integration 1.5.0.M1

    Since the 1.5 M version has fix the hibernate lazy loading problem, I update the Spring BlazeDS Integration from 1.0.3 to 1.5.0M1.
    But here comes the problem.

    I have a one(class A)-to-many(Set...
  9. Problem fixed

    Becuase I didn't declare the UserSearchCriteria in the as class. and the SDK compiler didn't know the class UserSearchCriteria .

    So I added the code
    Code:

    public var userSearchCriteria :...
  10. I have found the cause of the issue, one more...

    I have found the cause of the issue,
    one more flied in the as object:


    public var oid:Number;

    in the same time, I found that a java.until.set


    public var userSearchCriterias :...
  11. Cannot convert value of type [flex.messaging.io.amf.ASObject] to required type

    Hi,
    Thanks for your coming here.
    I have encountered a error when I use Spring BlazeDS Integration(version 1.5.0.M1).

    I have two java beans as below:


    public class UserFilter{
    ...
Results 1 to 11 of 11