On Fri, May 23, 2008 at 6:19 AM, Bruce Snyder <[EMAIL PROTECTED]> wrote: > On Thu, May 22, 2008 at 2:07 PM, jsexton0 <[EMAIL PROTECTED]> wrote: >> >> Hello - >> I may be missing something but I've been unable to configure Servicemix for >> XMPP. It's very unclear to me how to do this, even after reading everything >> here and everything else I can find. >> >> I have used smack and Openfire for my own applications and have servers to >> connect to. >> >> I have a fresh download of Servicemix running. >> >> Do I add an entry to servicemix.xml? Do I need create an xml file with my >> configuration? What's that file look like? Sorry if this is a basic >> question, but my guesses so far have gotten me no place. >> >> I tried adding <import resource="classpath:xmpp.xml" /> to servicemix.xml, >> and in xmpp.xml I've added various things. I get combinations of invalid >> namespace errors and/or class not found errors. I also tried copying the >> jars from the xmpp package in hotdeploy to the servicemix/lib directory, but >> guess is getting me no place. >> >> Any tips on XMPP? > > At a high level, what you need to do is create a service unit (SU) > project, then create a service assembly (SA) project and then drop the > SA in the hotdeploy directory. The SU and the SA are zip files with a > Spring configuration file and some JBI metadata. To actually achieve > this, I suggest walking through a tutorial or two in order to > understand what is involved in a step-by-step manner. Then simply > apply what you've learned to configuring the servicemix-xmpp component > instead of the component in the tutorial. > > If you have any additional questions after walking through the > tutorial, just let us know. We're glad to help.
Whoops, I forgot to paste the URL to the tutorials: http://servicemix.apache.org/tutorials.html Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
