On Fri, May 23, 2008 at 11:42 AM, jsexton0 <[EMAIL PROTECTED]> wrote:

> Maybe this is completely off base, but I tried combining that with the
> tutorial like this:
>
> <beans xmlns:file="http://servicemix.apache.org/file/1.0";
>       xmlns:tut="urn:servicemix:tutorial"
>       xmlns:xmpp="http://servicemix.apache.org/xmpp/1.0";>
>  <file:sender service="tut:file" endpoint="sender"
> directory="file:/home/gert/sender" />
>  <xmpp:groupChatEndpoint service="tut:file" endpoint="sender"
>    uri="xmpp://[EMAIL PROTECTED]" password="mypassword"
> room="[EMAIL PROTECTED]"/>
> </beans>
>
> mvn jbi:projectDeploy fails.  The console shows class not found
> DefaultBootstrap.  If I go find the zip file in the maven repository and
> copy it to the hotdeploy directory, it appears to activate without
> complaint, but it does not attempt to make an XMPP connection.  Thanks for
> the help.  Unfortunately I feel like there's a lot of guesswork on my part
> in attempting this this way.

This style of  configuration won't work. The configuration for
different JBI components cannot be combined into the same xbean.xml
file (and therefore the same SU). You'll need to create one SU for the
servicemix-file component and one SU for the servicemix-xmpp
component.

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/

Reply via email to