[JBoss JIRA] Created: (JBIDE-6268) Hello world example client fails sending ESB message
by Libor Zoubek (JIRA)
Hello world example client fails sending ESB message
----------------------------------------------------
Key: JBIDE-6268
URL: https://jira.jboss.org/jira/browse/JBIDE-6268
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb, project-examples
Affects Versions: 3.2.next
Environment: jboss eap 5.0 GA, esb 4.7
Reporter: Libor Zoubek
Assignee: Brian Fitzpatrick
I am playing with HelloWorld and HelloWorld ESB examples. I've successfully deployed HelloWorld, I am able to run SendJMSMessage client class with results as expected, but SendEsbMessage fails
Here is result:
Usage SendEsbMessage <category> <name> <text to send>
Exception in thread "main" org.jboss.soa.esb.listeners.message.MessageDeliverException: org.apache.ws.scout.transport.TransportException: javax.naming.NameNotFoundException: InquiryService not bound
at org.jboss.soa.esb.client.ServiceInvoker.loadServiceClusterInfo(ServiceInvoker.java:545)
at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:174)
at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:155)
at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:197)
at org.jboss.soa.esb.samples.quickstart.helloworld.test.SendEsbMessage.main(SendEsbMessage.java:56)
Caused by: org.jboss.soa.esb.services.registry.RegistryException: org.apache.ws.scout.transport.TransportException: javax.naming.NameNotFoundException: InquiryService not bound
at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findEPRs(JAXRRegistryImpl.java:348)
at org.jboss.internal.soa.esb.services.registry.InVMRegistryInterceptor.findEPRs(InVMRegistryInterceptor.java:85)
at org.jboss.soa.esb.services.registry.RegistryFactory$HeadRegistryInterceptor.findEPRs(RegistryFactory.java:229)
at org.jboss.soa.esb.listeners.RegistryUtil.getEprs(RegistryUtil.java:226)
at org.jboss.soa.esb.client.ServiceInvoker.loadServiceClusterInfo(ServiceInvoker.java:532)
... 4 more
Caused by: javax.xml.registry.JAXRException: org.apache.ws.scout.transport.TransportException: javax.naming.NameNotFoundException: InquiryService not bound
at org.apache.ws.scout.registry.BusinessQueryManagerImpl.findConcepts(BusinessQueryManagerImpl.java:544)
at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.getJBossESBTModel(JAXRRegistryImpl.java:653)
at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findEPRs(JAXRRegistryImpl.java:307)
... 8 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBDS-1197) JBDS 3.0 - ESB editor - does not recognize or flag as an error multiple elements incorrectly sharing a common name
by Len DiMaggio (JIRA)
JBDS 3.0 - ESB editor - does not recognize or flag as an error multiple elements incorrectly sharing a common name
------------------------------------------------------------------------------------------------------------------
Key: JBDS-1197
URL: https://jira.jboss.org/jira/browse/JBDS-1197
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Error Reporting, SOA Platform
Affects Versions: 3.0.0.CR1
Environment: Version: 3.0.0.GA
Build id: v201003100055R
Build date: 201003100222
Reporter: Len DiMaggio
For example, if the following jboss-esb.xml fragment is used, only the first "http" http-provider is displayed in the ESB editor - no error is displayed.
<providers>
<http-provider name="http">
<http-bus busid="secureFriends">
<!-- Only users in the "friend" role are allowed
access via the "GET" method. Unspecified
methods are not protected (i.e. are allowed)... -->
<allowed-roles>
<role name="friend" />
</allowed-roles>
<protected-methods>
<method name="GET" />
<method name="POST" />
</protected-methods>
</http-bus>
<!-- Global exception mappings file... -->
<exception mappingsFile="/http-exception-mappings.properties" />
</http-provider>
<http-provider name="http">
<http-bus busid="insecureFriends">
</http-bus>
</http-provider>
</providers>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 11 months