problem configuring jbossesb. help me please
by Koxkorrita
We're trying to configure one jbossesb.
It's installed and working (the samples Works fine).
The problem is when we try to configure the registry. By the manual, we're
trying to use scout+juddi by soap.
queryManagerURI =http://localhost:8080/juddi/inquiry
lifeCycleManagerURI= <http://localhost:8080/juddi/publish>
http://localhost:8080/juddi/publish
transportClass=org.apache.ws.scout.transport.AxisTransport
We see the dataBase operative in
jdbc:hsqldb:D:\Archivos de
programa\jbossesb-server-4.5.GA\server\default\data\hypersonic\juddiDB
User="sa"
Pwd=""
We've tried to connect in the esb.juddi.xml with datasource:
<entry key="juddi.isUseDataSource">true</entry>
<entry key="juddi.dataSource">java:/juddiDB</entry>
And without Datasource:
<entry key="juddi.isUseDataSource">false</entry>
<entry key="juddi.jdbcDriver">org.hsqldb.jdbcDriver</entry>
<entry key="juddi.jdbcUrl">jdbc:hsqldb:D:\Archivos de
programa\jbossesb-server-4.5.GA\server\default\data\hypersonic\juddiDB</entr
y>
<entry key="juddi.jdbcUsername">sa</entry>
<entry key="juddi.jdbcPassword"></entry>
The problem is when we try to connect with uddiBrowser. We configure the
uddiRegistry and then we make a search.
The error is:
09:48:47,397 ERROR [FindBusinessFunction] java.sql.SQLException: Table not
found in statement [SELECT B.BUSINESS_KEY,B.LAST_UPDATE,N.NAME FROM BUSINES
S_ENTITY B,BUSINESS_NAME N WHERE B.BUSINESS_KEY = N.BUSINESS_KEY AND
((UPPER(NAME) LIKE ?)) ORDER BY N.NAME ASC,B.LAST_UPDATE DESC]
We see the same error in the uddiBrowser console and in the jboss console.
So it connects. The problema is that the ESB and the DS isn't connected.
Any help?
In the jboss console we see the dataBase and we can open de hsqldbmanager,
and we see the tables.
We are lost.
Can you help me?
Thanks
15 years, 9 months
SoapUI-Client in jboss
by Mudgal, Chhaya
Hi,
We have just started to use JBOSS ESB. We have a major road block when
we try to send request to a web service using soapui client.
We are working on backgroundcheck vendors and the request looks like
below, I am trying to use webservice_consumer1 as an example. However
when I send the request to the vendors the attributes userId, account,
password in the soap request are empty (<sch:BackgroundCheck account="?"
password="?" userId="?">).
I also came across a message
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=151738
Can you please confirm if this is something which is not supported by
soapui client? Is there any other way we can invoke the webservice and
be able to send the attribute values in the request. The external vendor
webservices are using SOAP.
Request sent:
<soapenv:Body>
<BackgroundCheck userId="XYZ" account="ABC" password="TEST">
<firstname>j</firstname>
<lastname>d</lastname>
</BackgroundCheck>
</soapenv:Body>
I will really appreciate if someone could please help us out.
Thank you,
Chhaya
15 years, 9 months
security
by Mudgal, Chhaya
Hi,
I have external web service that is using https.
I have looked into sampel/ security-cert and made changes to
login-config.xml and build.xml
I am still getting cannot locate keystore.
Can you please help?
Thanks
Chhaya
15 years, 9 months
Soap request to consume a web service
by Mudgal, Chhaya
Hi,
I am trying to invoke external webservice, how do I send soap request. I
am following webservice_consumer1 for this but not sure how to send xml
request since the sample in this case is using request map to send the
parameter.
I am able to invoke the external webservice but I am getting exception
back in response.
Any help will be appreciated.
Thanks
Chhaya
15 years, 9 months