Questions tagged [open-esb]

OpenESB is a Java-based open source enterprise service bus. It can be used as a platform for both enterprise application integration and service-oriented applications and supports various Web Services standards. It was formerly developed by Sun Microsystems, but was open sourced in October 2010. It is licensed under CDDL.

OpenESB is a Java-based open source enterprise service bus. It can be used as a platform for both enterprise application integration and service-oriented applications and supports various Web Services standards. It was formerly developed by Sun Microsystems, but was open sourced in October 2010. It is licensed under CDDL.

Useful links

The OpenESB project page.

22 questions
0
votes
1 answer

Having Separate Certificates Running Under GlassFish 2

Can anyone please explain how i can have more than one X.509 Certificates in my GlassFish application server? The main challenge for me is that GlassFish uses just one alias which is 's1as'.
isaiah
  • 311
  • 2
  • 5
  • 14
0
votes
1 answer

OpenESB: (How) Can I deploy an externally-created BPEL process?

I have downloaded the OpenESB-Netbeans bundle. It can be used to create and deploy (run) BPEL processes. But what I need is to be able to deploy an externally-created BPEL process. My external process comes from Enterprise Architect and consists…
java.is.for.desktop
  • 10,748
  • 12
  • 69
  • 103
0
votes
2 answers

ServiceMix -> NetBeans OpenESB?

I've picked up a project that needs to import some (old) JBI components that were developed using ServiceMix about three years ago. I need to bring these into to a modern GlassFish environment. So far, it's not very clear what or how I should do it.…
Piko
  • 4,132
  • 2
  • 21
  • 13
0
votes
3 answers

OpenESB Nested BPEL?

I have an unusual design goal that I would like to solve using OpenESB. We have a number of files that will be generated by our system to be transferred to another system. Depending on the data type, the source system and the destination system, a…
Piko
  • 4,132
  • 2
  • 21
  • 13
0
votes
1 answer

OpenESB GlassFish - WSDL imports improper location URL.

I am trying to deploy my composite project to production environment which has a domain i.e. esbservices.mydomain.com I successfully get WSDL from my domain through this URL... i.e. esbservices.mydomain.com/myproject/services/myservice?wsdl However…
Waqas Memon
  • 1,247
  • 9
  • 22
0
votes
1 answer

BPEL Persistence issue

It's very easy to turn persistence on in a Glassfish server, but what I've found is that this will persist all calls going through the system and some of these are synchronous calls that don't need to be persisted. This obviously affects server…
user898465
  • 944
  • 1
  • 12
  • 23
0
votes
1 answer

Java Socket Programming VS openESB

I have a situation that multiple clients can communicate with multiple servers, and send messages over TCP/IP connection. The client can be in any technology and try to communicate with server by passing only host name and port of the server running…
1
2