You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Heshan Suriyaarachchi (JIRA)" <ji...@apache.org> on 2010/04/29 14:31:55 UTC

[jira] Created: (SYNAPSE-633) Update DBLookup Mediator sample configuration

Update DBLookup Mediator sample configuration
---------------------------------------------

                 Key: SYNAPSE-633
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-633
             Project: Synapse
          Issue Type: Bug
          Components: Extension Mediators
    Affects Versions: NIGHTLY
         Environment: Ubuntu 9.10
Sun JDK 1.5
            Reporter: Heshan Suriyaarachchi
             Fix For: 2.0


Should update the Synapse sample 360's synapse configuration. A patch is to follow. 

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


[jira] Resolved: (SYNAPSE-633) Update DBLookup Mediator sample configuration

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

Hiranya Jayathilaka resolved SYNAPSE-633.
-----------------------------------------

    Resolution: Fixed

Applied the patch

> Update DBLookup Mediator sample configuration
> ---------------------------------------------
>
>                 Key: SYNAPSE-633
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-633
>             Project: Synapse
>          Issue Type: Bug
>          Components: Extension Mediators
>    Affects Versions: NIGHTLY
>         Environment: Ubuntu 9.10
> Sun JDK 1.5
>            Reporter: Heshan Suriyaarachchi
>            Assignee: Hiranya Jayathilaka
>             Fix For: 2.0
>
>         Attachments: SYNAPSE-633-patch.txt
>
>
> Should update the Synapse sample 360's synapse configuration. Otherwise, the client is not properly executed. Following message is printed at the client side.  
> stockquote:
>      [java] 2010-05-01 16:39:48,504 [-] [main] ERROR SandeshaModule Could not load module policies. Using default values.
>      [java] 2010-05-01 16:39:48,599 [-] [main]  INFO MailTransportSender MAILTO Sender started
>      [java] 2010-05-01 16:39:48,614 [-] [main]  INFO JMSSender JMS Sender started
>      [java] 2010-05-01 16:39:48,616 [-] [main]  INFO JMSSender JMS Transport Sender initialized...
>      [java] org.apache.axis2.AxisFault: ** Unrecognized Company ID **
>      [java] 	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:523)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
>      [java] 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
>      [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555)
>      [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531)
>      [java] 	at samples.userguide.StockQuoteClient.executeClient(Unknown Source)
>      [java] 	at samples.userguide.StockQuoteClient.main(Unknown Source)
> A patch is to follow. 

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


[jira] Assigned: (SYNAPSE-633) Update DBLookup Mediator sample configuration

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

Hiranya Jayathilaka reassigned SYNAPSE-633:
-------------------------------------------

    Assignee: Hiranya Jayathilaka

> Update DBLookup Mediator sample configuration
> ---------------------------------------------
>
>                 Key: SYNAPSE-633
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-633
>             Project: Synapse
>          Issue Type: Bug
>          Components: Extension Mediators
>    Affects Versions: NIGHTLY
>         Environment: Ubuntu 9.10
> Sun JDK 1.5
>            Reporter: Heshan Suriyaarachchi
>            Assignee: Hiranya Jayathilaka
>             Fix For: 2.0
>
>         Attachments: SYNAPSE-633-patch.txt
>
>
> Should update the Synapse sample 360's synapse configuration. Otherwise, the client is not properly executed. Following message is printed at the client side.  
> stockquote:
>      [java] 2010-05-01 16:39:48,504 [-] [main] ERROR SandeshaModule Could not load module policies. Using default values.
>      [java] 2010-05-01 16:39:48,599 [-] [main]  INFO MailTransportSender MAILTO Sender started
>      [java] 2010-05-01 16:39:48,614 [-] [main]  INFO JMSSender JMS Sender started
>      [java] 2010-05-01 16:39:48,616 [-] [main]  INFO JMSSender JMS Transport Sender initialized...
>      [java] org.apache.axis2.AxisFault: ** Unrecognized Company ID **
>      [java] 	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:523)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
>      [java] 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
>      [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555)
>      [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531)
>      [java] 	at samples.userguide.StockQuoteClient.executeClient(Unknown Source)
>      [java] 	at samples.userguide.StockQuoteClient.main(Unknown Source)
> A patch is to follow. 

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


[jira] Updated: (SYNAPSE-633) Update DBLookup Mediator sample configuration

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

Heshan Suriyaarachchi updated SYNAPSE-633:
------------------------------------------

    Attachment: SYNAPSE-633-patch.txt

Attaching the patch. 

> Update DBLookup Mediator sample configuration
> ---------------------------------------------
>
>                 Key: SYNAPSE-633
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-633
>             Project: Synapse
>          Issue Type: Bug
>          Components: Extension Mediators
>    Affects Versions: NIGHTLY
>         Environment: Ubuntu 9.10
> Sun JDK 1.5
>            Reporter: Heshan Suriyaarachchi
>             Fix For: 2.0
>
>         Attachments: SYNAPSE-633-patch.txt
>
>
> Should update the Synapse sample 360's synapse configuration. A patch is to follow. 

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


