To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83084
                 Issue #|83084
                 Summary|UNO exceptions thrown through a proxy (created by a cs
                        |s.reflection.ProxyFactory) are not caught properly
               Component|udk
                 Version|OOo 2.3
                Platform|Sun
                     URL|
              OS/Version|Solaris
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|fs





------- Additional comments from [EMAIL PROTECTED] Mon Oct 29 13:48:55 +0000 
2007 -------
This is a follow-up of issue 82197.

The situation:
- a component A, implemented in C++
- a component B, implemented in C++
- B creates a proxy (css.reflection.ProxyFactory) to A
- B calls a method (css.sdbc.XConnection.prepareStatement, in my case)
  at the proxy
- in the implementation of A, an exception (css.sdbc.SQLException) is thrown
- in the implementation of B, SQLExceptions are caught
=> nonetheless, the exception is not caught

This happens on unxsols4.pro. If B does not use the proxy to A, but the direct
interface, then the exception is caught as expected.

See http://www.openoffice.org/issues/show_bug.cgi?id=81297#desc3 for more 
details.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to