You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(37) |
Jun
(141) |
Jul
(111) |
Aug
(91) |
Sep
(79) |
Oct
(151) |
Nov
(161) |
Dec
(93) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(40) |
Feb
(60) |
Mar
(43) |
Apr
(90) |
May
(31) |
Jun
(114) |
Jul
(35) |
Aug
(112) |
Sep
(305) |
Oct
(151) |
Nov
(122) |
Dec
(103) |
| 2006 |
Jan
(65) |
Feb
(57) |
Mar
(475) |
Apr
(276) |
May
(482) |
Jun
(134) |
Jul
(127) |
Aug
(188) |
Sep
(271) |
Oct
(220) |
Nov
(74) |
Dec
(41) |
| 2007 |
Jan
(121) |
Feb
(50) |
Mar
(36) |
Apr
(11) |
May
(31) |
Jun
(12) |
Jul
(73) |
Aug
(41) |
Sep
(59) |
Oct
(33) |
Nov
(60) |
Dec
(111) |
| 2008 |
Jan
(139) |
Feb
(49) |
Mar
(87) |
Apr
(43) |
May
(10) |
Jun
(25) |
Jul
(114) |
Aug
(17) |
Sep
(25) |
Oct
(199) |
Nov
(94) |
Dec
(45) |
| 2009 |
Jan
(36) |
Feb
(14) |
Mar
(29) |
Apr
(32) |
May
(49) |
Jun
(18) |
Jul
(68) |
Aug
(34) |
Sep
(34) |
Oct
(11) |
Nov
(10) |
Dec
(14) |
| 2010 |
Jan
(35) |
Feb
(12) |
Mar
(23) |
Apr
(17) |
May
(4) |
Jun
(1) |
Jul
(4) |
Aug
|
Sep
(2) |
Oct
|
Nov
(10) |
Dec
|
| 2011 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2012 |
Jan
(2) |
Feb
(1) |
Mar
(8) |
Apr
(3) |
May
|
Jun
|
Jul
(4) |
Aug
(3) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(3) |
May
(4) |
Jun
(3) |
Jul
(8) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
(4) |
| 2014 |
Jan
(2) |
Feb
(2) |
Mar
(3) |
Apr
(1) |
May
(5) |
Jun
(1) |
Jul
(13) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(4) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
(15) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2024 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: Johannes S. (JIRA) <no...@sp...> - 2008-02-07 19:38:35
|
AbstractWizard#addPages is called multiple times, when Wizard is reused
-----------------------------------------------------------------------
Key: RCP-536
URL: http://jira.springframework.org/browse/RCP-536
Project: Spring Framework Rich Client Project
Issue Type: Bug
Components: Command System
Affects Versions: 1.0.0
Reporter: Johannes Schneider
Priority: Critical
The method AbstractWizard#addPages is called multiple times when a WizardDialog is shown multiple times.
You can reproduce this using the PetClinitStandalone.
Just open the NewOwnerWizard, enter some values, go to the next page and *cancel*.
Now reopen the wizard. Now the wizard has each page added two times.....
This is a major problem that should be fixed asap. Wizards are almost unusable now.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Jan H. <jh...@sc...> - 2008-02-06 07:56:34
|
The implementations StatusBar and ProgressMonitor mostly are graphical components. I would expect us to give a decent default behavior (hence the borders etc) and let the user override it when needed. I'm not sure how you want this to be configurable and why you would prefer this over implementing or extending the current ones. Can you enlighten me by showing where you're heading at? Kind Regards, Jan On Tue, 2008-02-05 at 16:35 +0100, Peter De Bruycker wrote: > Shouldn't we make that configurable? > > On 2/4/08, Jan Hoskens <jh...@sc...> wrote: > Hi, > > I've noticed that the look of the statusbar has changed to a > plain > panel. Previously the implementation added some borders to > accentuate > the message/progress bar and I found that it was visually more > appealing. May I change the look back to its original state or > does > everyone prefer the flat panel look that it has now? > > Kind Regards, > Jan > > > **** DISCLAIMER **** > http://www.schaubroeck.be/maildisclaimer.htm > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ Springframework-rcp-dev mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev **** DISCLAIMER **** http://www.schaubroeck.be/maildisclaimer.htm |
|
From: Peter De B. <pet...@gm...> - 2008-02-05 15:35:12
|
Shouldn't we make that configurable? On 2/4/08, Jan Hoskens <jh...@sc...> wrote: > > Hi, > > I've noticed that the look of the statusbar has changed to a plain > panel. Previously the implementation added some borders to accentuate > the message/progress bar and I found that it was visually more > appealing. May I change the look back to its original state or does > everyone prefer the flat panel look that it has now? > > Kind Regards, > Jan > > > **** DISCLAIMER **** > http://www.schaubroeck.be/maildisclaimer.htm > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > |
|
From: Benoit X. <bx...@ob...> - 2008-02-05 12:01:35
|
+1 for removing old stuff with the caveat to have clearly defined (or blog entries) on how to migrate to new code.. eg OptimizedTableCellRenderer. what should be used instead and how? Many thanks Benoit. ------------------------------ IMPORTANT NOTICE This communication contains information that is considered confidential and may also be privileged . It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender and delete the original. From: spr...@li... [mailto:spr...@li...] On Behalf Of Peter De Bruycker Sent: 05 February 2008 11:16 To: spr...@li... Subject: Re: [Springframework-rcp-dev] Deprecated stuff +1 for removing all deprecated stuff has been replaced by better code. On 2/5/08, Rogan Dawes <ro...@da...> wrote: Jan Hoskens wrote: > Hi, > > I was just wondering if we can remove the deprecated methods/classes. > Normally these are kept around for backwards compatibility between > releases, but we haven't had a full release yet. Do we want to keep > these in our 1.0 release or is it enough to mention them in the > upgrading docs? > > Kind Regards, > Jan +1 for removing them. Rogan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Springframework-rcp-dev mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev |
|
From: Peter De B. <pet...@gm...> - 2008-02-05 11:15:56
|
+1 for removing all deprecated stuff has been replaced by better code. On 2/5/08, Rogan Dawes <ro...@da...> wrote: > > Jan Hoskens wrote: > > Hi, > > > > I was just wondering if we can remove the deprecated methods/classes. > > Normally these are kept around for backwards compatibility between > > releases, but we haven't had a full release yet. Do we want to keep > > these in our 1.0 release or is it enough to mention them in the > > upgrading docs? > > > > Kind Regards, > > Jan > > +1 for removing them. > > Rogan > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > |
|
From: Rogan D. <ro...@da...> - 2008-02-05 10:28:05
|
Jan Hoskens wrote: > Hi, > > I was just wondering if we can remove the deprecated methods/classes. > Normally these are kept around for backwards compatibility between > releases, but we haven't had a full release yet. Do we want to keep > these in our 1.0 release or is it enough to mention them in the > upgrading docs? > > Kind Regards, > Jan +1 for removing them. Rogan |
|
From: Jan H. <jh...@sc...> - 2008-02-05 08:41:11
|
Hi, I was just wondering if we can remove the deprecated methods/classes. Normally these are kept around for backwards compatibility between releases, but we haven't had a full release yet. Do we want to keep these in our 1.0 release or is it enough to mention them in the upgrading docs? Kind Regards, Jan **** DISCLAIMER **** http://www.schaubroeck.be/maildisclaimer.htm |
|
From: Jan H. <jh...@sc...> - 2008-02-04 12:23:58
|
Hi, I've noticed that the look of the statusbar has changed to a plain panel. Previously the implementation added some borders to accentuate the message/progress bar and I found that it was visually more appealing. May I change the look back to its original state or does everyone prefer the flat panel look that it has now? Kind Regards, Jan **** DISCLAIMER **** http://www.schaubroeck.be/maildisclaimer.htm |
|
From: Jonny W. (JIRA) <no...@sp...> - 2008-02-02 22:47:43
|
[ http://jira.springframework.org/browse/RCP-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonny Wray updated RCP-535:
---------------------------
Attachment: CommandGroupFactoryBean.java
OSXAdapter.java
> MaxOSX command support
> ----------------------
>
> Key: RCP-535
> URL: http://jira.springframework.org/browse/RCP-535
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Command System
> Affects Versions: 1.0.0
> Reporter: Jonny Wray
> Attachments: CommandGroupFactoryBean.java, OSXAdapter.java
>
>
> The About, Preferences and Quit commands on MacOSX are found within the application menu. Support for both placement and invocation of Spring rich client commands from the relevant Mac commands is needed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Jonny W. (JIRA) <no...@sp...> - 2008-02-02 22:43:46
|
MaxOSX command support
----------------------
Key: RCP-535
URL: http://jira.springframework.org/browse/RCP-535
Project: Spring Framework Rich Client Project
Issue Type: Improvement
Components: Command System
Affects Versions: 1.0.0
Reporter: Jonny Wray
The About, Preferences and Quit commands on MacOSX are found within the application menu. Support for both placement and invocation of Spring rich client commands from the relevant Mac commands is needed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Jonny W. (JIRA) <no...@sp...> - 2008-02-02 20:42:47
|
[ http://jira.springframework.org/browse/RCP-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonny Wray updated RCP-508:
---------------------------
Attachment: spring-rcp-support-relative.patch.txt
While attempting to apply this patch of mine to a new check out I released it had hardcoded, absolute directory references in it. I added a new one, with the relative suffix, that contains relative directory paths
> Improve configurability of toolbar creation
> -------------------------------------------
>
> Key: RCP-508
> URL: http://jira.springframework.org/browse/RCP-508
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Command System
> Affects Versions: 0.2.1
> Reporter: Jonny Wray
> Assignee: Peter De Bruycker
> Attachments: spring-rcp-support-relative.patch.txt, spring-rcp-support.patch
>
>
> In attempting to integrate the Jide action framework into Spring RCP I've come across a number of places where the configuration of the toolbars could be improved.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Jan H. <jh...@sc...> - 2008-02-02 14:08:54
|
Hi all, You've probably noticed the increased activity on Spring RCP as we're working towards a release. In the lights of this event, I've had an online meeting with Keith Donald and Adrian Colyer of SpringSource in which we agreed to align Spring RCP with the other subprojects of Spring. This will translate in following the same release steps and standards used by SpringSource and in time switch to the infrastructure that they have set up. I, Peter de Bruycker, Keith Donald and Jim Moore will start next week with follow-up meetings to discuss the 1.0 release. I'll keep you posted of any changes and issues concerning Spring RCP. Kind Regards, Jan **** DISCLAIMER **** http://www.schaubroeck.be/maildisclaimer.htm |
|
From: Peter De B. (JIRA) <no...@sp...> - 2008-02-01 10:13:46
|
[ http://jira.springframework.org/browse/RCP-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_31527 ]
Peter De Bruycker commented on RCP-534:
---------------------------------------
This usecase can also be applied when working with webservices, as they tend to work with errorcodes as wel.
> Make Exception handling aware of "ErrorCoded" exceptions
> --------------------------------------------------------
>
> Key: RCP-534
> URL: http://jira.springframework.org/browse/RCP-534
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Reporter: Peter De Bruycker
> Attachments: RCP-534.patch
>
>
> As suggested in the forum: http://forum.springframework.org/showthread.php?t=49277
> If an exception implements ErrorCoded, the error code should be to fetch the message to display.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Peter De B. (JIRA) <no...@sp...> - 2008-02-01 10:11:44
|
[ http://jira.springframework.org/browse/RCP-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_31526 ]
Peter De Bruycker commented on RCP-534:
---------------------------------------
suppose you provide integration with another system. The communication with this system returns errorcodes if something goes wrong. You can create an exception for each possible error code you can get back, or you can create one exception that takes the errorcode.
The exception handling stuff can then fetch the error message like this:
1. errorcode
2. some.package.OtherSystemCommunicationException
3. ...
This means you can provide error messages for the codes you know, and fall back to the default behaviour, when there's an error code you didn't expect.
<code>
public class OtherSystemCommunicationException extends RuntimeException implements ErrorCoded {
private String errorCode;
public SomeBusinessException(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorCode() {
return errorCode;
}
}
</code>
This is something I could have used several years ago, when integrating with the customs application ;-)
> Make Exception handling aware of "ErrorCoded" exceptions
> --------------------------------------------------------
>
> Key: RCP-534
> URL: http://jira.springframework.org/browse/RCP-534
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Reporter: Peter De Bruycker
> Attachments: RCP-534.patch
>
>
> As suggested in the forum: http://forum.springframework.org/showthread.php?t=49277
> If an exception implements ErrorCoded, the error code should be to fetch the message to display.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Geoffrey De S. (JIRA) <no...@sp...> - 2008-02-01 09:41:51
|
[ http://jira.springframework.org/browse/RCP-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_31523 ]
Geoffrey De Smet commented on RCP-534:
--------------------------------------
+0, would be nice to also update the reference manual.
What's an example usage of this ErrorCode?
> Make Exception handling aware of "ErrorCoded" exceptions
> --------------------------------------------------------
>
> Key: RCP-534
> URL: http://jira.springframework.org/browse/RCP-534
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Reporter: Peter De Bruycker
> Attachments: RCP-534.patch
>
>
> As suggested in the forum: http://forum.springframework.org/showthread.php?t=49277
> If an exception implements ErrorCoded, the error code should be to fetch the message to display.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Rogan D. <ro...@da...> - 2008-02-01 09:29:02
|
Andrius Šabanas wrote:
> Rogan Dawes wrote:
>> Not for me:
>>
>> java.lang.Error.description = \
>> A serious system failure occurred.\n\
>> \n\
>> The application is possibly in an inconsistent state.\n\
>> Reboot the application.\n\
>> \n\
>> The exact bug is:\n\
>> \{0\}\n\
>> \n\
>> Please report this bug.
>
> This example you pasted here looks like it has a quoted placeholder -
> please remove backslashes before { and }, like this:
>
> java.lang.Error.description = \
> ...
> The exact bug is:\n\
> {0}\n\
> ...
>
> hope this helps,
>
> Andrius
That makes sense. I actually copied that verbatim from the upgrading to
0.3 APT doc. I guess the braces need to be quoted in that context?
Rogan
|
|
From: <an...@pi...> - 2008-02-01 08:58:09
|
Rogan Dawes wrote:
> Not for me:
>
> java.lang.Error.description = \
> A serious system failure occurred.\n\
> \n\
> The application is possibly in an inconsistent state.\n\
> Reboot the application.\n\
> \n\
> The exact bug is:\n\
> \{0\}\n\
> \n\
> Please report this bug.
This example you pasted here looks like it has a quoted placeholder -
please remove backslashes before { and }, like this:
java.lang.Error.description = \
...
The exact bug is:\n\
{0}\n\
...
hope this helps,
Andrius
|
|
From: Peter De B. (JIRA) <no...@sp...> - 2008-01-31 20:26:44
|
[ http://jira.springframework.org/browse/RCP-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_31492 ]
Peter De Bruycker commented on RCP-120:
---------------------------------------
Here are the mails from the ML: http://osdir.com/ml/java.springframework.rcp.devel/2005-05/msg00026.html
> AutomaticTableModel
> -------------------
>
> Key: RCP-120
> URL: http://jira.springframework.org/browse/RCP-120
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Reporter: Stephan Schmidt
> Priority: Minor
>
> As posted on the ML, here is the code for the AutomaticTableModel
> svn co http://snipforge.org/svn/so
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Peter De B. (JIRA) <no...@sp...> - 2008-01-31 20:24:49
|
[ http://jira.springframework.org/browse/RCP-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_31491 ]
Peter De Bruycker commented on RCP-120:
---------------------------------------
snipforge.org is dead.
I sent a PM to Stephan... hopefully he has the code somewhere
> AutomaticTableModel
> -------------------
>
> Key: RCP-120
> URL: http://jira.springframework.org/browse/RCP-120
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Reporter: Stephan Schmidt
> Priority: Minor
>
> As posted on the ML, here is the code for the AutomaticTableModel
> svn co http://snipforge.org/svn/so
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Peter De B. (JIRA) <no...@sp...> - 2008-01-31 19:46:44
|
[ http://jira.springframework.org/browse/RCP-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter De Bruycker updated RCP-534:
----------------------------------
Description:
As suggested in the forum: http://forum.springframework.org/showthread.php?t=49277
If an exception implements ErrorCoded, the error code should be to fetch the message to display.
was:
As suggested in the forum: http://forum.springframework.org/showthread.php?t=49277
If a suggestion implements ErrorCoded, the error code should be to fetch the message to display.
> Make Exception handling aware of "ErrorCoded" exceptions
> --------------------------------------------------------
>
> Key: RCP-534
> URL: http://jira.springframework.org/browse/RCP-534
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Reporter: Peter De Bruycker
> Attachments: RCP-534.patch
>
>
> As suggested in the forum: http://forum.springframework.org/showthread.php?t=49277
> If an exception implements ErrorCoded, the error code should be to fetch the message to display.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Peter De B. (JIRA) <no...@sp...> - 2008-01-31 19:42:56
|
[ http://jira.springframework.org/browse/RCP-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter De Bruycker updated RCP-534:
----------------------------------
Attachment: RCP-534.patch
> Make Exception handling aware of "ErrorCoded" exceptions
> --------------------------------------------------------
>
> Key: RCP-534
> URL: http://jira.springframework.org/browse/RCP-534
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Reporter: Peter De Bruycker
> Attachments: RCP-534.patch
>
>
> As suggested in the forum: http://forum.springframework.org/showthread.php?t=49277
> If a suggestion implements ErrorCoded, the error code should be to fetch the message to display.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Peter De B. (JIRA) <no...@sp...> - 2008-01-31 19:40:46
|
Make Exception handling aware of "ErrorCoded" exceptions
--------------------------------------------------------
Key: RCP-534
URL: http://jira.springframework.org/browse/RCP-534
Project: Spring Framework Rich Client Project
Issue Type: Improvement
Components: Application Framework
Reporter: Peter De Bruycker
As suggested in the forum: http://forum.springframework.org/showthread.php?t=49277
If a suggestion implements ErrorCoded, the error code should be to fetch the message to display.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Geoffrey De S. <ge0...@gm...> - 2008-01-31 13:40:21
|
Please (re)open a jira :) With kind regards, Geoffrey De Smet Rogan Dawes schreef: > Geoffrey De Smet wrote: >> With kind regards, >> Geoffrey De Smet >> >> Benoit Xhenseval schreef: >> >>> 5/ AbstractDialogExceptionHandler had some strange issues >>> >>> See >>> http://www.nabble.com/MessagesDialogExceptionHandler-does-not-seem-to-replace-placeholders.-to6962200.html#a6962200 >>> >>> There was no alternative to the small “hack” suggested >>> >> Does the info below explains your issue? >> >> === >> >> [ Show » ] >> Andrius Šabanas - 25/Oct/06 11:05 AM Hi, This problem intrigued me >> enough to investigate, and guess what? Those pesky little single quote >> symbols [ ' ] in Java properties files actually have to be escaped... >> :-) Otherwise they mark the start of non-substitutable string block, >> hence {0} is nicely ignored. Geoffrey's example in Dutch does not have >> single quote characters, so it works. BTW, I think your should not use >> shortened forms like "It's", "doesn't", "haven't" in semi-official >> places like an UI for an application - better replace them with full >> forms: "it is", "have not". cheers, Andrius > > Not for me: > > java.lang.Error.description = \ > A serious system failure occurred.\n\ > \n\ > The application is possibly in an inconsistent state.\n\ > Reboot the application.\n\ > \n\ > The exact bug is:\n\ > \{0\}\n\ > \n\ > Please report this bug. > > java.lang.RuntimeException.description = \ > The application experienced an unexpected bug,\n\ > due to a programming error.\n\ > \n\ > The application is possibly in an inconsistent state.\n\ > It's recommended to reboot the application.\n\ > \n\ > The exact bug is:\n\ > \{0\}\n\ > \n\ > Please report this bug. > > I still get the exact same dialog when an exception is thrown. > > Rogan > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ |
|
From: Rogan D. <ro...@da...> - 2008-01-31 12:36:12
|
Geoffrey De Smet wrote: > With kind regards, > Geoffrey De Smet > > Benoit Xhenseval schreef: > >> 5/ AbstractDialogExceptionHandler had some strange issues >> >> See >> http://www.nabble.com/MessagesDialogExceptionHandler-does-not-seem-to-replace-placeholders.-to6962200.html#a6962200 >> >> There was no alternative to the small “hack” suggested >> > > Does the info below explains your issue? > > === > > [ Show » ] > Andrius Šabanas - 25/Oct/06 11:05 AM Hi, This problem intrigued me > enough to investigate, and guess what? Those pesky little single quote > symbols [ ' ] in Java properties files actually have to be escaped... > :-) Otherwise they mark the start of non-substitutable string block, > hence {0} is nicely ignored. Geoffrey's example in Dutch does not have > single quote characters, so it works. BTW, I think your should not use > shortened forms like "It's", "doesn't", "haven't" in semi-official > places like an UI for an application - better replace them with full > forms: "it is", "have not". cheers, Andrius Not for me: java.lang.Error.description = \ A serious system failure occurred.\n\ \n\ The application is possibly in an inconsistent state.\n\ Reboot the application.\n\ \n\ The exact bug is:\n\ \{0\}\n\ \n\ Please report this bug. java.lang.RuntimeException.description = \ The application experienced an unexpected bug,\n\ due to a programming error.\n\ \n\ The application is possibly in an inconsistent state.\n\ It's recommended to reboot the application.\n\ \n\ The exact bug is:\n\ \{0\}\n\ \n\ Please report this bug. I still get the exact same dialog when an exception is thrown. Rogan |
|
From: Geoffrey De S. <ge0...@gm...> - 2008-01-31 11:55:32
|
With kind regards, Geoffrey De Smet Benoit Xhenseval schreef: > > 5/ AbstractDialogExceptionHandler had some strange issues > > See > http://www.nabble.com/MessagesDialogExceptionHandler-does-not-seem-to-replace-placeholders.-to6962200.html#a6962200 > > There was no alternative to the small “hack” suggested > Does the info below explains your issue? === [ Show » ] Andrius Šabanas - 25/Oct/06 11:05 AM Hi, This problem intrigued me enough to investigate, and guess what? Those pesky little single quote symbols [ ' ] in Java properties files actually have to be escaped... :-) Otherwise they mark the start of non-substitutable string block, hence {0} is nicely ignored. Geoffrey's example in Dutch does not have single quote characters, so it works. BTW, I think your should not use shortened forms like "It's", "doesn't", "haven't" in semi-official places like an UI for an application - better replace them with full forms: "it is", "have not". cheers, Andrius [ Permlink | « Hide ] Geoffrey De Smet - 25/Oct/06 02:55 PM Andrius, you're a life saver :) I 'll have to read up on the properties format. I 'll fix petclinic's example soon and document this in the MDEH's javadocs. [ Show » ] Geoffrey De Smet - 25/Oct/06 02:55 PM Andrius, you're a life saver :) I 'll have to read up on the properties format. I 'll fix petclinic's example soon and document this in the MDEH's javadocs. [ Permlink | « Hide ] Geoffrey De Smet - 12/Nov/06 06:33 AM Escaping double quotes (\" instead of ") works, but escaping single quotes (') does not work. === We should read the properties spec and find how to write single qoutes. Next we need to document this ceveat in the reference manual. Free free to open an issue for that. I don't think anything can be done in the source code as far as I can see? |