Re: ODE clustering support

2010-04-22 Thread Jeff Yu
Hi Milinda, I believe below are some tasks that we need to do: 1. clustering deployment, or as you said process store synchronization. I am wondering how did you do this, did you create a repository for its deployment registration? 2. heart beat mechanism for detecting cluster node. 3. implement

How to use ODE behind reverse proxy?

2010-04-22 Thread Terry Mueller
We have ODE running behind an Apache2 reverse proxy in DEV, TEST, UAT and PROD environments. Is there any easy way to globally change the external host-name and port rather using search/replace to set each in the WSDL? - Regards, Terry

Re: Embedding ODE

2010-04-22 Thread Milinda Pathirage
Hi Meeraj, You can have a look at the ODE Axis2 integration layer to understand how BPEL server is initialized and how you can invoke process through ODE API. We have separate integration layer implemented for WSO2 BPS using the knowledge we get from ODE's Axis2 integration layer. Please first go

[jira] Commented: (ODE-599) Enable concurrent execution of Invoke in in-memory processes

2010-04-22 Thread Dan Douglas (JIRA)
[ https://issues.apache.org/jira/browse/ODE-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855523#action_12855523 ] Dan Douglas commented on ODE-599: - Out of the office until Monday, April 19, 2010. > Enable

Re: Embedding ODE

2010-04-22 Thread Meeraj Kunnumpurath
Hi, I have been trying to find my way through, debugging through the code. So far, I think, I have managed to initialize a server instance with the code below, TransactionManager transactionManager = new Current(); BasicDataSource basicDataSource = new BasicDataSource();

[jira] Created: (ODE-815) Removing repeated headers in output messages

2010-04-22 Thread Kamil Kujawinski (JIRA)
Removing repeated headers in output messages Key: ODE-815 URL: https://issues.apache.org/jira/browse/ODE-815 Project: ODE Issue Type: Bug Components: Axis2 Integration Affects Versio

Embedding ODE

2010-04-22 Thread Meeraj Kunnumpurath
Hi, I am looking at embedding ODE in an SCA container. The objective is to enable in-process two way invocation between BPEL processes and other component types like POJO instances. Quickly looking through the source, I gather the starting point is BpelServerImpl. Could someone please tell what is