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/08 13:21:55 UTC

[jira] Created: (SYNAPSE-297) The email containing the response not sent as described in Sample 256

The email containing the response not sent as described in Sample 256
---------------------------------------------------------------------

                 Key: SYNAPSE-297
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-297
             Project: Synapse
          Issue Type: Bug
    Affects Versions: 1.2-QA-B1
         Environment: Ubuntu 7.10, Java version "1.5.0_14", Firefox2.0.0.12
            Reporter: Evanthika Amarasiri


As described in the sample guide enabled the mail transport sender in the  /repository/conf/axis2.xml.
Next started the synapse sample 256 and sent the given request (<m0:getQuote xmlns:m0="http://services.samples/xsd"><m0:request><m0:symbol>IBM</m0:symbol></m0:request></m0:getQuote>) as plain text from my own email account to a g-mail account which I created recently. The account details of this email was specified in the synapse_sample_256.xml

As per the guide I should have received an email with the response but such an email was not sent. No logs were also there in the Synapse console.

-- 
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] Commented: (SYNAPSE-297) The email containing the response not sent as described in Sample 256

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595517#action_12595517 ] 

Ruwan Linton commented on SYNAPSE-297:
--------------------------------------

I had a look at this, and it seem the fetched message does not contain any headers or content. I tried with gmail and another standard pop3 mail account but it seems the message is not properly fetched and since the From header is null it throws an Exception when executing the code line;

new MailOutTransportInfo(fromAddress[0]);

Any one have any idea on this behavior?

> The email containing the response not sent as described in Sample 256
> ---------------------------------------------------------------------
>
>                 Key: SYNAPSE-297
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-297
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2-QA-B1
>         Environment: Ubuntu 7.10, Java version "1.5.0_14", Firefox2.0.0.12
>            Reporter: Evanthika Amarasiri
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>
> As described in the sample guide enabled the mail transport sender in the  /repository/conf/axis2.xml.
> Next started the synapse sample 256 and sent the given request (<m0:getQuote xmlns:m0="http://services.samples/xsd"><m0:request><m0:symbol>IBM</m0:symbol></m0:request></m0:getQuote>) as plain text from my own email account to a g-mail account which I created recently. The account details of this email was specified in the synapse_sample_256.xml
> As per the guide I should have received an email with the response but such an email was not sent. No logs were also there in the Synapse console.

-- 
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-297) The email containing the response not sent as described in Sample 256

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

Ruwan Linton reassigned SYNAPSE-297:
------------------------------------

    Assignee: Asankha C. Perera  (was: Ruwan Linton)

Asankha, I have played with this issue for some time and had no luck. May be some minor issue. Can you please have a look at this?

> The email containing the response not sent as described in Sample 256
> ---------------------------------------------------------------------
>
>                 Key: SYNAPSE-297
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-297
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2-QA-B1
>         Environment: Ubuntu 7.10, Java version "1.5.0_14", Firefox2.0.0.12
>            Reporter: Evanthika Amarasiri
>            Assignee: Asankha C. Perera
>             Fix For: 1.2
>
>
> As described in the sample guide enabled the mail transport sender in the  /repository/conf/axis2.xml.
> Next started the synapse sample 256 and sent the given request (<m0:getQuote xmlns:m0="http://services.samples/xsd"><m0:request><m0:symbol>IBM</m0:symbol></m0:request></m0:getQuote>) as plain text from my own email account to a g-mail account which I created recently. The account details of this email was specified in the synapse_sample_256.xml
> As per the guide I should have received an email with the response but such an email was not sent. No logs were also there in the Synapse console.

-- 
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-297) The email containing the response not sent as described in Sample 256

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

Asankha C. Perera resolved SYNAPSE-297.
---------------------------------------

    Resolution: Fixed

Ruwan, thanks for the hint.. the problem was the geronimo-* JAR's getting into the classpath, and thus the mail API's were not really getting the content/headers etc of the message

Updated the pom.xml to exclude these from the addressing MAR

> The email containing the response not sent as described in Sample 256
> ---------------------------------------------------------------------
>
>                 Key: SYNAPSE-297
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-297
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2-QA-B1
>         Environment: Ubuntu 7.10, Java version "1.5.0_14", Firefox2.0.0.12
>            Reporter: Evanthika Amarasiri
>            Assignee: Asankha C. Perera
>             Fix For: 1.2
>
>
> As described in the sample guide enabled the mail transport sender in the  /repository/conf/axis2.xml.
> Next started the synapse sample 256 and sent the given request (<m0:getQuote xmlns:m0="http://services.samples/xsd"><m0:request><m0:symbol>IBM</m0:symbol></m0:request></m0:getQuote>) as plain text from my own email account to a g-mail account which I created recently. The account details of this email was specified in the synapse_sample_256.xml
> As per the guide I should have received an email with the response but such an email was not sent. No logs were also there in the Synapse console.

-- 
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] Closed: (SYNAPSE-297) The email containing the response not sent as described in Sample 256

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

Evanthika Amarasiri closed SYNAPSE-297.
---------------------------------------


The email is sent as expected. Tested on 1.2_SNAPSHOT. The issue will be closed

> The email containing the response not sent as described in Sample 256
> ---------------------------------------------------------------------
>
>                 Key: SYNAPSE-297
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-297
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2-QA-B1
>         Environment: Ubuntu 7.10, Java version "1.5.0_14", Firefox2.0.0.12
>            Reporter: Evanthika Amarasiri
>            Assignee: Asankha C. Perera
>             Fix For: 1.2
>
>
> As described in the sample guide enabled the mail transport sender in the  /repository/conf/axis2.xml.
> Next started the synapse sample 256 and sent the given request (<m0:getQuote xmlns:m0="http://services.samples/xsd"><m0:request><m0:symbol>IBM</m0:symbol></m0:request></m0:getQuote>) as plain text from my own email account to a g-mail account which I created recently. The account details of this email was specified in the synapse_sample_256.xml
> As per the guide I should have received an email with the response but such an email was not sent. No logs were also there in the Synapse console.

-- 
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-297) The email containing the response not sent as described in Sample 256

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

Ruwan Linton updated SYNAPSE-297:
---------------------------------

      Component/s: Transports
    Fix Version/s: 1.2
         Assignee: Ruwan Linton

Need to inspect this issue and fix it for the 1.2 release if there is a real issue

> The email containing the response not sent as described in Sample 256
> ---------------------------------------------------------------------
>
>                 Key: SYNAPSE-297
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-297
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2-QA-B1
>         Environment: Ubuntu 7.10, Java version "1.5.0_14", Firefox2.0.0.12
>            Reporter: Evanthika Amarasiri
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>
> As described in the sample guide enabled the mail transport sender in the  /repository/conf/axis2.xml.
> Next started the synapse sample 256 and sent the given request (<m0:getQuote xmlns:m0="http://services.samples/xsd"><m0:request><m0:symbol>IBM</m0:symbol></m0:request></m0:getQuote>) as plain text from my own email account to a g-mail account which I created recently. The account details of this email was specified in the synapse_sample_256.xml
> As per the guide I should have received an email with the response but such an email was not sent. No logs were also there in the Synapse console.

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