[jira] Issue Comment Edited: (SYNAPSE-633) Update DBLookup Mediator sample configuration

Posted by "Heshan Suriyaarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862182#action_12862182 ] 

Heshan Suriyaarachchi edited comment on SYNAPSE-633 at 5/1/10 4:16 PM:
-----------------------------------------------------------------------

Attaching the patch. It will resolve the above issue. 

      was (Author: heshan):
    Attaching the patch. 
  
> Update DBLookup Mediator sample configuration
> ---------------------------------------------
>
>                 Key: SYNAPSE-633
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-633
>             Project: Synapse
>          Issue Type: Bug
>          Components: Extension Mediators
>    Affects Versions: NIGHTLY
>         Environment: Ubuntu 9.10
> Sun JDK 1.5
>            Reporter: Heshan Suriyaarachchi
>             Fix For: 2.0
>
>         Attachments: SYNAPSE-633-patch.txt
>
>
> Should update the Synapse sample 360's synapse configuration. Otherwise, the client is not properly executed. Following message is printed at the client side.  
> stockquote:
>      [java] 2010-05-01 16:39:48,504 [-] [main] ERROR SandeshaModule Could not load module policies. Using default values.
>      [java] 2010-05-01 16:39:48,599 [-] [main]  INFO MailTransportSender MAILTO Sender started
>      [java] 2010-05-01 16:39:48,614 [-] [main]  INFO JMSSender JMS Sender started
>      [java] 2010-05-01 16:39:48,616 [-] [main]  INFO JMSSender JMS Transport Sender initialized...
>      [java] org.apache.axis2.AxisFault: ** Unrecognized Company ID **
>      [java] 	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:523)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
>      [java] 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
>      [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555)
>      [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531)
>      [java] 	at samples.userguide.StockQuoteClient.executeClient(Unknown Source)
>      [java] 	at samples.userguide.StockQuoteClient.main(Unknown Source)
> A patch is to follow. 

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


[jira] Updated: (SYNAPSE-633) Update DBLookup Mediator sample configuration

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

Heshan Suriyaarachchi updated SYNAPSE-633:
------------------------------------------

    Description: 
Should update the Synapse sample 360's synapse configuration. Otherwise, the client is not properly executed. Following message is printed at the client side.  

stockquote:
     [java] 2010-05-01 16:39:48,504 [-] [main] ERROR SandeshaModule Could not load module policies. Using default values.
     [java] 2010-05-01 16:39:48,599 [-] [main]  INFO MailTransportSender MAILTO Sender started
     [java] 2010-05-01 16:39:48,614 [-] [main]  INFO JMSSender JMS Sender started
     [java] 2010-05-01 16:39:48,616 [-] [main]  INFO JMSSender JMS Transport Sender initialized...
     [java] org.apache.axis2.AxisFault: ** Unrecognized Company ID **
     [java] 	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:523)
     [java] 	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
     [java] 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
     [java] 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
     [java] 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
     [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555)
     [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531)
     [java] 	at samples.userguide.StockQuoteClient.executeClient(Unknown Source)
     [java] 	at samples.userguide.StockQuoteClient.main(Unknown Source)


A patch is to follow. 

  was:Should update the Synapse sample 360's synapse configuration. A patch is to follow. 


Updated the issue with the stack trace. 

> Update DBLookup Mediator sample configuration
> ---------------------------------------------
>
>                 Key: SYNAPSE-633
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-633
>             Project: Synapse
>          Issue Type: Bug
>          Components: Extension Mediators
>    Affects Versions: NIGHTLY
>         Environment: Ubuntu 9.10
> Sun JDK 1.5
>            Reporter: Heshan Suriyaarachchi
>             Fix For: 2.0
>
>         Attachments: SYNAPSE-633-patch.txt
>
>
> Should update the Synapse sample 360's synapse configuration. Otherwise, the client is not properly executed. Following message is printed at the client side.  
> stockquote:
>      [java] 2010-05-01 16:39:48,504 [-] [main] ERROR SandeshaModule Could not load module policies. Using default values.
>      [java] 2010-05-01 16:39:48,599 [-] [main]  INFO MailTransportSender MAILTO Sender started
>      [java] 2010-05-01 16:39:48,614 [-] [main]  INFO JMSSender JMS Sender started
>      [java] 2010-05-01 16:39:48,616 [-] [main]  INFO JMSSender JMS Transport Sender initialized...
>      [java] org.apache.axis2.AxisFault: ** Unrecognized Company ID **
>      [java] 	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:523)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
>      [java] 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
>      [java] 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
>      [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555)
>      [java] 	at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531)
>      [java] 	at samples.userguide.StockQuoteClient.executeClient(Unknown Source)
>      [java] 	at samples.userguide.StockQuoteClient.main(Unknown Source)
> A patch is to follow. 

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