these frameworks are basically tools - therefore they have infinite number of use - one sentence is not enough. and, of course, as any other tool, they don't...
Hi, Check if you don't have an old version of gas3 somewhere: this kind of problem often happens when you have the same class loaded by two different class...
This is the first installation of Granite on this machine. I did have the same version loaded twice (as an Eclipse plug-in and as an Ant Tool), but I have...
I've been playing around with Granite for about a month now and have been very impressed with the features and level of documentation. I'd yet to try the Lazy...
18:42:17,283 ERROR [LazyInitializationException] could not initialize proxy - no Session org.hibernate.LazyInitializationException: could not initialize proxy...
I am so close, I think. Here's my context: I have a spring service exposed vending hibernate objects with lazy collections. I've gotten to the point where now...
if using the hibernate stuff from granite, you need to make sure you referenced the granite classes in the actionscript project for them to get linked in by...
I have -- here's what I have in WEB-INF/granite/granite-config.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE granite-config PUBLIC "-//Granite Data...
Hello! I am having following method in business layer of my application: public void addSubcategoriesToAutomatch(Set<IntegerHolder> subcategoryIDs); I am...
Hi, Sorry for the delay, I was very busy... If the fetch type of the contacts collection is set to lazy, contacts are not sent to the client app (an empty...
Scotty, I put class in my src tree and recompiled and it didn't seem to work anymore than it did before. Perhaps I'm going about this wrong. Does gas3 do...
Hi, The default converter and method match finder in GDS is very basic at this time (I'm currently working on this annoying issue). As a workarround, you may...
Josh, 1st: Lets get the error to go away. In your application(flex) code, do you have a reference to both the person and pet class? Also, did you put a ...
Good day everyone. I am having a strange Hibernate error that I have never encountered before that has popped up since trying out GDS (my organization is ...
Are there any plans to add similar functionality to the [Managed] LCDS feature? (Or any way to implement something close to it without months of work?)...
Scott, Alright - things are definitely getting better. I would never in a million years have thought about explicitly importing and using these classes a way...
Hello all, Does anyone have a concrete example of Gas3 correctly generating ActionScript beans for EJB3 beans with lazy collections? I'd definitely appreciate...
Cool, good to see that you are close. GAS3 does not pay attention to eager or lazy loading.... it assumes all entities/collections must support lazy loading....
Alright! I got it work! Here's what's changed: The generated actionscript 3 beans were indeed useless for lazy initialization, but Gas3 generates ModelName.as...
Hi, About the exception: this is a bug (thanks for the hint!). I've just committed a correction in the trunk (not tested...). You may download an updated GDS...
Hi, Adding [Managed] support is a matter of writing few as3 classes (at least IManaged.as, I don't remember exactly but I had made some successful tests -...
Thanks! This fixed it. If anything else comes up w/LCDS conversion I will definitely post it. Anthony ... download an ... 187/\ ... solves ... may ... ...
Hmmm... tried the if statement below for checking initialized collection but am not seeing the result I expected. I have an object with a collection property...
Actually made a mistake in my last post. The "is HibernateAbstractPersistentList" is failing, thus meeting the NOT condition. The long and short is, I have a...
Sorry to jump in on this thread but.... * 2. In the tighter GDS/Seam integration, we have modified Gas3 templates in order to keep trace of modified properties...