You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Steve Jerman (JIRA)" <ji...@apache.org> on 2006/09/14 20:49:22 UTC

[jira] Created: (MUSE-102) Error messages from wsdl2java need work

Error messages from wsdl2java need work
---------------------------------------

                 Key: MUSE-102
                 URL: http://issues.apache.org/jira/browse/MUSE-102
             Project: Muse
          Issue Type: Bug
          Components: Tooling - Code Generation
    Affects Versions: 2.0.0
            Reporter: Steve Jerman
         Assigned To: Dan Jemiolo


More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.

I will add examples to this Jira as I find them

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-102) Error messages from wsdl2java need work

Posted by "Dan Jemiolo (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-102?page=all ]

Dan Jemiolo updated MUSE-102:
-----------------------------

    Fix Version/s: 2.2.0
                       (was: 2.1.0)

I've added a printStackTrace() to help us get some more info when runtime exceptions happen, but Andrew will still need to work on this for 2.2. I notice there's a log (JDK Logger) recording messages, but I can't find where the log file is. Not sure if the right outputter is hooked up or what. At any rate, all messages should probably be going to the console, not a log file.

> Error messages from wsdl2java need work
> ---------------------------------------
>
>                 Key: MUSE-102
>                 URL: http://issues.apache.org/jira/browse/MUSE-102
>             Project: Muse
>          Issue Type: Bug
>          Components: Tooling - Code Generation
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>             Fix For: 2.2.0
>
>
> More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.
> I will add examples to this Jira as I find them

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-102) Error messages from wsdl2java need work

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

Dan Jemiolo updated MUSE-102:
-----------------------------

    Due Date: 14/Mar/07

I need these in by Wed. so I can make the final RC then - I'd like to get a few extra days for the voting process.

> Error messages from wsdl2java need work
> ---------------------------------------
>
>                 Key: MUSE-102
>                 URL: https://issues.apache.org/jira/browse/MUSE-102
>             Project: Muse
>          Issue Type: Bug
>          Components: Tooling - Code Generation
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>             Fix For: 2.2.0
>
>
> More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.
> I will add examples to this Jira as I find them

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


[jira] Updated: (MUSE-102) Error messages from wsdl2java need work

Posted by "Kam K. Yee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kam K. Yee updated MUSE-102:
----------------------------

    Attachment: muse-102.patch

To address ALL of the messages for muse-tools will require a throrough code scan.

However, attached is a patch that fixes the "immediate" problem reported (that of the projectizer not providing a useful error message).  This was due to the fact that exception or runtime exceptions without a message description were being thrown.  I have added the appropriate messages to those instances.

During my scan of the code I also noticed that the logger being created is actually being associated with the ConsoleHandler so the output is routed to the CLI console as expected:
	...
	ConsoleHandler handler = new ConsoleHandler();
	handler.setFormatter(new SimpleLogFormatter());
	...

> Error messages from wsdl2java need work
> ---------------------------------------
>
>                 Key: MUSE-102
>                 URL: https://issues.apache.org/jira/browse/MUSE-102
>             Project: Muse
>          Issue Type: Bug
>          Components: Tooling - Code Generation
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>            Assignee: Andrew Eberbach
>             Fix For: 2.3.0
>
>         Attachments: muse-102.patch
>
>
> More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.
> I will add examples to this Jira as I find them

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


[jira] Commented: (MUSE-102) Error messages from wsdl2java need work

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/MUSE-102?page=comments#action_12435256 ] 
            
Andrew Eberbach commented on MUSE-102:
--------------------------------------

Agreed, this will be fixed for the next point release.

> Error messages from wsdl2java need work
> ---------------------------------------
>
>                 Key: MUSE-102
>                 URL: http://issues.apache.org/jira/browse/MUSE-102
>             Project: Muse
>          Issue Type: Bug
>          Components: Tooling - Code Generation
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>
> More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.
> I will add examples to this Jira as I find them

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-102) Error messages from wsdl2java need work

Posted by "Dan Jemiolo (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-102?page=all ]

Dan Jemiolo updated MUSE-102:
-----------------------------

    Fix Version/s: 2.1.0

> Error messages from wsdl2java need work
> ---------------------------------------
>
>                 Key: MUSE-102
>                 URL: http://issues.apache.org/jira/browse/MUSE-102
>             Project: Muse
>          Issue Type: Bug
>          Components: Tooling - Code Generation
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>             Fix For: 2.1.0
>
>
> More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.
> I will add examples to this Jira as I find them

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Commented: (MUSE-102) Error messages from wsdl2java need work

Posted by "Steve Jerman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/MUSE-102?page=comments#action_12434773 ] 
            
Steve Jerman commented on MUSE-102:
-----------------------------------

first one...

This error results from any problem with projectize.copyjars

SEVERE: [ID = 'CodeGenFailed'] Code generation failed, see the exception information below.

An exception was caught: null

> Error messages from wsdl2java need work
> ---------------------------------------
>
>                 Key: MUSE-102
>                 URL: http://issues.apache.org/jira/browse/MUSE-102
>             Project: Muse
>          Issue Type: Bug
>          Components: Tooling - Code Generation
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Dan Jemiolo
>
> More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.
> I will add examples to this Jira as I find them

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-102) Error messages from wsdl2java need work

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

Andrew Eberbach updated MUSE-102:
---------------------------------

    Fix Version/s:     (was: 2.2.0)
                   2.3.0

> Error messages from wsdl2java need work
> ---------------------------------------
>
>                 Key: MUSE-102
>                 URL: https://issues.apache.org/jira/browse/MUSE-102
>             Project: Muse
>          Issue Type: Bug
>          Components: Tooling - Code Generation
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>             Fix For: 2.3.0
>
>
> More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.
> I will add examples to this Jira as I find them

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


[jira] Updated: (MUSE-102) Error messages from wsdl2java need work

Posted by "Kam K. Yee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kam K. Yee updated MUSE-102:
----------------------------

    Attachment: muse-102-v2.patch

While looking at muse-207 I encountered some more tooling messages that were kind of cryptic.  I've added additional messages/clarifications in v2 of this patch file.

> Error messages from wsdl2java need work
> ---------------------------------------
>
>                 Key: MUSE-102
>                 URL: https://issues.apache.org/jira/browse/MUSE-102
>             Project: Muse
>          Issue Type: Bug
>          Components: Tooling - Code Generation
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>            Assignee: Andrew Eberbach
>             Fix For: 2.3.0
>
>         Attachments: muse-102-v2.patch, muse-102.patch
>
>
> More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.
> I will add examples to this Jira as I find them

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


[jira] Assigned: (MUSE-102) Error messages from wsdl2java need work

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-102?page=all ]

Andrew Eberbach reassigned MUSE-102:
------------------------------------

    Assignee: Andrew Eberbach  (was: Dan Jemiolo)

> Error messages from wsdl2java need work
> ---------------------------------------
>
>                 Key: MUSE-102
>                 URL: http://issues.apache.org/jira/browse/MUSE-102
>             Project: Muse
>          Issue Type: Bug
>          Components: Tooling - Code Generation
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>
> More a moan that anything, but the error messages from wsdl2java need work. They are often very obscure. It would be good if each error had a suggestion for a fix. Also often lower level 'sensible' messages get caught and replaced with more obscure general messages.
> I will add examples to this Jira as I find them

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org