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

Evanthika Amarasiri updated SYNAPSE-133:
----------------------------------------

    Description: 
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

  was:
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)



> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to