http://opensource2.atlassian.com/projects/spring/browse/RCP-231
I hope it help !
Dominique
PS: Thanks Larry for the improvements you made !!!
Type: Posts; User: dvienne; Keyword(s):
http://opensource2.atlassian.com/projects/spring/browse/RCP-231
I hope it help !
Dominique
PS: Thanks Larry for the improvements you made !!!
No problem Larry, I have a fixed version in my sources (I use the fix given in the previous thread). I was just wondering if I should raised a JIRA issue.
Hi!
I've updated my spring RCP with the new security improvements but I still have the problem describe in that thread:...
Thanks a lot for your answer Ben, I'll have a look at what you described.
Dominique
Hi all!
I'm working on a rich client project using the HttpInvoker remoting mechanism. I'm using a BasicProcessingFilter and it seems to work fine. Now I'd like to prevent concurrent session with...
I've checked out the code submitted by Oliver this morning. I still have to take into account all those changes in my code, but from what I see, it seems to solve my problem thanks to the...
Hi all !
I'm trying to add a custom property editor to my application:
<bean id="propertyEditorRegistry"...
It seems that the problem is coming from the fact that TextComponentPopupInterceptorFactory register some global command. For some reason when I go back to the owner manager view, the global command...
I'm having some trouble in my application and I've been able to reproduce it in the petclinic sample.
I modified the OwnerManagerView like that:
public class OwnerManagerView extends...
No problem Scott, I can send the jar file to your email adress if you give it to me.
Dominique
I applied the patch on the PropertyAdapter.java file (http://opensource.atlassian.com/projects/spring/browse/RCP-57) and it solved my problem. :D
Dominique
I'm calling execute() to show the dialog. I tried to reset the form but it didn't work. I tried to investigate this problem, and I've come to the conclusion that there's a problem when the domain...
Hello,
I'm new to Spring RCP, and first of all I'd like to say thank you to the Spring RCP team for their great work !
I'm experiencing trouble with the wizard dialog. I took the petclinic...