Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
2k views

Is there a way to release a saturated connection pool?

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 ...
1
vote
1answer
326 views

Invoke BPEL from a Webservice in OpenESB

Right now i'm developing a composite application using Open ESB. I got my application tested through a test case by sending a request SOAP message, and it works great. The problem is, i want my ...
1
vote
4answers
3k views

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)?
0
votes
1answer
13 views

BPEL issue on Open ESB com.sun.xml.transform.sware.TooManyElementsException

I am having a problem mapping nested lists in an Open ESB BEPL processes. I am calling a service that returns a object containing a list. One of the parameters in that list is another list. My return ...
0
votes
0answers
52 views

OpenEsb POJO service as handler

I'm developing a bpel-process using OpenEsb which is calling external web-services. Problem is that particular web-service WSDL is formed so, that OpenEsb engine does not create soap headers for the ...
0
votes
1answer
207 views

OpenESB on Glassfish v3?

Does anyone know if OpenESB components, any version, can run on Glassfish v3? Or is OpenESB now a deadend?
0
votes
1answer
320 views

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 ...
0
votes
2answers
511 views

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 ...
0
votes
3answers
134 views

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, ...