The jboss-esb tag has no wiki summary.
0
votes
0answers
3 views
JBOSS ESB(Jboss developer studio).ESB project
enter code hereIn *Jboss developer Studio Version: 7.0.0.GA. I am not able to create New -->ESB Project. I am getting following error.
**Details :**
Plug-in "org.jboss.tools.esb.project.ui" was ...
0
votes
0answers
10 views
JBOSS ESB(Jboss developer studio)
In JBOSS Developer Studio while creating ESB Project I am getting following error
java.lang.NoClassDefFoundError: org/jboss/tools/esb/core/runtime/JBossRuntimeManager
at ...
0
votes
0answers
16 views
JBOSS ESB (Enterprise service bus) configuration
I am not able to configure JBOSS Tools for ESB in eclipse.Any one pls guide me.
I had tried in eclipse Juno and Eclipe Indigo i am not able to install completely.
In Eclipse Juno :
while installing ...
3
votes
0answers
97 views
+100
JBossESB - queue to service mapping
I am intercepting messages that are sent through JBossESB. I am using pipeline interceptors to do so.
The problem is, that altough the sender is a service (for example PortReference < ...
0
votes
0answers
32 views
JBoss ESB XML MEP Behviour
I am using JBoss AS 5.1.0 and Jboss ESB 4.10
I am trying to Invoke a Service which has a single action. I have Set MEP = oneWay for the Service.
When I Invoke the Service Using the Below Method I ...
0
votes
1answer
65 views
JBoss ESB — Camel Mail message attachments (inbound)
I've googled a significant amount on this, and I'm fairly comfortable with JBoss ESB and Camel.
I've defined a Camel Mail endpoint, and my goal is to extract attachments from emails for the purpose ...
0
votes
1answer
79 views
JBoss ESB pipeline interceptor triggers multiple times
I am working on a project that "sniffs" (intercepts) all messages that are being send through ESB.
I use JBoss AS 6 with ESB 4.11. I am sending both esb-aware and JMS messages and everything works, ...
0
votes
1answer
27 views
How do I group messages in JBoss ESB?
I have JSON messages incoming to JMS queue on JBoss server.
I want to group them using some criteria, e.g. parse and use attribute "group" to group by.
I need to accumulate messages for X minutes, ...
2
votes
0answers
165 views
Calling remote ESB client error
I am trying to send and esb message from remote client, but I am constantly getting this error:
org.jboss.soa.esb.listeners.message.MessageDeliverException: ...
0
votes
0answers
67 views
jboss enterprise soa platform versions
There are 2 major(4.x.x and 5.x.x) versions of JBoss Enterprise SOA Platform. I got these information from an article on redhat site (https://access.redhat.com/site/articles/111773).
I do not see ...
0
votes
0answers
138 views
How to split a CSV file and route each row to another service?
I'm trying to build my first service for JBoss ESB and I want to split a CSV file, map each row to a POJO with Smooks and call another ESB service with each POJO.
This is what I got at the moment:
...
0
votes
1answer
104 views
Jboss EAR with EJB and webservice health monitoring and management
I am using Jboss5.1 and I have a EAR1 deployed which has a EJB3 component implemented using @Stateless annotation and the same EJB is also exposed as webservice using the annotation @webservice.
I ...
0
votes
0answers
61 views
How can I run Switchyard services without Maven?
I'm using JBDS 6.0.0 GA and installed SwitchYard on that. I'm a beginner in Switchyard, and I want to write a simple JSP to show a simple text.But I don't want to use Maven to run it. Is it ...
1
vote
2answers
269 views
How to Deploy a JBoss ESB on a Jboss AS
I am Trying to deploy Jboss esb over Jboss AS using Ant. but i am getting the following error and it is giving me a build fail. I certainly have changed the .Properties file with the correct Server ...
0
votes
0answers
95 views
Log4j no loggers after configure
I'm developing JBoss ESB application, and, in particular, logging module (work through log4j)
My logger module initialization:
LogManager.resetConfiguration();
DocumentBuilderFactory factory = ...