Log in to follow, share, and participate in this community.
Thread ESB Deployment on JBoss AS
ESB Deployment on JBoss ASI am trying to deploy the JBoss ESB 4.8 to JBoss AS 4.2.1 GA. But its not working at all. What i am doing is to edit the Build.xml file in install folder of jbossesb. I am editing the org.jboss.esb.server.home with C...
Where to find SOAPProcessor?Hi, this is my first post about JBossESB. I downloaded jbossesb-4.8 and deployed it in the jboss-5.1.0.GA AS. But, when I'm trying to use the SOAPProceesor class an error ocurres in the import. I don't know where to ...
Drools Flow integrationI'm currently designing a new system to integrate one of our internal systems with an external 3rd party service, Drools Flow is perfect for what we're doing, as is JBoss ESB, I was kinda hoping the two were integrate...
Content Based Routing using SXC...I just commited changes to allow CBR using SXC (configured same as XPath, except cbrAlias="SXC").... it's in trunk... initial tests (using unit tests... 20000 iterations) suggest it's up to x50 faster than the XPath o...
Thread Perhaps SOAPProxy deployment conditions could be relaxed
Perhaps SOAPProxy deployment conditions could be relaxedI noticed that when one of the external wsdl based web services are down the whole ESB fails to deploy. While I underrstand the atomic nature of a deployment is important ...I'd prefer it fail and continued the ESB d...
Thread WSDL11Reader.java has problems w/ included WSDL
WSDL11Reader.java has problems w/ included WSDLI'm running into an issue w/ an external web service exposed via ESB/SOAPProxy. The returned root WSDL, includes a child WSDL (using wsdl:include) that defines the type/schema as well as other required elements....
Durable Subscriptions - JMS ListenersI'm looking at adding durable subscriptions for the JMS listeners ala https://jira.jboss.org/browse/JBESB-1890 What I have at the moment results in a config like the following (note the durableSubscriptionName...
JMX (mbean) with JBossESB serviceHi Folks, I have an esb service which is currently responsible for doing some routing (calling another esb service via serviceCat:serviceName:maxthre...
Thread External SOAP client fails due to httpheader issue
External SOAP client fails due to httpheader issueWe have an external client that is trying to invoke a SOAP based web service proxied on the the bus w/ SOAPProxy. They happen to be passing in an httpheader with a empty/null value. The servlet asserts while process...
Soap request MessageI want to know how can we print or see the soap message that is being send by Jboss ESB. Also I wanna know where I can find the source code for org.jboss.soa.esb.actions.soap.SOAPClient
Providing support for HornetQI'm looking at https://jira.jboss.org/browse/JBESB-3332 With HornetQ on AS4/AS5, all JMS destinations must be defined in the central AS5/AS4 server/hornetq.sar/hornetq-jms.xml. You can't have a different...
migrating to Jboss 5.0 and ESB 4.8Hi All, What could be the main benefits of migrating the application from JBoss 4.2.3/ESB 4.4 to JBoss 5.0/ESB 4.8? Thanks.
upgrade Jboss AS and ESBHi Team, I'm currently running: jboss-4.2.3.GA jbossESB 4.4.GA and want to upgrade to: jboss-5.0 jbossESB 4.8 And my question...
Thread SoapProxy issue while calling Client Program
SoapProxy issue while calling Client ProgramI am a beginer to JBOSS ESB, it's really wonderful to work on different features of it . pls help me to solve this issue. I successfully deployed a sample example http://jbossesb.blogspot.com/2009/11/...
Thread Problem in retrieving WSDL from remote endpoint
Problem in retrieving WSDL from remote endpointHi, I have problem to get wsdl definition of a service, esb config in attached file. The problem is that wsdl file of remote service is about 90k, and when i open http://127.0.0.1:8080/JBossItemService/http/s...
How to remove old WS Endpoints?Hi everyone, Recently I've started playing around with JBoss ESB. I'm using version 4.7. While I was exploring quickstart examples I messed something up with WS-Endpoints. I can't find any way to repair it -...
Thread SOAPProxy initialization and deployment ordering
SOAPProxy initialization and deployment orderingWhen the SOAPProxy action is constructed, it pulls the wsdl url as configured. The normal use case for a webservice proxy is that the webservice is "someplace else" and already available, and if it's not available, it...
message_id in JBM_MSG tablehi, I am using HypersonicDatabase as a datasource for all my messages. In this database there is a table which stores all the messages that have not been read yet , which is called JBM_MSG. In this table ther...