I got error message.. > java -jar bin/deployer.jar deploy geronimo-xmpp-plan.xml Username: system Password: ****** Error: Unable to distribute geronimo-xmpp-plan.xml: Cannot deploy the requested application module because no deployer is able to handle it. This can happen if tou have omitted the J2EE deployment descriptor, disabled a deployer module, or if, for example, you are trying to deploy an EJB module on a minimal Geronimo server that does not have EJB support installed. (planFile=/geronimo-jetty6-jee5-2.02/geronimo-xmpp-plan.xml)
%-|%-|%-| Jacek Laskowski wrote: > > On Dec 26, 2007 12:52 PM, zephyrus <[EMAIL PROTECTED]> wrote: > >> I need activemq-xmpp .... >> >> How can I add activemq-xmpp module in Geronimo? > > I *guess* you need to use the following snippet in a plan - > geronimo-activemq-xmpp-plan.xml: > > <gbean name="ActiveMQ.xmpp.default" > class="org.apache.geronimo.activemq.TransportConnectorGBeanImpl"> > <attribute name="protocol">xmpp</attribute> > <attribute name="host">localhost</attribute> > <attribute name="port">61222</attribute> > <reference name="brokerService"> > <name>ActiveMQ</name> > </reference> > </gbean> > > and deploy it using ./bin/deploy.sh deploy > geronimo-activemq-xmpp-plan.xml. It *might* do the trick and enable > xmpp in Geronimo (using ActiveMQ). > > Ping us if it doesn't work. > > Jacek > > -- > Jacek Laskowski > http://www.JacekLaskowski.pl > > -- View this message in context: http://www.nabble.com/Geronimo-2.0.2%2BActivemq-xmpp--tp14501583s134p14510252.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
