[framework-issues] [Issue 107512] sfx2: Too many exceptions

2009-12-09 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107512


User mav changed the following:

What|Old value |New value

  CC|'mba' |'fs,mba,ul'





--- Additional comments from m...@openoffice.org Wed Dec  9 21:53:39 + 
2009 ---
The registration of the singleton was just thrown away in DEV300_m60. Probably
an integration problem, after integration of the dba32b ( that seems to
introduce a new file, that implements the registration of comphelper services ),
the singleton is no more registered.

mav-ul: I would like to fix it as a showstopper since the fix is very easy (
the singleton should be just registered again ), and the singleton would be very
helpful to allow a user provide more feedback in case of problems during
document storing.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107512] sfx2: Too many exceptions

2009-12-08 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107512


User mav changed the following:

What|Old value |New value

  Issue type|PATCH |DEFECT

Target milestone|---   |OOo 3.2





--- Additional comments from m...@openoffice.org Tue Dec  8 08:58:24 + 
2009 ---
This log-ring is intended to be used in the pro-version. It is memory-based and
has small length, so that it does not affect the performance. The log file is
generated only in case of document saving problem ( that is also not interesting
from the performance point of view, since the UI-interaction is used in this 
case ).

The log is important to investigate some mysterious problems, that are not
reproducible by us, or reproducible once pro year. Of course the problems look
to be not so important in this case, but if a problem is reproducible once pro
year for a user, it affects a firm with 700 users about twice a day.

As for the exceptions, the service is pretty simple, it should be always be
possible to instantiate it. If it is not possible, then there is a bug in the
service implementation or usage. I will take a look. For now I set the issue to
OOo3.2, since it looks to be important to have the locking mechanics in 3.2.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107512] sfx2: Too many exceptions

2009-12-07 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107512
 Issue #|107512
 Summary|sfx2: Too many exceptions
   Component|framework
 Version|OOO320m7
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mba
 Reported by|kendy





--- Additional comments from ke...@openoffice.org Mon Dec  7 21:56:15 + 
2009 ---
During debugging of something, I found out that too many exceptions are 
generated
in sfx2.  It turned out to be thanks to attempts to write to a log that is (I
suppose) turned off in the production builds.  But still, the code tries to
construct the log, creates a ComponentContext, and eventually throws an 
exception
- which seems highly inefficient to me ;-)

I'll attach a patch - please have a look if it does not break the original 
intent
of the log.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107512] sfx2: Too many exceptions

2009-12-07 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107512


User kendy changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |66546)
The patch.






--- Additional comments from ke...@openoffice.org Mon Dec  7 21:57:32 + 
2009 ---
Created an attachment (id=66546)
The patch.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107512] sfx2: Too many exceptions

2009-12-07 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107512


User kendy changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |66547)
Ah, forgotten initi
|  |alization in SfxObjectShel
|  |l_Impl constructor.






--- Additional comments from ke...@openoffice.org Mon Dec  7 22:11:21 + 
2009 ---
Created an attachment (id=66547)
Ah, forgotten initialization in SfxObjectShell_Impl constructor.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107512] sfx2: Too many exceptions

2009-12-07 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107512


User mba changed the following:

What|Old value |New value

  CC|''|'mba'

 Assigned to|mba   |mav





--- Additional comments from m...@openoffice.org Mon Dec  7 23:05:54 + 
2009 ---
Mikhail, I think this is part of your mysterious writer errors debuggin code.
Please comment.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org