this page http://servicemix.org/site/lightweight-components.html lists pxe
as a lightweight component.
Anyway, in order to setup pxe to work for servicemix i have to compile the
pxe-jbi subproject and
drop the generated archive into servicemix hotdeploy dir?
thanks.
----- Original Message -----
From: "Guillaume Nodet" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, June 08, 2006 6:53 PM
Subject: Re: servicemix-bpe and pxe
A lightweight component is not a container. Usually, JBI components can
accept adeployments. For example a bpel service engine will accept
deployment
of bpel process. Lightweight components have limited features (for
example
existing ones do not have wsdl description), are configured
using spring and are easier to write. They can also be deployed onto the
servicemix-lwcontainer component.
Btw, where did you find a reference to a bpel lightweight component ?
If you need orchestration, you can also take a look at
http://www.bpmscript.org/
or http://servicemix.goopen.org/site/beanflow.html which do not use bpel.
Cheers,
Guillaume Nodet