Antonio,

the (process & instance) management API is exposed as JBI service
automatically. Please see the JMX console or try to bind

    public static final QName PM_SERVICE_NAME = new
QName("http://www.apache.org/ode/pmapi";, "ProcessManagementService");
    public static final String PM_PORT_NAME = "ProcessManagementPort";

    public static final QName IM_SERVICE_NAME = new
QName("http://www.apache.org/ode/pmapi";, "InstanceManagementService");
    public static final String IM_PORT_NAME = "InstanceManagementPort";

HTH,
  Tammo

On 11.02.2010 18:26, Antonio Marín Cerezuela wrote:
> Hello,
> I'm trying to develop a service to manage the deployments for ODE on a
> FUSE 4 distribution. I have seen that the Axis-2 based API is only
> available in the WAR Dsitribution. Is there any way to manage ODE in the
> JBI distribution that makes feasible the deployment service?
> To note, I'm writing the service using CXF and JAX-RS to provide a
> RESTFul Deployment Service.
> 
> BR,
> Antonio


-- 
Tammo van Lessen - http://www.taval.de

Reply via email to