Re: CXF-DOSGI subproject ML?

2011-12-16 Thread Sergey Beryozkin
András This issue has been fixed on the trunk thanks for your input Sergey On 28/09/11 19:01, András Liter wrote: Hello Sergey, I think I have found the problem, considering the following code: http://svn.apache.org/repos/asf/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/h

Re: CXF-DOSGI subproject ML?

2011-10-04 Thread Sergey Beryozkin
Thanks - I'll deal with asap Cheers, Sergey On 28/09/11 19:01, András Liter wrote: Hello Sergey, I think I have found the problem, considering the following code: http://svn.apache.org/repos/asf/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/ServiceInvocationHandler

Re: CXF-DOSGI subproject ML?

2011-09-28 Thread András Liter
Hello Sergey, I think I have found the problem, considering the following code: http://svn.apache.org/repos/asf/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/ServiceInvocationHandler.java Around line 56-57, where it checks whether the arrived exception is assignable

Re: CXF-DOSGI subproject ML?

2011-09-27 Thread Sergey Beryozkin
Hi - can you consider providing a patch, it seems GreeterException is available ? lets try the "cause" first, and if target is not null - then try that. May be ServiceInvocationHandler should also throw ServiceException directly without wrapping it Cheers, Sergey On 27/09/11 14:00, András L

Re: CXF-DOSGI subproject ML?

2011-09-27 Thread András Liter
Hello Sergey, could you please check my screenshots of debugging? I uploaded them here: Response to client @ place of call: https://docs.google.com/leaf?id=0BzVD18l494R1ZDZmNWNiMDQtYTQwNy00OTUzLThjNjItZmQ5MWI5NTkzOWU0&hl=hu (Here is where I expect variable 'ex' to be instanceof GreeterException,

Re: CXF-DOSGI subproject ML?

2011-09-26 Thread Sergey Beryozkin
Please do, I'll be happy to apply a patch if you can find the cause of the problem Cheers, Sergey On 26/09/11 12:24, András Liter wrote: Hello Sergey, yes, when I debugged strange thing happened (at least to me :) ): ServiceInvocationHandler matched the exception from the server with the invok

Re: CXF-DOSGI subproject ML?

2011-09-26 Thread András Liter
Hello Sergey, yes, when I debugged strange thing happened (at least to me :) ): ServiceInvocationHandler matched the exception from the server with the invoked method's ones and execution has stepped into the if clause (line 75), to throw theCause; But then the iteration ended normally and the exc

Re: CXF-DOSGI subproject ML?

2011-09-26 Thread Sergey Beryozkin
Hi András I'm afraid I don't know the answer at the moment. I agree that if an interface method declares a custom Exception then it has to be thrown - I'm not seeing the attachment - do you see in the debugger if ServiceInvocationHandler manages to match a Throwable instance to one of the exce

Re: CXF-DOSGI subproject ML?

2011-09-26 Thread András Liter
Hello Sergey, thanks for the tips! I tried the Greeter sample as well, and in my environment its exception handling fails the same way I described before (the custom exception is declared, no compilation error, but then a runtime exception / error (execution stops :( )). I debugged this exceptio

Re: CXF-DOSGI subproject ML?

2011-09-26 Thread Sergey Beryozkin
Hi Here is the way it's handled on the client side: http://svn.apache.org/repos/asf/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/ServiceInvocationHandler.java I don't recall if I was the last one who changed that code or if David was applying more changes afterwa

Re: CXF-DOSGI subproject ML?

2011-09-26 Thread András Liter
Thanks. So I have some kind of misunderstanding about DOSGi CXF's exception handling. My scenario is the following: I created a simple client-server architecture, where both client and server components run on Equinox and the communication is based on DOSGi CXF. The webservices worked fine, then

Re: CXF-DOSGI subproject ML?

2011-09-24 Thread Glen Mazza
Feel free to ask your questions here. Glen On 09/24/2011 06:49 AM, András Liter wrote: Dear CXF Users, I wonder if there is a separate mailing list for the CXF-DOSGI subproject, or can I write my question regarding CXF-DOSGI here? Thank you, András Liter -- Glen Mazza Talend - http:/

CXF-DOSGI subproject ML?

2011-09-24 Thread András Liter
Dear CXF Users, I wonder if there is a separate mailing list for the CXF-DOSGI subproject, or can I write my question regarding CXF-DOSGI here? Thank you, András Liter

Re: CXF-DOSGI subproject ML?

2011-09-22 Thread Sergey Beryozkin
Hi Please ask here, Sergey On 22/09/11 15:52, Liter András wrote: Dear CXF Users, I wonder if there is a separate mailing list for the CXF-DOSGI subproject, or can I write my question regarding CXF-DOSGI here? Thank you, András Liter

CXF-DOSGI subproject ML?

2011-09-22 Thread Liter András
Dear CXF Users, I wonder if there is a separate mailing list for the CXF-DOSGI subproject, or can I write my question regarding CXF-DOSGI here? Thank you, András Liter