Jeffrey Puro wrote:

I am attempting to set up a web service endpoint in servicemix using
Xfire and HttpBinding.  I have attached the web.xml and
appcontext-sm.xml (spring context) files that I am using.  For some
reason when I navigate to the
http://localhost:8080/servicemix-example/jbi/test it just freezes and
doesn't return back a response of any kind.  I also don't see anything
in the log files.  Am I missing something in my config?  Your help is
appreciated.

Jeff Puro
Senior Java Developer
Sterling Testing Systems

I didn't see anything on XFire's end that would cause it to freeze. I can't really comment on the ServiceMix or Jencks bits though. One thing I did note is that you're loading

classpath*:org/codehaus/xfire/spring/xfire*.xml

This will also load the xfireXmlBeans.xml stuff, which you probably don't want 
(and will probably cause you errors at some point, its kinda weird that its not 
right now).

--
Dan Diephouse
Envoi Solutions LLC
http://netzooid.com

Reply via email to