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:...
Type: Posts; User: Gergo; Keyword(s):
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:...
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.
...
Before i show the concerned dialog i tried to detach the object with:
NotesService ns = (NotesService) Application.instance().getApplicationContext().getBean("notesService",...
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...
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 -...
Could somebody help me what Persistent set it would like to clear?
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...
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...
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...
Solution, if anyone interested:
public void tableChanged(TableModelEvent e) {
System.out.println("tablechanged");
allPersonTable.getSelectionModel().clearSelection();
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...
Thanks, i will give it a try!
/Gergo
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...
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...
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
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...
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...
Any info why this change (setMembers to final) has been made?
/Gergo
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...
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. :-)