CXF DOSGI - Unreachable Service provider WSDL

2011-12-12 Thread András Liter
, but the application is not. Do you have any ideas? Thanks in advance, András Liter

Strange CXF-DOSGI startup error

2011-11-10 Thread András Liter
could be wrong? // ps. Switching to version 1.3SNAPSHOT the problem is gone, but newer ones come... Thanks in advance, András Liter

Re: DOSGI CXF inheritance question

2011-09-29 Thread András Liter
Hello Sergey, you were right! I just needed to add the jaxb property on the consumer (and provider) side and then JAXB handles polimorphism very well! I even didnt need to put the Xml annotations on my classes. Thanks for the solution! András Liter On Thu, Sep 29, 2011 at 1:21 PM, Sergey

Re: CXF-DOSGI subproject ML?

2011-09-28 Thread András Liter
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 Liter wrote: Hello Sergey

Re: DOSGI CXF inheritance question

2011-09-28 Thread András Liter
Thanks for the tip, it brought some hope, but it just didnt worked. The sad thing is that polimorphism doesnt work this way via CXF-DOSGI (as it does in simple CXF). 2011/9/27 Daniel Kulp dk...@apache.org On Tuesday, September 27, 2011 2:45:08 PM András Liter wrote: Hey, I bumped

Re: DOSGI CXF inheritance question

2011-09-28 Thread András Liter
understandable. // I have to migrate a project from J2EE to OSGI... here came the CXF - inheritance issue. I wonder if anyone has bumped into this situation. Best regards, András Liter On Wed, Sep 28, 2011 at 10:14 PM, Sergey Beryozkin sberyoz...@gmail.comwrote: Can you provide more info please, where do

DOSGI CXF inheritance question

2011-09-27 Thread András Liter
in my Java business objects. Is there a workaround for this issue, or the only solution is not using the abstract keyword? Thanks in advance, András Liter

Re: CXF-DOSGI subproject ML?

2011-09-27 Thread András Liter
: 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

Re: CXF-DOSGI subproject ML?

2011-09-26 Thread András Liter
, but didnt work the way I wanted. So I am a bit confused, I hope someone can clarify my issue. Thanks in advance, András Liter On Sat, Sep 24, 2011 at 7:20 PM, Glen Mazza glen.ma...@gmail.com wrote: Feel free to ask your questions here. Glen On 09/24/2011 06:49 AM, András Liter wrote: Dear

Re: CXF-DOSGI subproject ML?

2011-09-26 Thread András Liter
mode and get a breakpoint in ServiceInvocationHandler... Hope that helps a bit, Cheers, Sergey On 26/09/11 10:01, András Liter wrote: 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

Re: CXF-DOSGI subproject ML?

2011-09-26 Thread András Liter
/09/11 11:16, András Liter wrote: 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

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