You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Jeff Faath (JIRA)" <ju...@ws.apache.org> on 2007/08/03 19:32:53 UTC

[jira] Created: (JUDDI-110) jUDDI console does not with Axis2 libraries

jUDDI console does not with Axis2 libraries
-------------------------------------------

                 Key: JUDDI-110
                 URL: https://issues.apache.org/jira/browse/JUDDI-110
             Project: jUDDI
          Issue Type: Bug
         Environment: All
            Reporter: Jeff Faath
            Assignee: Jeff Faath


The jUDDI console does not work since the move to Axis2.

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


[jira] Updated: (JUDDI-110) jUDDI console does not with Axis2 libraries

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-110:
----------------------------

    Fix Version/s:     (was: 2.0)
                   2.0rc6

> jUDDI console does not with Axis2 libraries
> -------------------------------------------
>
>                 Key: JUDDI-110
>                 URL: https://issues.apache.org/jira/browse/JUDDI-110
>             Project: jUDDI
>          Issue Type: Bug
>         Environment: All
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 2.0rc6
>
>
> The jUDDI console does not work since the move to Axis2.

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


[jira] Resolved: (JUDDI-110) jUDDI console does not with Axis2 libraries

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Faath resolved JUDDI-110.
------------------------------

    Resolution: Fixed

jUDDI-109 has been resolved due to the release of Axis2 1.4.  Tested the console and it works fine with the new Axis2 release.  This issue is resolved.

> jUDDI console does not with Axis2 libraries
> -------------------------------------------
>
>                 Key: JUDDI-110
>                 URL: https://issues.apache.org/jira/browse/JUDDI-110
>             Project: jUDDI
>          Issue Type: Bug
>         Environment: All
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 2.0
>
>
> The jUDDI console does not work since the move to Axis2.

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


[jira] Commented: (JUDDI-110) jUDDI console does not with Axis2 libraries

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536066 ] 

Jeff Faath commented on JUDDI-110:
----------------------------------

Committed code that fixes the type cast issue.

Committed code that fixes the output format issue.  

Now, we're just waiting for juddi-110 to be resolved.

> jUDDI console does not with Axis2 libraries
> -------------------------------------------
>
>                 Key: JUDDI-110
>                 URL: https://issues.apache.org/jira/browse/JUDDI-110
>             Project: jUDDI
>          Issue Type: Bug
>         Environment: All
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 2.0
>
>
> The jUDDI console does not work since the move to Axis2.

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


[jira] Commented: (JUDDI-110) jUDDI console does not with Axis2 libraries

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517595 ] 

Jeff Faath commented on JUDDI-110:
----------------------------------

Related to juddi-109 in that the jUDDI server must be working first under Axis2.

Additional notes:

Since the move to Axis2 SAAJ, sending "indented" xml, as the console does via the input text box, causes a type cast error.  This is because processing the request attempts to get the first child of the soap body, which turns out to be the indented text.  The code expects this the be the uddi request element, not a text element.  The code must be modified to get the first non-text child from the soap body.

Output from the console is poorly formatted.

> jUDDI console does not with Axis2 libraries
> -------------------------------------------
>
>                 Key: JUDDI-110
>                 URL: https://issues.apache.org/jira/browse/JUDDI-110
>             Project: jUDDI
>          Issue Type: Bug
>         Environment: All
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>
> The jUDDI console does not work since the move to Axis2.

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


[jira] Updated: (JUDDI-110) jUDDI console does not with Axis2 libraries

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-110:
----------------------------

    Fix Version/s:     (was: 2.0rc5)
                   2.0

> jUDDI console does not with Axis2 libraries
> -------------------------------------------
>
>                 Key: JUDDI-110
>                 URL: https://issues.apache.org/jira/browse/JUDDI-110
>             Project: jUDDI
>          Issue Type: Bug
>         Environment: All
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 2.0
>
>
> The jUDDI console does not work since the move to Axis2.

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


[jira] Updated: (JUDDI-110) jUDDI console does not with Axis2 libraries

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-110:
----------------------------

    Fix Version/s: 2.0

> jUDDI console does not with Axis2 libraries
> -------------------------------------------
>
>                 Key: JUDDI-110
>                 URL: https://issues.apache.org/jira/browse/JUDDI-110
>             Project: jUDDI
>          Issue Type: Bug
>         Environment: All
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 2.0
>
>
> The jUDDI console does not work since the move to Axis2.

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


[jira] Issue Comment Edited: (JUDDI-110) jUDDI console does not with Axis2 libraries

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12536066#action_12536066 ] 

footh edited comment on JUDDI-110 at 3/3/08 2:29 PM:
----------------------------------------------------------

Committed code that fixes the type cast issue.

Committed code that fixes the output format issue.  

Now, we're just waiting for juddi-109 to be resolved.

      was (Author: footh):
    Committed code that fixes the type cast issue.

Committed code that fixes the output format issue.  

Now, we're just waiting for juddi-110 to be resolved.
  
> jUDDI console does not with Axis2 libraries
> -------------------------------------------
>
>                 Key: JUDDI-110
>                 URL: https://issues.apache.org/jira/browse/JUDDI-110
>             Project: jUDDI
>          Issue Type: Bug
>         Environment: All
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 2.0
>
>
> The jUDDI console does not work since the move to Axis2.

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