Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
2answers
234 views

Parameter for BPEL process

I use OpenESB + BPEL. I would like to use some parameter to set system specific settings (path, string constants, etc.). I tried to use a properties file that a simple java class should read up and ...
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
0answers
19 views

glassfish-esb: Can anybody give me some good startup please?

I need to switch to glassfish-esb in place of jboss-esb. Can anybody give me please some good speed up in this regard?
0
votes
0answers
54 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
102 views

GlassfishESB filebc component causes too many open file handles

I have an Glassfish ESB based CASA app running in production system (Win 2k3) for sometime now. I have recently encountered a very strange file handles related issue. It so happened that I was unable ...
0
votes
1answer
314 views

Unable to deploy in Netbeans 6.7.1 and Glassfish v2.1.1

I am trying to deploy a simple WebService in Netbeans 6.7.1 and Glassfish v2.1.1 and am getting the following error. I am using GlassfishESBv2.2 and windows 7 machine. I have tried googling and ...
0
votes
1answer
514 views

Calling web service requiring basic http authentication from a bpel process

I am looking to call a web service requiring basic authentication from a bpel process. I have configured my wsdl as close to what the "net" says as possible but it still doesn't work. It makes the ...