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...
Type: Posts; User: kevintech; Keyword(s):
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...
I have the same problem, have you fixed it?
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...
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...
Now add two classes for testing, the problem can reproduce.
ActionScript
package com.kaidi.eas.model
{
import mx.collections.ArrayCollection;
[Bindable]
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...
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?
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...
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 :...
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 :...
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{
...