[
https://jira.jboss.org/jira/browse/JBIDE-5659?page=com.atlassian.jira.plu...
]
Dominik Pospisil commented on JBIDE-5659:
-----------------------------------------
I have tried all of the project examples on SOA-P 5.0. Some of them worked correctly, some
of them not. This is what i found:
helloworld
====================================
helloworld - service OK
helloworld_testclient
SendEsbMessage - Fails
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
SendJMSMessage - OK
helloworld_action
====================================
service deployment fails - relies on Queue/B which is present in SOA-P 4.3 but not in 5.0
helloworld_file_action
====================================
deployment fails - jboss-esb.xml contains paths which need to be replaced - should be
documented in readme.txt, after fixing works
CreateTestFile - OK
webservice_consumer
====================================
service deployment - OK
SendJMSMessage.java - fails with:
17:24:09,355 ERROR [[/Quickstart_webservice_consumer1]] StandardWrapper.Throwable
javax.xml.ws.WebServiceException: Cannot obtain endpoint for:
jboss.ws:context=/Quickstart_webservice_consumer1,endpoint=HelloWorldWS
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.initEndpoint(AbstractEndpointServlet.java:153)
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.initServiceEndpoint(AbstractEndpointServlet.java:124)
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.init(AbstractEndpointServlet.java:72)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
17:24:09,380 ERROR [[HelloWorldWS]] Allocate exception for servlet HelloWorldWS
javax.xml.ws.WebServiceException: Cannot obtain endpoint for:
jboss.ws:context=/Quickstart_webservice_consumer1,endpoint=HelloWorldWS
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.initEndpoint(AbstractEndpointServlet.java:153)
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.initServiceEndpoint(AbstractEndpointServlet.java:124)
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.init(AbstractEndpointServlet.java:72)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
17:24:09,411 ERROR [WsdlContext] Loading of definition failed for
[
http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl];
org.apache.commons.httpclient.HttpException: Received status code '500' on WSDL
HTTP (GET) request:
'http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl'.
17:24:09,425 ERROR [STDERR] org.apache.commons.httpclient.HttpException: Received status
code '500' on WSDL HTTP (GET) request:
'http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl'.
17:24:09,426 ERROR [STDERR] at
org.jboss.soa.esb.services.soapui.EsbWsdlLoader.load(EsbWsdlLoader.java:69)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:62)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:412)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:403)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.cacheWsdl(WsdlLoader.java:116)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:200)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111)
17:24:09,427 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
17:24:09,457 ERROR [WsdlProject] Error importing wsdl:
org.apache.commons.httpclient.HttpException: Received status code '500' on WSDL
HTTP (GET) request:
'http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl'.
17:24:09,457 ERROR [STDERR] org.apache.commons.httpclient.HttpException: Received status
code '500' on WSDL HTTP (GET) request:
'http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl'.
17:24:09,458 ERROR [STDERR] at
org.jboss.soa.esb.services.soapui.EsbWsdlLoader.load(EsbWsdlLoader.java:69)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:62)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:412)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:403)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.cacheWsdl(WsdlLoader.java:116)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:200)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111)
17:24:09,458 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
17:24:09,503 WARN [ActionProcessingPipeline] No fault address defined for fault message!
To: JMSEpr [ PortReference < <wsa:Address
jms:localhost:1099#queue/quickstart_webservice_consumer1_esb/>,
<wsa:ReferenceProperties jbossesb:java.naming.factory.initial :
org.jnp.interfaces.NamingContextFactory/>, <wsa:ReferenceProperties
jbossesb:java.naming.provider.url : localhost:1099/>, <wsa:ReferenceProperties
jbossesb:java.naming.factory.url.pkgs : org.jnp.interfaces/>,
<wsa:ReferenceProperties jbossesb:destination-type : queue/>,
<wsa:ReferenceProperties jbossesb:destination-name :
queue/quickstart_webservice_consumer1_esb/>, <wsa:ReferenceProperties
jbossesb:specification-version : 1.1/>, <wsa:ReferenceProperties
jbossesb:connection-factory : ConnectionFactory/>, <wsa:ReferenceProperties
jbossesb:persistent : true/>, <wsa:ReferenceProperties jbossesb:acknowledge-mode :
AUTO_ACKNOWLEDGE/>, <wsa:ReferenceProperties jbossesb:transacted : false/>,
<wsa:ReferenceProperties jbossesb:type : urn:jboss/esb/epr/type/jms/> > ]
MessageID: 8d1ddb1b-296d-4660-8d84-205ca301d388 RelatesTo:
jms:correlationID#8d1ddb1b-296d-4660-8d84-205ca301d388
SendEsbMessage.java fails with:
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.webservice_consumer1.test.SendEsbMessage.sendMessage(SendEsbMessage.java:42)
at
org.jboss.soa.esb.samples.quickstart.webservice_consumer1.test.SendEsbMessage.main(SendEsbMessage.java:61)
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)
... 5 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)
... 9 more
webservice_producer
===================================
service deployment - OK
SendMessage.java - OK
transform_CSV2XML
===================================
service deployment - OK
SendJMSMessage.java:
javax.xml.ws.WebServiceException: Cannot obtain endpoint for:
jboss.ws:context=/Quickstart_webservice_consumer1,endpoint=HelloWorldWS
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.initEndpoint(AbstractEndpointServlet.java:153)
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.initServiceEndpoint(AbstractEndpointServlet.java:124)
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.init(AbstractEndpointServlet.java:72)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
17:24:09,380 ERROR [[HelloWorldWS]] Allocate exception for servlet HelloWorldWS
javax.xml.ws.WebServiceException: Cannot obtain endpoint for:
jboss.ws:context=/Quickstart_webservice_consumer1,endpoint=HelloWorldWS
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.initEndpoint(AbstractEndpointServlet.java:153)
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.initServiceEndpoint(AbstractEndpointServlet.java:124)
at
org.jboss.wsf.common.servlet.AbstractEndpointServlet.init(AbstractEndpointServlet.java:72)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at
org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
17:24:09,411 ERROR [WsdlContext] Loading of definition failed for
[
http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl];
org.apache.commons.httpclient.HttpException: Received status code '500' on WSDL
HTTP (GET) request:
'http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl'.
17:24:09,425 ERROR [STDERR] org.apache.commons.httpclient.HttpException: Received status
code '500' on WSDL HTTP (GET) request:
'http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl'.
17:24:09,426 ERROR [STDERR] at
org.jboss.soa.esb.services.soapui.EsbWsdlLoader.load(EsbWsdlLoader.java:69)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:62)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:412)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:403)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.cacheWsdl(WsdlLoader.java:116)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:200)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45)
17:24:09,426 ERROR [STDERR] at
com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111)
17:24:09,427 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
17:24:09,457 ERROR [WsdlProject] Error importing wsdl:
org.apache.commons.httpclient.HttpException: Received status code '500' on WSDL
HTTP (GET) request:
'http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl'.
17:24:09,457 ERROR [STDERR] org.apache.commons.httpclient.HttpException: Received status
code '500' on WSDL HTTP (GET) request:
'http://127.0.0.1:8080/Quickstart_webservice_consumer1/HelloWorldWS?wsdl'.
17:24:09,458 ERROR [STDERR] at
org.jboss.soa.esb.services.soapui.EsbWsdlLoader.load(EsbWsdlLoader.java:69)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:62)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:412)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:403)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.cacheWsdl(WsdlLoader.java:116)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:200)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45)
17:24:09,458 ERROR [STDERR] at
com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111)
17:24:09,458 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
17:24:09,503 WARN [ActionProcessingPipeline] No fault address defined for fault message!
To: JMSEpr [ PortReference < <wsa:Address
jms:localhost:1099#queue/quickstart_webservice_consumer1_esb/>,
<wsa:ReferenceProperties jbossesb:java.naming.factory.initial :
org.jnp.interfaces.NamingContextFactory/>, <wsa:ReferenceProperties
jbossesb:java.naming.provider.url : localhost:1099/>, <wsa:ReferenceProperties
jbossesb:java.naming.factory.url.pkgs : org.jnp.interfaces/>,
<wsa:ReferenceProperties jbossesb:destination-type : queue/>,
<wsa:ReferenceProperties jbossesb:destination-name :
queue/quickstart_webservice_consumer1_esb/>, <wsa:ReferenceProperties
jbossesb:specification-version : 1.1/>, <wsa:ReferenceProperties
jbossesb:connection-factory : ConnectionFactory/>, <wsa:ReferenceProperties
jbossesb:persistent : true/>, <wsa:ReferenceProperties jbossesb:acknowledge-mode :
AUTO_ACKNOWLEDGE/>, <wsa:ReferenceProperties jbossesb:transacted : false/>,
<wsa:ReferenceProperties jbossesb:type : urn:jboss/esb/epr/type/jms/> > ]
MessageID: 8d1ddb1b-296d-4660-8d84-205ca301d388 RelatesTo:
jms:correlationID#8d1ddb1b-296d-4660-8d84-205ca301d388
17:32:06,358 INFO [DefaultEndpointRegistry] register:
jboss.ws:context=webservice_producer-Quickstart_webservice_producer1,endpoint=GoodbyeWorldWS
17:32:08,564 INFO [QueueService] Queue[/queue/quickstart_webservice_producer_gw] started,
fullSize=200000, pageSize=2000, downCacheSize=2000
17:32:08,594 INFO [QueueService] Queue[/queue/quickstart_webservice_producer_esb]
started, fullSize=200000, pageSize=2000, downCacheSize=2000
17:32:08,624 INFO [QueueService] Queue[/queue/quickstart_webservice_producer_esb_reply]
started, fullSize=200000, pageSize=2000, downCacheSize=2000
17:32:08,645 INFO [EsbDeployment] Starting ESB Deployment
'webservice_producer.esb'
17:32:30,240 INFO [CoyoteInvoker] Using org.apache.coyote.http11.Http11Protocol for http
(coyote) invoker protocol handler.
17:32:30,261 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on
http-localhost%2F127.0.0.1-8765
17:32:30,263 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on
http-localhost%2F127.0.0.1-8765
17:32:30,263 INFO [JBossRemotingGatewayListener] JBoss Remoting Gateway listener
'listener' started.
17:32:32,587 INFO [JBossRemotingGatewayListener] JBoss Remoting Gateway listener
'listener' started.
17:32:37,516 INFO [TomcatDeployment] deploy, ctxPath=/Quickstart_webservice_producer1
17:32:38,112 INFO [WSDLFilePublisher] WSDL published to:
file:/home/dpospisi/runtimes/jboss-soa-p.5.0.0/jboss-as/server/default/data/wsdl/webservice_producer.esb/Quickstart_webservice_producer1.war/GoodbyeWorldWSService1049688968443293355.wsdl
17:34:55,444 WARN [DBMessageStoreImpl] giving up and writing
urn:jboss/esb/message/UID#66ab6986-cbd2-4558-870c-58700c4b9be9 to DLQ
17:39:37,028 INFO [QueueService] Queue[/queue/quickstart_transform_CSV2XML_gw] started,
fullSize=200000, pageSize=2000, downCacheSize=2000
17:39:37,058 INFO [QueueService] Queue[/queue/quickstart_transform_CSV2XML_esb] started,
fullSize=200000, pageSize=2000, downCacheSize=2000
17:39:37,115 INFO [EsbDeployment] Starting ESB Deployment
'transform_CSV2XML.esb'
17:41:48,590 INFO [STDOUT] [transform_CSV2Smooks_Intermediate_format] Message before CVS
to XML transformation:
17:41:48,591 INFO [STDOUT] [1,Wed Nov 15 13:45:28 EST
2006,0,59.97,64.92,4.95,user1,Harry,Fletcher,SD,1,1,364,The 40-Year-Old
Virgin,29.98,2,1,299,Pulp Fiction,29.99
2,Wed Nov 15 13:45:28 EST
2007,0,60.00,64.92,4.95,user2,Kalle,Anka,SD,1,1,364,Fletch,29.98,2,1,299,Fletch
Lives,29.99
3,Wed Nov 15 13:45:28 EST 2007,0,60.00,64.92,4.95,user3,Donald,Duck,SD,1,1,364,The
Goonies,29.98,2,1,4,Happy Gilmor,29.99
].
17:41:51,406 INFO [STDOUT] [transform_CSV2Smooks_Intermediate_format] Message after CVS
to XML transformation:
17:41:51,407 INFO [STDOUT]
[<csv-set><csv-record><orderId>1</orderId><orderDate>Wed Nov
15 13:45:28 EST
2006</orderDate><statusCode>0</statusCode><netAmount>59.97</netAmount><totalAmount>64.92</totalAmount><tax>4.95</tax><userName>user1</userName><firstName>Harry</firstName><lastName>Fletcher</lastName><state>SD</state><orderLine1Position>1</orderLine1Position><orderLine1Quantity>1</orderLine1Quantity><orderLine1ProductId>364</orderLine1ProductId><orderLine1ProductTitle>The
40-Year-Old
Virgin</orderLine1ProductTitle><orderLine1ProductPrice>29.98</orderLine1ProductPrice><orderLine2Position>2</orderLine2Position><orderLine2Quantity>1</orderLine2Quantity><orderLine2ProductId>299</orderLine2ProductId><orderLine2ProductTitle>Pulp
Fiction</orderLine2ProductTitle><orderLine2ProductPrice>29.99</orderLine2ProductPrice></csv-record><csv-record><orderId>2</orderId><orderDate>Wed
Nov 15 13:45:28 EST
2007</orderDate><statusCode>0</statusCode><netAmount>60.00</netAmount><totalAmount>64.92</totalAmount><tax>4.95</tax><userName>user2</userName><firstName>Kalle</firstName><lastName>Anka</lastName><state>SD</state><orderLine1Position>1</orderLine1Position><orderLine1Quantity>1</orderLine1Quantity><orderLine1ProductId>364</orderLine1ProductId><orderLine1ProductTitle>Fletch</orderLine1ProductTitle><orderLine1ProductPrice>29.98</orderLine1ProductPrice><orderLine2Position>2</orderLine2Position><orderLine2Quantity>1</orderLine2Quantity><orderLine2ProductId>299</orderLine2ProductId><orderLine2ProductTitle>Fletch
Lives</orderLine2ProductTitle><orderLine2ProductPrice>29.99</orderLine2ProductPrice></csv-record><csv-record><orderId>3</orderId><orderDate>Wed
Nov 15 13:45:28 EST
2007</orderDate><statusCode>0</statusCode><netAmount>60.00</netAmount><totalAmount>64.92</totalAmount><tax>4.95</tax><userName>user3</userName><firstName>Donald</firstName><lastName>Duck</lastName><state>SD</state><orderLine1Position>1</orderLine1Position><orderLine1Quantity>1</orderLine1Quantity><orderLine1ProductId>364</orderLine1ProductId><orderLine1ProductTitle>The
Goonies</orderLine1ProductTitle><orderLine1ProductPrice>29.98</orderLine1ProductPrice><orderLine2Position>2</orderLine2Position><orderLine2Quantity>1</orderLine2Quantity><orderLine2ProductId>4</orderLine2ProductId><orderLine2ProductTitle>Happy
Gilmor</orderLine2ProductTitle><orderLine2ProductPrice>29.99</orderLine2ProductPrice></csv-record></csv-set>].
17:41:53,859 INFO [STDOUT] >>>> Message after Smooks intermediate xml ->
target xml : :
17:41:53,861 INFO [STDOUT] [<orders><Order netAmount="59.97"
orderDate="Wed Nov 15 13:45:28 EST 2006" orderId="1"
statusCode="0" tax="4.95"
totalAmount="64.92"><Customer firstName="Harry"
lastName="Fletcher" state="SD"
userName="user1"></Customer><OrderLines><OrderLine
posistion="1" quantity="1"><Product price="29.98"
productId="364" title="The 40-Year-Old
Virgin"></Product></OrderLine><OrderLine posistion="2"
quantity="1"><Product price="29.99" productId="299"
title="Pulp
Fiction"></Product></OrderLine></OrderLines></Order><Order
netAmount="60.00" orderDate="Wed Nov 15 13:45:28 EST 2007"
orderId="2" statusCode="0" tax="4.95"
totalAmount="64.92"><Customer firstName="Kalle"
lastName="Anka" state="SD"
userName="user2"></Customer><OrderLines><OrderLine
posistion="1" quantity="1"><Product price="29.98"
productId="364"
title="Fletch"></Product></OrderLine><OrderLine
posistion="2" quantity="1"><Product price="29.99"
productId="299" title="Fletch
Lives"></Product></OrderLine></OrderLines></Order><Order
netAmount="60.00" orderDate="Wed Nov 15 13:45:28 EST 2007"
orderId="3" statusCode="0" tax="4.95"
totalAmount="64.92"><Customer firstName="Donald"
lastName="Duck" state="SD"
userName="user3"></Customer><OrderLines><OrderLine
posistion="1" quantity="1"><Product price="29.98"
productId="364" title="The
Goonies"></Product></OrderLine><OrderLine posistion="2"
quantity="1"><Product price="29.99" productId="4"
title="Happy
Gilmor"></Product></OrderLine></OrderLines></Order></orders>].
transform_XML2POJO
===================================
service deployment - OK
SendJMSMessage - OK
ReceiveJMSMessage - OK
transform_XML2ML_date_manipulation
===================================
service deployment - OK
SendJMSMessage - OK
transform_XML2ML
===================================
service deployment - OK
SendJMSMessage - OK
Add Project Examples that will work with SOA-P 5.0
--------------------------------------------------
Key: JBIDE-5659
URL:
https://jira.jboss.org/jira/browse/JBIDE-5659
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: project-examples
Affects Versions: 3.1.0.CR1
Reporter: Dominik Pospisil
Assignee: Brian Fitzpatrick
Priority: Critical
Fix For: 3.1.0.CR2
Attachments: Screenshot.png
We have couple of SOA related project examples, but they only could be deployed on SOA-P
4.3. Updated examples for SOA-P 5 should be added.
List of examples:
helloworld
helloworld_action
helloworld_file_action
webservice_consumer1
webservice_producer
transform_CSV2XML
transform_XML2POJO
transform_XML2XML_date_manipulation
transform_XML2XML_simple
--
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