open-esb

Is there a way to release a saturated connection pool?

Hi, I'm working with open esb on a glassfish server. We have a connection pool that works with an as400 Database. Every couple of days we get this error: Error in allocating a connection. Cause: In-use connections equal max- pool-size and expired max-wait-time. Cannot allocate more connections The best way to relief the cp is to resta...

OpenESB Nested BPEL?

Hi all, 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 series of transforms will need to take place before the data can be uploaded to th...

ServiceMix -> NetBeans OpenESB?

Hi guys, 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. Any tips or pointers? My worst case scenario is to wrap the JBI component call...

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

Hello, everyone! 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 just of two files .bpel and .wsdl. EDIT: Enterprise Architect sadly only...

What is the future of GlassFish ESB / Open ESB

With the merger of SUN and Oracle: What is the future of Open ESB a.k.a. GlassFish ESB? Is this a product which will be discontinued as Oracle has Oracle Service Bus (was BEA AquaLogic Service Bus)? ...

Multiple comosite applications on same WSDL endpoint with OPEN-ESB

Just learning how Open-ESB (GlassFishESB) works and evaluating it for a project. One point I do not understand is that if I have a Composite application bound to an incoming web service (hosted on the glassfish server) can I get muple composite applications to consume this message ? If so is it done by A) simply deploying the multiple ...