You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <tu...@ws.apache.org> on 2007/05/30 08:51:15 UTC

[jira] Created: (TUSCANY-1308) Need to find a solution for log4j warning messages on sca core libs and test cases

Need to find a solution for log4j warning messages on sca core libs and test cases
----------------------------------------------------------------------------------

                 Key: TUSCANY-1308
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1308
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Axis Binding Extension
    Affects Versions: Java-SCA-0.90
            Reporter: Luciano Resende
             Fix For: Java-SCA-Next


Discussion thread available here : http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg17755.html

Today, when we run some samples or test cases, we get an annoying log4j
warnings

log4j:WARN No appenders could be found for logger (
org.apache.axiom.om.util.StAXUtils).
log4j:WARN Please initialize the log4j system properly.

I have found a way to fix that, basically by adding a project called
log4j-props inside modules, that has a log4j.properties file only, to be
packaged in a jar file, then make the projects that are seeing the annoying
log4j warning messages to include this dependency as <scope>test</scope>

       <dependency>
           <groupId>org.apache.tuscany.sca</groupId>
           <artifactId>tuscany-log4j-props</artifactId>
           <version>1.0-incubating-SNAPSHOT</version>
           <scope>test</scope>
       </dependency>

After the changes, you would see something like :

URLBasedAxisConfigurator.getAxisConfiguration (68) : No repository found ,
module will be loaded from classpath
URLBasedAxisConfigurator.getAxisConfiguration (68) : No repository found ,
module will be loaded from classpath

If people are OK with this, please let me know and I can commit this
changes, and we could start adding the dependencies on demand.

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


[jira] Updated: (TUSCANY-1308) Need to find a solution for log4j warning messages on sca core libs and test cases

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino updated TUSCANY-1308:
--------------------------------------------

    Fix Version/s:     (was: Java-SCA-1.0)
                   Java-SCA-Next

Moving to SCA-Next as these JIRAs are not likely to be fixed by 1.0.

> Need to find a solution for log4j warning messages on sca core libs and test cases
> ----------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1308
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1308
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-0.90
>            Reporter: Luciano Resende
>             Fix For: Java-SCA-Next
>
>
> Discussion thread available here : http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg17755.html
> Today, when we run some samples or test cases, we get an annoying log4j
> warnings
> log4j:WARN No appenders could be found for logger (
> org.apache.axiom.om.util.StAXUtils).
> log4j:WARN Please initialize the log4j system properly.
> I have found a way to fix that, basically by adding a project called
> log4j-props inside modules, that has a log4j.properties file only, to be
> packaged in a jar file, then make the projects that are seeing the annoying
> log4j warning messages to include this dependency as <scope>test</scope>
>        <dependency>
>            <groupId>org.apache.tuscany.sca</groupId>
>            <artifactId>tuscany-log4j-props</artifactId>
>            <version>1.0-incubating-SNAPSHOT</version>
>            <scope>test</scope>
>        </dependency>
> After the changes, you would see something like :
> URLBasedAxisConfigurator.getAxisConfiguration (68) : No repository found ,
> module will be loaded from classpath
> URLBasedAxisConfigurator.getAxisConfiguration (68) : No repository found ,
> module will be loaded from classpath
> If people are OK with this, please let me know and I can commit this
> changes, and we could start adding the dependencies on demand.

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


[jira] Updated: (TUSCANY-1308) Need to find a solution for log4j warning messages on sca core libs and test cases

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino updated TUSCANY-1308:
--------------------------------------------

    Fix Version/s:     (was: Java-SCA-Next)
                   Java-SCA-1.0

> Need to find a solution for log4j warning messages on sca core libs and test cases
> ----------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1308
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1308
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-0.90
>            Reporter: Luciano Resende
>             Fix For: Java-SCA-1.0
>
>
> Discussion thread available here : http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg17755.html
> Today, when we run some samples or test cases, we get an annoying log4j
> warnings
> log4j:WARN No appenders could be found for logger (
> org.apache.axiom.om.util.StAXUtils).
> log4j:WARN Please initialize the log4j system properly.
> I have found a way to fix that, basically by adding a project called
> log4j-props inside modules, that has a log4j.properties file only, to be
> packaged in a jar file, then make the projects that are seeing the annoying
> log4j warning messages to include this dependency as <scope>test</scope>
>        <dependency>
>            <groupId>org.apache.tuscany.sca</groupId>
>            <artifactId>tuscany-log4j-props</artifactId>
>            <version>1.0-incubating-SNAPSHOT</version>
>            <scope>test</scope>
>        </dependency>
> After the changes, you would see something like :
> URLBasedAxisConfigurator.getAxisConfiguration (68) : No repository found ,
> module will be loaded from classpath
> URLBasedAxisConfigurator.getAxisConfiguration (68) : No repository found ,
> module will be loaded from classpath
> If people are OK with this, please let me know and I can commit this
> changes, and we could start adding the dependencies on demand.

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