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
8
votes
1 answer

OpenESB/NetBeans RESTful Web Services with JavaScript client

I followed this basic NetBeans tutorial on developing a RESTful web service. I was able to create and test the Restful Web Service for the Customer DB successfully. However, when creating the Restful JavaScript Client for this RESTful web service,…
stevetronix
  • 1,231
  • 2
  • 16
  • 32
7
votes
1 answer

Calling BPEL from Java program

I have created a BPEL process that takes as input three integer variables. I need to test it with different parameters passed from a Java program. I am using openESB for all this. My question is how to call BPEL from java code and how to pass the…
abbas
  • 6,453
  • 2
  • 40
  • 36
4
votes
5 answers

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)?
spa
  • 5,059
  • 1
  • 35
  • 59
3
votes
4 answers

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 connections equal max- pool-size and expired…
user100205
2
votes
2 answers

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 composite application to be able to be used like a…
user531148
  • 21
  • 3
2
votes
1 answer

OpenESB CASA: Multiple operations in single WSDL

I have a series of webservices endpoints that provide basic CRUD operations on my entities. For instances, take these WS methods: userService?wsdl --getUser(id) --getUsers --addUser(User) --removeUser(id) I would like to create a CA on…
MichelReap
  • 5,630
  • 11
  • 37
  • 99
1
vote
0 answers

How to call jsp page as client partner link in Bpel

I made a BPEL process and i successfully invoked four web services as a partners links by calling its WSDL, but now i still confuse how to link my JSP page which should be the client side to my BPEL process i searched a lot and didn't find a clear…
siseddik
  • 23
  • 4
1
vote
1 answer

OpenESB on Glassfish v3?

Does anyone know if OpenESB components, any version, can run on Glassfish v3? Or is OpenESB now a deadend?
user186668
  • 251
  • 3
  • 16
1
vote
4 answers

How to pass JSON in Open ESB

I am creating a simple OpenESB application. On left I have a rest inbound partner link and on the right I am calling a rest outbound partner link. I am trying to pass json to the service but openESB automatically parses it and converts it into…
wib
  • 425
  • 3
  • 17
1
vote
0 answers

OpenESB 2.3 GlassFish - Logging IP Address of each and every request

Currently I am facing an issue with GlassFish OpenESB (net beans impl) 2.3. Which is the latest version. I am receiving numerous http requests on my server on an invalid URL which does not exist, Hence the log file prints following log as many as…
Waqas Memon
  • 1,247
  • 9
  • 22
0
votes
1 answer

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 object, that I'm mapping to, more or less…
Mike
  • 1
0
votes
1 answer

invoke external webservice in openesb

I have created a simple webserivce locally. Imported its wsdl in the bpel project and tried to invoke it. I tested the webservice directly from the browser and it works fine. However running the test case in the CA gives me the following…
wib
  • 425
  • 3
  • 17
0
votes
1 answer

Java OpenESB CalculatorApp File Not Found Exception for WSDL

I'm trying to run the example Calculator app that comes with OpenESB but I keep getting the following error. java.io.FileNotFoundException: http://localhost:8080/CalculatorApp/CalculatorWSService?wsdl The first Calculator page…
stevetronix
  • 1,231
  • 2
  • 16
  • 32
0
votes
1 answer

OpenESB - different environments

I am developing a service layer app which provides a catalog of webservices, then I am orchestrating them using OpenESB. I create my BPELs importing external WSDL definitions using http://localhost:8080/services/myService?wsdl. The problem is --…
M Rajoy
  • 4,028
  • 14
  • 54
  • 111
0
votes
1 answer

Web application cannot find files when deployed

I have an application that uses files.txt to work. When I test the application with a main Class it works but when I deploy it I have this error : java.io.FileNotFoundException: keyWords/CA.txt (No such file or directory) …
deltascience
  • 3,321
  • 5
  • 42
  • 71
1
2