Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    7
    Views
    2,633

    Solution (workaround)

    So after so many nights spent chasing this problem i found a kind of workaround for the problem.

    This forum describes my problem the best:...
  2. Replies
    3
    Views
    1,189

    PersistentSet s =...

    PersistentSet s = (PersistentSet)BeanUtils.instantiateClass(PersistentSet.class);
    s.clear();


    It gives the same error message and naturally it is the way as it is implemented in Spring RCP.
    ...
  3. Replies
    7
    Views
    2,633

    Before i show the concerned dialog i tried to...

    Before i show the concerned dialog i tried to detach the object with:



    NotesService ns = (NotesService) Application.instance().getApplicationContext().getBean("notesService",...
  4. Replies
    7
    Views
    2,633

    Well, it seems that noone faces a problem this...

    Well, it seems that noone faces a problem this before.

    I keep trying both the troubleshooting and keeping you informed hoping that it will help later someone to localize his/her own problem.

    So...
  5. Replies
    7
    Views
    2,633

    Interesting, if i "detach" the fomobject from...

    Interesting, if i "detach" the fomobject from Hibernate, then it step over the problem i have. But it didnot commit the new value into the detachedAP's progress properties.

    SOme help:

    note -...
  6. Replies
    3
    Views
    1,189

    Could somebody help me what Persistent set it...

    Could somebody help me what Persistent set it would like to clear?
  7. Replies
    7
    Views
    2,633

    Interesting that the crash happens when i try to...

    Interesting that the crash happens when i try to commit the main form model. Eg. the one contains the ActionPoint. If i remove this commit, then the ProgressInfo looks pretty fine next time, but of...
  8. Replies
    3
    Views
    1,189

    LazyInitializationException

    Hi,

    I just bumped into a "org.hibernate.LazyInitializationException: failed to lazily initialize a collection, no session or session was closed" problem.

    I implemented my code according to this...
  9. Replies
    7
    Views
    2,633

    AbstractTableMasterForm vs Hibernate

    Hi,

    I just bumped into a "org.hibernate.LazyInitializationException: failed to lazily initialize a collection, no session or session was closed" problem.

    I implemented my code according to this...
  10. Replies
    1
    Views
    1,004

    Solution, if anyone interested: public...

    Solution, if anyone interested:



    public void tableChanged(TableModelEvent e) {



    System.out.println("tablechanged");
    allPersonTable.getSelectionModel().clearSelection();
  11. Replies
    1
    Views
    1,004

    Table selection question

    Hi all,

    I have an AbstractObjectTable filtered with a Textfilterator. what i would like to select the first row in the table when the TextFilterator done its job.

    I tried to make a listener for...
  12. Replies
    4
    Views
    3,519

    Thanks, i will give it a try! /Gergo

    Thanks, i will give it a try!

    /Gergo
  13. Replies
    4
    Views
    3,519

    Dynamic ComboBox on the Form

    Hi,

    I would like to make a combobox, where i can dynamically modify the set of the selectable values.

    The combobox contains meeting types, if a user don't find the appropriate one, then he/she...
  14. Replies
    1
    Views
    1,017

    Outlook like recipient field

    Hi,

    I would like to make dialog where i can send mail to several people. I have my own database with the mail addresses and i would like to let the user to add recipients as he would do it in...
  15. Thread: Documentation

    by Gergo
    Replies
    19
    Views
    5,545

    As you asked what i would read about. I...

    As you asked what i would read about.

    I mentioned the command framework a little bit more detailed.

    And Browsing the Java Doc:

    i am also interested in SettingsManager, Wizard.


    /Gergo
  16. Thread: Documentation

    by Gergo
    Replies
    19
    Views
    5,545

    Hi, I had/have problems understanding the...

    Hi,

    I had/have problems understanding the differeces between the ActionCommand and the commandExecutors. You may remember that i was not able to put the ExitCommand on to the toolbar. :-)

    Other...
  17. Thread: Documentation

    by Gergo
    Replies
    19
    Views
    5,545

    Hi, Great! Thanks for spending your time with...

    Hi,

    Great! Thanks for spending your time with writing it!

    As i see at the bottom of page 14 the CustomApplicationLifecycleAdvisor example can be seen twice and the creation of the application...
  18. Replies
    9
    Views
    3,579

    Any info why this change (setMembers to final)...

    Any info why this change (setMembers to final) has been made?

    /Gergo
  19. Replies
    6
    Views
    2,470

    Hi Larry, It is quite a late question to your...

    Hi Larry,

    It is quite a late question to your post, but does your posted sample code (message #1) work?
    I tried the same and it is not working.

    I would like to do exactly what you wanted. Any...
  20. Thread: Spring RCP usage

    by Gergo
    Replies
    7
    Views
    2,000

    Poll: Hi, Just a short question Spring Desktop is...

    Hi,

    Just a short question Spring Desktop is still scheduled in this October?

    Thanks,
    Gergo
    ps: I like RCP, however the lack of documentation drives me sometimes crazy. :-)
Results 1 to 20 of 20