How can I refuse from this problem? I use JBoss + ServiceMix
2005-10-26 18:52:45,734 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'jbi' 2005-10-26 18:52:45,734 DEBUG [org.servicemix.jbi.management.ManagementContext] Failed to create local registry java.rmi.server.ExportException: Port already in use: 1099; nested exception is: java.net.BindException: Address already in use: JVM_Bind at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:243) at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:178) at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382) at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116) at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:180) ----- Original Message ----- From: "Guillaume Nodet" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, October 26, 2005 2:37 PM Subject: Re: [servicemix-dev] QuartzComponent? > Sure, i should have done that :) > > http://svn.servicemix.codehaus.org/branches/servicemix-1.1/base/src/test/resources/org/servicemix/jbi/config/example-spring.xml?rev=599&view=auto > > Cheers, > Guillaume Nodet > > Maxim Surov wrote: > > >Can you provide an example of its usage? > > > >----- Original Message ----- > >From: "Guillaume Nodet" <[EMAIL PROTECTED]> > >To: <[email protected]> > >Sent: Wednesday, October 26, 2005 11:01 AM > >Subject: Re: [servicemix-dev] QuartzComponent? > > > > > > > > > >>The destinationService property has to be set on the associated > >>activationSpec. > >>If you use a plain spring configuration, the "components" property on > >>the jbi container > >>is a list of "org.servicemix.jbi.container.ActivationSpec" objects that > >>hold information > >>about a component. > >>You can set several parameters and in particular, routing informations > >>as the destinationService > >>property. > >> > >>Cheers, > >>Guillaume Nodet > >> > >>Cheers, > >>Guillaume Nodet > >> > >>Maxim Surov wrote: > >> > >> > >> > >>>Hi, > >>> > >>>I use Spring notation to describe components and beans. > >>> > >>>Ho can I forward <property name="destinationService"> to QuartzComponent? > >>> > >>><!-- components within the JBI container --> > >>> <bean id="configNotifier" > >>>class="org.servicemix.components.quartz.QuartzComponent"> > >>> <property name="triggers"> > >>> <map> > >>> <entry> > >>> <key> > >>> <bean class="org.quartz.SimpleTrigger"> > >>> <property name="repeatInterval" > >>> > >>> > >value="10000"/> > > > > > >>> <property name="repeatCount" value="-1"/> > >>> </bean> > >>> </key> > >>> <bean class="org.quartz.JobDetail"> > >>> <property name="name" value="configer > >>>notification"/> > >>> <property name="group" value="ServiceMix"/> > >>> </bean> > >>> </entry> > >>> </map> > >>> </property> > >>> </bean> > >>> > >>>Ho can I point destination service in this case? > >>> > >>>Regards, > >>>Maxim > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >> > >> > > > > > > > > > > > > > >
