Re: Thoughts about DOSGI 1.3.2 release

2012-07-12 Thread David Bosschaert
On 11 July 2012 22:42, Sergey Beryozkin sberyoz...@gmail.com wrote: Hi David, All So far I'm really behind the target of getting DOSGI 1.3.2 released around this time of the year. I'm managed to get a bit of time and resolved DOSGI-111, however it's difficult for me right now to prioritize on

CXF JMS Async Thread problem.

2012-07-12 Thread marcin.kasinski
Hello. I have small problem with my CXF JMS async client simple program. Using sync invocation everything works fine: Code above executes method print response and ends program. Using async invocation everything works fine but does'nt ends program: Code above executes method print

Using CXF-DOSGi in a Cloud scenario

2012-07-12 Thread David Bosschaert
Hi all, FYI - I started using CXF-DOSGi in a cloud scenario and have been playing with potential enhancements that can be useful in this context. I've shared my experiences here: http://coderthoughts.blogspot.com/2012/07/controlling-osgi-services-in-cloud.html Thoughts and feedback much

Available RESTful services -- UI

2012-07-12 Thread sunnydyal
Is there any way to customize UI of Available RESTful services page? I am sorry if this is repeated question. Have a look at attached file. http://cxf.547215.n5.nabble.com/file/n5710956/46.png -- View this message in context:

Re: Thoughts about DOSGI 1.3.2 release

2012-07-12 Thread Sergey Beryozkin
On 12/07/12 10:10, David Bosschaert wrote: On 11 July 2012 22:42, Sergey Beryozkinsberyoz...@gmail.com wrote: Hi David, All So far I'm really behind the target of getting DOSGI 1.3.2 released around this time of the year. I'm managed to get a bit of time and resolved DOSGI-111, however it's

Re: Available RESTful services -- UI

2012-07-12 Thread Daniel Kulp
On Thursday, July 12, 2012 04:30:25 AM sunnydyal wrote: Is there any way to customize UI of Available RESTful services page? I am sorry if this is repeated question. Have a look at attached file. I think that on the CXF servlet, you can configure a param of: service-list-stylesheet to the

Re: CXF JMS Async Thread problem.

2012-07-12 Thread Daniel Kulp
The problem is that with JMS, we have to start connections to the broker and such that would need to be told to shutdown. You can do: ((java.io.Closeable)client).close(); and they should shutdown fine which should allow all the non-daemon connection threads to terminate and allow the vm to