Any update on this issue?
Type: Posts; User: bungrudi; Keyword(s):
Any update on this issue?
Entity->Proxy mirroring.
However there will also be cases where we don't want to expose some entities to the client layer (GWT). In this case, a liberty to stop the entity->proxy mirroring on...
Hi James,
Good to hear this. Thanks. Currently this issue forced us to stop using Roo.
Waiting to hear the update. :-)
This doesnt seem to work for me.
I removed @RooGwtMirroredBean from all *Proxy and *Request.
When i run Roo console, it re-write those *Proxy and *Request and put @RooGwtMirroredBean back in there,...
In earlier stage of our project we did 'gwt setup' to kick everything off.
Now that we integrated GXT into the project, we want Roo to take lesser role than before; we want it to stop managing and...
My expectation for running 'gwt setup' was to have necessary GWT configuration scaffolded for me.
Now that I have it, I want roo to stop creating gwt related classes when I add new class or update...
Hi Andrew,
I run the above script with newly downloaded 1.1.5.RELEASE and it still throw the same error.
Could it be that your commit were somehow left out? An accidental overwrite by other...
Thanks Andrew.
We are using other topLevelPackage for now with a plan to re-create the project with the proper topLevelPackage when 1.1.5 released in July 1. ;)
Hello,
I created a roo+GWT project with topLevelPackage id.co.mycompany and when i "mvn gwt:run" it throwed me an error.
Step to reproduce
1. create a new roo project
2. run this script...
Hello,
What I'm going to ask about is hibernate specific issue. But since so many of you have deep experience and knowledge on Hibernate I'll give it a shot anyway.
I have a one-to-many...
according to "Database SQL Messages and Codes" pdf i got from local IBM support, 22001 means:
"Character data, right truncation occurred; for example, an update or insert value is a string that is...
second session factory is used to do validation query. suppose we are not using DTOs and manipulate persistent entities directly in the web layer. the change made would be cached by hibernate (or...
Hello,
AFAIK there are two major way to do insert validation:
1. do the validation by hand (hitting the database if needed) before insert/update,
2. let database constraints do what they are...
getApplicationServices().getApplicationContext()
RTFM you lazy freak!!
Hello,
I need to show modal login dialog right after the window initialized. My current solution is to extend DefaultApplicationLifecycleAdvisor and override one of the onXXX().
The problem is...