Questions tagged [jboss-esb]

JBoss ESB is a Java based, open source, Enterprise Service Bus.

JBoss ESB (Enterprise Service Bus) is a part of the JBoss Enterprise SOA Platform. It is Java based open source software mapping the SOA (Service-Oriented Architecture) and SOI (Service-Oriented Infrastructure) onto a concrete implementation.

For documentation, visit the official homepage for the project:

http://www.jboss.org/jbossesb

66 questions
0
votes
0 answers

Why camel routes start and stops on its own?

My jar is deployed in jboss fuse server, i have installed it using osgi command. But DefaultShutdownStrategy does gracefull shutdown of my camel routes and again my routes starts and then againg gets shutdown, how should i find whats wrong with my…
0
votes
2 answers

How to enrich data by inserting json in other json in ESB

I am using Camel APIs for routing in my project with ESB and have the below requirement for a specific problem:- There is a web service called using the form tag URI which takes in the request as JSON and responds the POST call with JSON data. I…
Deepak S
  • 1,544
  • 3
  • 15
  • 33
0
votes
1 answer

Connect to WMQ with Jboss Developer Studio

I am trying to connect to WMQ from JBoss Developer Studio. I get the following error: Unable to start bundle: com.ibm.msg.client.osgi.jms [10] My config:
0
votes
1 answer

Cannot load JDBC driver on JBoss Fuse

guys! I have a project in Jboss Developer Studio. If I run project on Local Camel Context - it works. If I run project in Jboss Runtime Server 6.3, I see this error: Caused by: java.lang.ClassNotFoundException:…
0
votes
1 answer

Does JBoss ESB Action has life cycle?

Does JBoss ESB Action has life cycle like Servlet does (init, service, destroy)? I am writing dozens of ESB actions that requires the same initialization and destroy business logic. So I am thinking of putting this common init and destroy code in…
Rosdi Kasim
  • 24,267
  • 23
  • 130
  • 154
0
votes
1 answer

Setting a client receiveTimeout for CXF service above 4 minutes

I have generated an CXF service and set timeouts for 120000ms = 2min for both: requestContext.put("javax.xml.ws.client.receiveTimeout", 120000); requestContext.put("javax.xml.ws.client.connectionTimeout", 120000); It is working fine, I have tested…
countryroadscat
  • 1,660
  • 4
  • 26
  • 49
0
votes
1 answer

how to configure the external properfiles into the OSGI

we are using the Jboss fuse 6.2 along with technical stack blueprint,camel ,activeMQ and Mybatis. We need to know about how to configure the property files in OSGI , as per my knowledge we could configure .cfg files, but is there any simplest way…
srikanth
  • 61
  • 6
0
votes
1 answer

Some class(StubExt) is not visible from class loader, JbossESB

I have got fallowing error when i call my service: 2015-07-06 14:53:09,885 ERROR [org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl] (pool-39-thread-1) Cannot create proxy for SEI com.foo.FooPortType from:…
countryroadscat
  • 1,660
  • 4
  • 26
  • 49
0
votes
1 answer

WebService error while deploying - Wrong arguments

Deploying my new service on JBOSS SOA-P 5 stops with error: ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Instantiated:…
countryroadscat
  • 1,660
  • 4
  • 26
  • 49
0
votes
1 answer

Interacting with an ServletApplication through Jboss-fuse-ESB accross multiple networks

In our local network we have an existing web IDE type application that is accessed via popular web browsers. I would like to use Jboss FUSE ESB to be/act as a tunnel between the local and a the Cloud/any network. So that we, via a web browser…
yokodev
  • 1,266
  • 2
  • 14
  • 28
0
votes
1 answer

Servicemix Camel Activiti Integration and H2 Database configuration

I have configured Activiti on Servicemix 5.1.1 and got it working with Camel. I need to configure Activiti to use SQL Server instead of the default inbuilt H2 which comes with servicemix for Activiti during feature installation. I am not finding any…
0
votes
1 answer

BPEL Java Code Validation, Processing, Logging and Database Interaction

I am currently exploring BPEL capabilities and I need to know whether BPEL has got any facilities to Use java classes for Validation. Processing of Data which flows in the BPEL processing. Logging after invoking the service in process. Need to…
user3500159
  • 25
  • 2
  • 6
0
votes
1 answer

BPEL OutOfMemoryError in JBOSS SOA P

I deployed the bpel process in JBOSS AS in SOA Platform and it works fine. But, when I tried to check for load testing using SOAP UI. its stops with OutOfMemoryError as shown below. 16:48:58,226 ERROR [JIoEndpoint] Error allocating socket…
user3500159
  • 25
  • 2
  • 6
0
votes
1 answer

How to mention the wsdl location in JBOSS ESB

I have developed the JBOSS ESB project and created proxy for the service and invoked successfully. But, the wsdl location in hard coded.
user3500159
  • 25
  • 2
  • 6
0
votes
1 answer

How to assign hardcode value to Invoke Activity in BPEL

I have a if condition and need to invoke the service with hard-code argument when the condition satisfies. How to assign the hard code value to the invoke activity. Is there any book, tutorials, documents available which cover everything about BPEL.
user3500159
  • 25
  • 2
  • 6