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

Evanthika Amarasiri updated SYNAPSE-131:
----------------------------------------

    Description: 
Issue 1
=======
The log message printed when removing SOAP headers (usage of the "header" 
mediator) is printed twice

[HttpClientWorker-1] DEBUG HeaderMediator Removing header : 
{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
 from current message
[HttpClientWorker-1] DEBUG HeaderMediator Removing SOAP Header : 
{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security

Issue 2
=======
When starting a sample, the log which describes the initialization of the 
Sequence mediator is printed twice

[main] DEBUG SynapseConfiguration Initializing the Synapse Configuration
[main] DEBUG SequenceMediator Initializing child mediators
[main] DEBUG SequenceMediator Initializing child mediators
[main] DEBUG InMediator Initializing child mediators
[main] DEBUG OutMediator Initializing child mediators
[main] DEBUG SequenceMediator Initializing child mediators
[main] DEBUG SequenceMediator Initializing child mediators
[main]  INFO SynapseInitializationModule Deploying the Synapse service.

Issue 3
======
The following log is printed twice on the Synapse console

[HttpCoreNIOListener] DEBUG NativeWorkerPool Using native util.concurrent 
package..

Issue 4 -Trivial issue 
======
When the script mediator options are logged the following is logged with a 
"true" at the end
[HttpServerWorker-1] DEBUG ScriptMediator End : Script mediator true

I think the text "true" should be removed

Issue 5
======
When the JMS transport is enabled on the axis2.xml and when a sample is being 
started, the following logs are printed twice. Is this correct or should one of 
the sets be omitted?

INFO JMSConnectionFactory Connected to the JMS connection factory : 
TopicConnectionFactory
INFO JMSConnectionFactory Connection factory : myTopicConnectionFactory 
initialized...
INFO JMSConnectionFactory Connected to the JMS connection factory : 
QueueConnectionFactory
INFO JMSConnectionFactory Connection factory : myQueueConnectionFactory 
initialized...
INFO JMSConnectionFactory Connected to the JMS connection factory : 
QueueConnectionFactory
INFO JMSConnectionFactory Connection factory : default initialized...

Issue 6
======
In sample 11, the same log is printed twice. Occurs when the ending of the 
"Send" mediator of the incoming message is being logged

DEBUG SendMediator End : Send mediator
DEBUG SequenceMediator End : Sequence <dynamic_sequence>
DEBUG SequenceMediator End : Sequence <anonymous>
DEBUG SequenceMediator End : Sequence <main>
DEBUG SendMediator End : Send mediator
DEBUG SequenceMediator End : Sequence <dynamic_sequence>
DEBUG SequenceMediator End : Sequence <anonymous>
DEBUG SequenceMediator End : Sequence <main>

Sample 9

DEBUG SendMediator End : Send mediator
DEBUG SequenceMediator End : Sequence <main>
DEBUG SendMediator End : Send mediator
DEBUG SequenceMediator End : Sequence <main>

Issue 7
======
When a sequence exists in a configuration where it refers to another sequence 
through a reference key, the logs are written as follows. (Refers to the 
sequence as anonymous)
DEBUG SequenceMediator Start : Sequence <anonymous>

This should be removed

  was:
Issue 1
=======
The log message printed when removing SOAP headers (usage of the "header" 
mediator) is printed twice

[HttpClientWorker-1] DEBUG HeaderMediator Removing header : 
{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
 from current message
[HttpClientWorker-1] DEBUG HeaderMediator Removing SOAP Header : 
{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security

Issue 2
=======
When starting a sample, the log which describes the initialization of the 
Sequence mediator is printed twice

[main] DEBUG SynapseConfiguration Initializing the Synapse Configuration
[main] DEBUG SequenceMediator Initializing child mediators
[main] DEBUG SequenceMediator Initializing child mediators
[main] DEBUG InMediator Initializing child mediators
[main] DEBUG OutMediator Initializing child mediators
[main] DEBUG SequenceMediator Initializing child mediators
[main] DEBUG SequenceMediator Initializing child mediators
[main]  INFO SynapseInitializationModule Deploying the Synapse service.

Issue 3
======
The following log is printed twice on the Synapse console

[HttpCoreNIOListener] DEBUG NativeWorkerPool Using native util.concurrent 
package..

Issue 4 -Trivial issue 
======
When the script mediator options are logged the following is logged with a 
"true" at the end
[HttpServerWorker-1] DEBUG ScriptMediator End : Script mediator true

I think the text "true" should be removed

Issue 5
======
When the JMS transport is enabled on the axis2.xml and when a sample is being 
started, the following logs are printed twice. Is this correct or should one of 
the sets be omitted?

INFO JMSConnectionFactory Connected to the JMS connection factory : 
TopicConnectionFactory
INFO JMSConnectionFactory Connection factory : myTopicConnectionFactory 
initialized...
INFO JMSConnectionFactory Connected to the JMS connection factory : 
QueueConnectionFactory
INFO JMSConnectionFactory Connection factory : myQueueConnectionFactory 
initialized...
INFO JMSConnectionFactory Connected to the JMS connection factory : 
QueueConnectionFactory
INFO JMSConnectionFactory Connection factory : default initialized...

Issue 6
======
In sample 11, the same log is printed twice

DEBUG SendMediator End : Send mediator
DEBUG SequenceMediator End : Sequence <main>
DEBUG SendMediator End : Send mediator
DEBUG SequenceMediator End : Sequence <main>

Issue 7
======
When a sequence exists in a configuration where it refers to another sequence 
through a reference key, the logs are written as follows. (Refers to the 
sequence as anonymous)
DEBUG SequenceMediator Start : Sequence <anonymous>

This should be removed


> Issues occurred regarding logging 
> ----------------------------------
>
>                 Key: SYNAPSE-131
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-131
>             Project: Synapse
>          Issue Type: Bug
>         Environment: Windows XP, JDK1.5.0_06
>            Reporter: Evanthika Amarasiri
>            Priority: Minor
>
> Issue 1
> =======
> The log message printed when removing SOAP headers (usage of the "header" 
> mediator) is printed twice
> [HttpClientWorker-1] DEBUG HeaderMediator Removing header : 
> {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
>  from current message
> [HttpClientWorker-1] DEBUG HeaderMediator Removing SOAP Header : 
> {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
> Issue 2
> =======
> When starting a sample, the log which describes the initialization of the 
> Sequence mediator is printed twice
> [main] DEBUG SynapseConfiguration Initializing the Synapse Configuration
> [main] DEBUG SequenceMediator Initializing child mediators
> [main] DEBUG SequenceMediator Initializing child mediators
> [main] DEBUG InMediator Initializing child mediators
> [main] DEBUG OutMediator Initializing child mediators
> [main] DEBUG SequenceMediator Initializing child mediators
> [main] DEBUG SequenceMediator Initializing child mediators
> [main]  INFO SynapseInitializationModule Deploying the Synapse service.
> Issue 3
> ======
> The following log is printed twice on the Synapse console
> [HttpCoreNIOListener] DEBUG NativeWorkerPool Using native util.concurrent 
> package..
> Issue 4 -Trivial issue 
> ======
> When the script mediator options are logged the following is logged with a 
> "true" at the end
> [HttpServerWorker-1] DEBUG ScriptMediator End : Script mediator true
> I think the text "true" should be removed
> Issue 5
> ======
> When the JMS transport is enabled on the axis2.xml and when a sample is being 
> started, the following logs are printed twice. Is this correct or should one 
> of the sets be omitted?
> INFO JMSConnectionFactory Connected to the JMS connection factory : 
> TopicConnectionFactory
> INFO JMSConnectionFactory Connection factory : myTopicConnectionFactory 
> initialized...
> INFO JMSConnectionFactory Connected to the JMS connection factory : 
> QueueConnectionFactory
> INFO JMSConnectionFactory Connection factory : myQueueConnectionFactory 
> initialized...
> INFO JMSConnectionFactory Connected to the JMS connection factory : 
> QueueConnectionFactory
> INFO JMSConnectionFactory Connection factory : default initialized...
> Issue 6
> ======
> In sample 11, the same log is printed twice. Occurs when the ending of the 
> "Send" mediator of the incoming message is being logged
> DEBUG SendMediator End : Send mediator
> DEBUG SequenceMediator End : Sequence <dynamic_sequence>
> DEBUG SequenceMediator End : Sequence <anonymous>
> DEBUG SequenceMediator End : Sequence <main>
> DEBUG SendMediator End : Send mediator
> DEBUG SequenceMediator End : Sequence <dynamic_sequence>
> DEBUG SequenceMediator End : Sequence <anonymous>
> DEBUG SequenceMediator End : Sequence <main>
> Sample 9
> DEBUG SendMediator End : Send mediator
> DEBUG SequenceMediator End : Sequence <main>
> DEBUG SendMediator End : Send mediator
> DEBUG SequenceMediator End : Sequence <main>
> Issue 7
> ======
> When a sequence exists in a configuration where it refers to another sequence 
> through a reference key, the logs are written as follows. (Refers to the 
> sequence as anonymous)
> DEBUG SequenceMediator Start : Sequence <anonymous>
> This should be removed

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