You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Evanthika Amarasiri (JIRA)" <ji...@apache.org> on 2008/05/09 12:48:55 UTC

[jira] Closed: (SYNAPSE-133) Issues with sample configurations

     [ https://issues.apache.org/jira/browse/SYNAPSE-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evanthika Amarasiri closed SYNAPSE-133.
---------------------------------------


Issue 1 - This refers the Sample 50 in the new release and the issue has been fixed
Issue 2 - Refers to Sample 252 and the issue is fixed
Issue 3 - Refers to Sample 253. The port is changed to 9000 from 9001
Issue 4 - The specified tag is added to all the relevant samples
Issue 5 - No need to change this since the relevant functionality is working now.


All the issues are resolved in 1.2_QA_B1 and therefore will be closing the issue.

> Issues with sample configurations
> ---------------------------------
>
>                 Key: SYNAPSE-133
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-133
>             Project: Synapse
>          Issue Type: Bug
>         Environment: Windows XP
>            Reporter: Evanthika Amarasiri
>            Assignee: Upul Godage
>         Attachments: SYNAPSE-133.patch
>
>
> Issue 1
> ======
> When starting sample 52 synapse throws a Synapse exception stating that it cannot understand the value "soap"
> 2007-10-08 14:50:04,156 [10.100.1.228-Evan] [main] ERROR SynapseConfigurationBuilder Could not initialize Synapse : unknown value -"soap". Attribute 'format' accept
>  only 'pox','soap11','soap12'
> org.apache.synapse.SynapseException: unknown value -"soap". Attribute 'format' accepts only 'pox','soap11','soap12'
>         at org.apache.synapse.config.xml.endpoints.AddressEndpointFactory.handleException(AddressEndpointFactory.java:278)
>         at org.apache.synapse.config.xml.endpoints.AddressEndpointFactory.createEndpointDefinition(AddressEndpointFactory.java:182)
> Therefore the sample configuration should change from soap to soap11 or any other valid value
> Issue 2
> ======
> When starting sample 113 synapse throws a Synapse exception stating that it cannot understand the value "soap" just as in the above issue
> Therefore, in the configuration of sample 113 as shown below, the format is given as "soap". 
>             <endpoint>
>                 <address uri="http://localhost:9000/soap/SimpleStockQuoteService" format="soap"/>
>             </endpoint>
> Therefore, in this sample also, the format should change from "soap" to "soap11" or any other valid value
> Issue 3
> ======
> In sample 114, the the port specified for the endpoint of the "JMStoHTTPStockQuoteProxy" should be changed from 9001 to 9000
> Issue 4
> ======
> The one way JMS samples should be changed with the tag "<property action="set" name="OUT_ONLY" value="true"/>" to avoid a blank message (as the response) being appeared on the Synapse Server. For sample 110, this was not possible since the configuration is a Proxy Service. Therefore an InSequence had to be added to make the sample work. 
> Therefore, please update the relevant samples (Sample 110, Sample 113, Sample 114)
> Issue 5
> ======
> In sample 3, the tag <property name="version" expression="get-property('version')"/> is obsolete since this feature has been changed (as per Ruwan). Therefore, please update the sample accordingly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org