You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2008/08/27 14:17:44 UTC

[jira] Created: (CXF-1767) Pointless log message when running wsdl2js

Pointless log message when running wsdl2js
------------------------------------------

                 Key: CXF-1767
                 URL: https://issues.apache.org/jira/browse/CXF-1767
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.1.2
            Reporter: Benson Margulies


Running the simplest variation on wsdl2js,  I this message. It seems pointless.

bim-1330% ../../bin/wsdl2js wsdl/hello_world.wsdl 
Aug 27, 2008 7:16:00 AM sun.reflect.NativeMethodAccessorImpl invoke0
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1767) Pointless log message when running wsdl2js

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628356#action_12628356 ] 

Sean O'Callaghan commented on CXF-1767:
---------------------------------------

I've run this against latest snapshot and see no message.
This is on windows XP using jdk1.6.0_04


C:\CXFISSUES\CXF1767>wsdl2js hello_world.wsdl
C:\CXFISSUES\CXF1767>

> Pointless log message when running wsdl2js
> ------------------------------------------
>
>                 Key: CXF-1767
>                 URL: https://issues.apache.org/jira/browse/CXF-1767
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.2
>            Reporter: Benson Margulies
>            Assignee: Sean O'Callaghan
>
> Running the simplest variation on wsdl2js,  I this message. It seems pointless.
> bim-1330% ../../bin/wsdl2js wsdl/hello_world.wsdl 
> Aug 27, 2008 7:16:00 AM sun.reflect.NativeMethodAccessorImpl invoke0
> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1767) Pointless log message when running wsdl2js

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631086#action_12631086 ] 

Benson Margulies commented on CXF-1767:
---------------------------------------

I don't think that the tools should read cxf.xml that happens to be lying about.

> Pointless log message when running wsdl2js
> ------------------------------------------
>
>                 Key: CXF-1767
>                 URL: https://issues.apache.org/jira/browse/CXF-1767
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.2
>            Reporter: Benson Margulies
>            Assignee: Sean O'Callaghan
>
> Running the simplest variation on wsdl2js,  I this message. It seems pointless.
> bim-1330% ../../bin/wsdl2js wsdl/hello_world.wsdl 
> Aug 27, 2008 7:16:00 AM sun.reflect.NativeMethodAccessorImpl invoke0
> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1767) Pointless log message when running wsdl2js

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628357#action_12628357 ] 

Benson Margulies commented on CXF-1767:
---------------------------------------

Hmm. I'll try it here.

> Pointless log message when running wsdl2js
> ------------------------------------------
>
>                 Key: CXF-1767
>                 URL: https://issues.apache.org/jira/browse/CXF-1767
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.2
>            Reporter: Benson Margulies
>            Assignee: Sean O'Callaghan
>
> Running the simplest variation on wsdl2js,  I this message. It seems pointless.
> bim-1330% ../../bin/wsdl2js wsdl/hello_world.wsdl 
> Aug 27, 2008 7:16:00 AM sun.reflect.NativeMethodAccessorImpl invoke0
> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1767) Pointless log message when running wsdl2js

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630844#action_12630844 ] 

Benson Margulies commented on CXF-1767:
---------------------------------------

On Ubuntu, with JVM 1.5 and 1.6, I still see this with a snapshot I just built myself. The sun package does suggest that this has to do with the JVM.

bim-1330% cd x/apache-cxf-2.2-SNAPSHOT/   
bim-1330% cd samples/js_browser_client_simple 
bim-1330% ../../bin/wsdl2js wsdl/hello_world.wsdl 
Sep 13, 2008 7:56:03 PM sun.reflect.NativeMethodAccessorImpl invoke0
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
bim-1330% 

bim-1330% java -version
java version "1.5.0_15"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
Java HotSpot(TM) Server VM (build 1.5.0_15-b04, mixed mode)
bim-1330% 

I tried it again with a 1.6 JVM with the same results.





> Pointless log message when running wsdl2js
> ------------------------------------------
>
>                 Key: CXF-1767
>                 URL: https://issues.apache.org/jira/browse/CXF-1767
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.2
>            Reporter: Benson Margulies
>            Assignee: Sean O'Callaghan
>
> Running the simplest variation on wsdl2js,  I this message. It seems pointless.
> bim-1330% ../../bin/wsdl2js wsdl/hello_world.wsdl 
> Aug 27, 2008 7:16:00 AM sun.reflect.NativeMethodAccessorImpl invoke0
> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1767) Pointless log message when running wsdl2js

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631058#action_12631058 ] 

Daniel Kulp commented on CXF-1767:
----------------------------------


Benson, 

This is due to it picking up the cxf.xml file in there as the "default" configuration.   There is a jetty configuration in there so it's going ahead and configuring the jetty instance which is resulting in jetty configuring it's logging through slf4j.




> Pointless log message when running wsdl2js
> ------------------------------------------
>
>                 Key: CXF-1767
>                 URL: https://issues.apache.org/jira/browse/CXF-1767
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.2
>            Reporter: Benson Margulies
>            Assignee: Sean O'Callaghan
>
> Running the simplest variation on wsdl2js,  I this message. It seems pointless.
> bim-1330% ../../bin/wsdl2js wsdl/hello_world.wsdl 
> Aug 27, 2008 7:16:00 AM sun.reflect.NativeMethodAccessorImpl invoke0
> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CXF-1767) Pointless log message when running wsdl2js

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean O'Callaghan reassigned CXF-1767:
-------------------------------------

    Assignee: Sean O'Callaghan

> Pointless log message when running wsdl2js
> ------------------------------------------
>
>                 Key: CXF-1767
>                 URL: https://issues.apache.org/jira/browse/CXF-1767
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.2
>            Reporter: Benson Margulies
>            Assignee: Sean O'Callaghan
>
> Running the simplest variation on wsdl2js,  I this message. It seems pointless.
> bim-1330% ../../bin/wsdl2js wsdl/hello_world.wsdl 
> Aug 27, 2008 7:16:00 AM sun.reflect.NativeMethodAccessorImpl invoke0
> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CXF-1767) Pointless log message when running wsdl2js

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

Benson Margulies reassigned CXF-1767:
-------------------------------------

    Assignee: Benson Margulies  (was: Sean O'Callaghan)

> Pointless log message when running wsdl2js
> ------------------------------------------
>
>                 Key: CXF-1767
>                 URL: https://issues.apache.org/jira/browse/CXF-1767
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.2
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> Running the simplest variation on wsdl2js,  I this message. It seems pointless.
> bim-1330% ../../bin/wsdl2js wsdl/hello_world.wsdl 
> Aug 27, 2008 7:16:00 AM sun.reflect.NativeMethodAccessorImpl invoke0
> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.