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
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
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
[
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
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();
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
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