Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,635

    Any update on this issue?

    Any update on this issue?
  2. Replies
    7
    Views
    1,635

    Entity->Proxy mirroring. However there will also...

    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...
  3. Replies
    7
    Views
    1,635

    Hi James, Good to hear this. Thanks. Currently...

    Hi James,
    Good to hear this. Thanks. Currently this issue forced us to stop using Roo.
    Waiting to hear the update. :-)
  4. Replies
    7
    Views
    1,635

    This doesnt seem to work for me. I removed...

    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,...
  5. Replies
    7
    Views
    1,635

    How to un-setup GWT?

    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...
  6. How to stop "gwt setup" from inspecting my project?

    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...
  7. Hi Andrew, I run the above script with newly...

    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...
  8. Thanks Andrew. We are using 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. ;)
  9. Cannot run roo+GWT app when topLevelPackage is id.co.mycompany

    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...
  10. Replies
    1
    Views
    1,163

    insert - delete order in collection

    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...
  11. Replies
    1
    Views
    3,207

    String too long

    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...
  12. Replies
    2
    Views
    1,078

    second session factory is used to do validation...

    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...
  13. Replies
    2
    Views
    1,078

    Pre-insert/update validation

    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...
  14. Replies
    3
    Views
    1,178

    rtfm

    getApplicationServices().getApplicationContext()
    RTFM you lazy freak!!
  15. Replies
    3
    Views
    1,178

    showing dialog at startup

    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...
Results 1 to 15 of 15