Re: Available RESTful services -- UI

2012-07-13 Thread sunnydyal
Thanks Daniel. I have used required parameter but It is not picking style sheet. Where do I have to put .css file? init-param param-nameservice-list-stylesheet/param-name param-valueservicelist.css/param-value /init-param -- View this message in context:

Re: Available RESTful services -- UI

2012-07-13 Thread sunnydyal
OK. style-sheet exists in my root directory. Still not picking up stylesheet. Servlet controller produce a warning. Here Html Source: HEAD LINK type=text/css rel=stylesheet href=/myapp/servicelist.css meta http-equiv=content-type content=text/html; charset=UTF-8 titleCXF - Service list/title

Re: Available RESTful services -- UI

2012-07-13 Thread Sergey Beryozkin
Redirecting the users list, On 13/07/12 16:15, sunnydyal wrote: OK. style-sheet exists in my root directory. Still not picking up stylesheet. Servlet controller produce a warning. Here Html Source: HEAD LINK type=text/css rel=stylesheet href=/myapp/servicelist.css meta http-equiv=content-type

Re: Available RESTful services -- UI

2012-07-13 Thread sunnydyal
Thank you very much Sergey. Its working. -- View this message in context: http://cxf.547215.n5.nabble.com/Available-RESTful-services-UI-tp5710956p5711063.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-13 Thread Aki Yoshida
Hi, I just submitted the code with CXF-4423 into trunk. Currently, it has only the spring support and the blueprint support is to follow. Basically, you can do something like: bean id=keyManagers .../ bean id=trustManagers .../ http:conduit