vsp wrote:
I'm newbie at servicemix... I need to understand very quickly with
development and use applications for servicemix.
1) How to configure servicemix for using with Quartz if I have compilled
service engine and deployed it to servicemix?
See here: http://incubator.apache.org/servicemix/servicemix-quartz.html
Specify the target service you want an exchange created to every n
intervals. (Note: you must have created a service unit that is deployed
in your service engine to do so)
a) How to choose which endpoint will be used at service engine?
Selection is based on the interface name, service name, and endpoint
name of each endpoint you deployed into your service engine. (i.e. the
service units deployed)
b) What I must specify at activationSpec of Quartz to execute deployed to
servicemix HelloWorld service engine?
I usually used the standard xbean.xml in the servicemix-quartz component
to configure quartz endpoints, but if you want to use the activationspec
there is documentation in the link above.
Sorry if questions are very simple... but many docs has status: "in work"...