[ 
https://issues.apache.org/jira/browse/SYNAPSE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457659#comment-13457659
 ] 

Andreas Veithen commented on SYNAPSE-745:
-----------------------------------------

I tested samples 851, 852 and 853 and they all fail with the following error:

stockquote:
     [java] 2012-09-18 09:14:59,965 [-] [main]  INFO MailTransportSender MAILTO 
Sender started
     [java] 2012-09-18 09:14:59,974 [-] [main]  INFO JMSSender JMS Sender 
started
     [java] 2012-09-18 09:14:59,975 [-] [main]  INFO JMSSender JMS Transport 
Sender initialized...
     [java] org.apache.axis2.AxisFault: The input stream for an incoming 
message is null.
     [java]     at 
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:93)
     [java]     at 
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:68)
     [java]     at 
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:347)
     [java]     at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:414)
     [java]     at 
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225)
     [java]     at 
org.apache.axis2.client.OperationClient.execute(OperationClient.java:150)
     [java]     at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:533)
     [java]     at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:509)
     [java]     at samples.userguide.StockQuoteClient.executeClient(Unknown 
Source)
     [java]     at samples.userguide.StockQuoteClient.main(Unknown Source)

Nothing is logged by Synapse.
                
> Implement a Collection of Integration Patterns for Synapse
> ----------------------------------------------------------
>
>                 Key: SYNAPSE-745
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-745
>             Project: Synapse
>          Issue Type: New Feature
>          Components: Core, Deployment
>         Environment: Any
>            Reporter: Hiranya Jayathilaka
>              Labels: gsoc2012
>             Fix For: FUTURE
>
>         Attachments: EIPLibraryDocumentation.patch, 
> EIPSamplesIntegration.patch, EIP_SynapseLib_Initial.zip, EIP_SynapseLib.zip, 
> import1.xml, SimpleTestProxy.xml, SynapseEipLibSamples.patch, 
> SynapseLib_with_classloading.zip
>
>
> Currently there's an ongoing effort to implement the concept of 
> functions/templates for the Synapse configuration language (SYNAPSE-738). 
> This provides a simple approach for implementing support for various 
> enterprise integration patterns (EIP) in Synapse. One could implement a 
> pattern as a function and then reuse it in various services and message flows 
> in Synapse. To make most out of this, following action items need to be 
> completed:
> 1. Make it possible to define any Synapse component (sequences, services, 
> endpoints, local entries) as a reusable function
> 2. Implement a library of built-in integration patterns for Synapse (Some of 
> the well known patterns are documented at http://www.eaipatterns.com - It 
> would be great to support most of these in Synapse out of the box)
> Goals
> 1. Implement a library of identified set of built-in integration patterns 
> using synapse templates and template libraries
> 2. Sample and Test integration into Synapse for eip pattern libararies 
> 3. Improve Documentation around the eip pattern libararies

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to