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 2007/10/08 10:53:50 UTC

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

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


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

-- 
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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


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

Posted by "Evanthika Amarasiri (JIRA)" <ji...@apache.org>.
     [ 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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


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

Posted by "Upul Godage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Upul Godage updated SYNAPSE-133:
--------------------------------

    Attachment: SYNAPSE-133.patch

patch attached

> 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

-- 
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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


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

Posted by "Evanthika Amarasiri (JIRA)" <ji...@apache.org>.
     [ 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

  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



> 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

-- 
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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


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

Posted by "Evanthika Amarasiri (JIRA)" <ji...@apache.org>.
     [ 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


  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


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

-- 
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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


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

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera reassigned SYNAPSE-133:
-----------------------------------------

    Assignee: Upul Godage

Upul, can you fix this one?

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

-- 
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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


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

Posted by "Evanthika Amarasiri (JIRA)" <ji...@apache.org>.
     [ 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)


  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


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

-- 
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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


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

Posted by "Evanthika Amarasiri (JIRA)" <ji...@apache.org>.
     [ 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


  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



> 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

-- 
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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


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

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera resolved SYNAPSE-133.
---------------------------------------

    Resolution: Fixed

fixed by Upul

> 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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org