Thanks Philipp Rossmanith . I tried exposing one more POJO as WS. It wasn't working until I had to give a different port no. for the 2nd service in the locationURI. How do I avoid creating jetty ? suppose servicemix is running in Jboss how do I make use of Tomcat and not use Jetty ?
Pradeep prossma wrote: > > > Pradeep, > > There are 2 components which are involved in the example that you're > talking about: servicemix-http and servicemix-jsr181. > > You use one for publishing a POJO as an endpoint on the ServiceMix bus > (servicemix-jsr181) and the other for publishing the endpoint as a Web > service to the outside world (servicemix-http). That makes 2 different > service units which you have to deploy. > > As for understanding the underlying concepts, I'd suggest you to browse > the ServiceMix documentation (for instance the articles: > http://www.servicemix.org/site/articles.html) or the JBI specification, > which can be obtained from > http://jcp.org/aboutJava/communityprocess/final/jsr208/index.html. Also, > the mailing lists and the user/developer forums contain a lot of > explanations. Finally, another good source of ServiceMix knowledge are the > test cases which come with the source files. > > As for the annotations: see > http://www.servicemix.org/site/servicemix-jsr181.html > > Regards, > Philipp Rossmanith > >> -----Mensaje original----- >> De: pradeep [mailto:[EMAIL PROTECTED] >> Enviado el: miércoles, 13 de septiembre de 2006 11:48 >> Para: [email protected] >> Asunto: Re: xbean.xml in soap-binding example >> Importancia: Baja >> > >> > >> What is the purpose of annotations attribute in engine-su\xbean.xml ? >> thanks >> > >> pradeep wrote: >> > >> > Why do we need 2 xbean.xml - one in binding-su and another in engine-su >> ? >> > >> > >> -- >> View this message in context: http://www.nabble.com/xbean.xml-in-soap- >> binding-example-tf2264051.html#a6282239 >> Sent from the ServiceMix - User forum at Nabble.com. > > > This e-mail may contain confidential or privileged information. Any > unauthorised > copying, use or distribution of this information is strictly prohibited. > > > Este mensaje electrónico puede contener información confidencial o > privilegiada, por lo > que está completamente prohibida la copia, el uso o la distribución no > autorizada de > dicha información > > Aquest missatge electrònic pot contenir informació confidencial o > privilegiada i està > completament prohibida qualsevol còpia, ús o distribució no autoritzada > d'aquesta > informació. > > > Mezu honek, enpresaren jabetzapeko edo legalki babestutako isilpeko > informazioa izan dezake. > > Zu ez baldin bazara hartzailea, mesedez bidaltzaileari jakinarazi iezaiozu > eta mezua ezabatu, > ez ezazu gorde ezta birbidali ere, baimendu gabeko bere erabilera > debekatzen da eta. > > -- View this message in context: http://www.nabble.com/xbean.xml-in-soap-binding-example-tf2264051.html#a6283064 Sent from the ServiceMix - User forum at Nabble.com.
