0 Replies Latest reply on Mar 10, 2014 5:42 PM by zedyuang

    Simple Questions about CXF and JBoss Fuse

    zedyuang

      Hi,

      I am new for JBoss. I have 3 questions want to turn to you guys.

      Actually, now I am using JBoss Fuse 6.0 and I want to create a web service in an OSGi bundle.


      Question 1:

      I use Apache CXF as my web server (I am not sure if it is a good option). However, I wanna forward the my model to JSP page.

      So I try to use RequestDispatcherProvider (http://cxf.apache.org/docs/jax-rs-redirection.html). However, it doesn't work.

      Do you guys have a simple example about this?

       

      Question 2:

      I made two bundles which have been registered with ESB. If one bundle wants to request a service from another bundle via ESB. How should I handle this?

       

      Question 3:

      Is it possible to stop a bundle from another bundle without using command line on karaf?


      Hope someone can help me. Thanks.