You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Tom Cunningham (JIRA)" <ju...@ws.apache.org> on 2007/11/02 16:04:50 UTC

[jira] Created: (JUDDI-119) happyjuddi.jsp looking for stale dependencies

happyjuddi.jsp looking for stale dependencies
---------------------------------------------

                 Key: JUDDI-119
                 URL: https://issues.apache.org/jira/browse/JUDDI-119
             Project: jUDDI
          Issue Type: Bug
    Affects Versions: 0.9rc4
            Reporter: Tom Cunningham
            Assignee: Kurt T Stam
         Attachments: juddi.patch

happyjuddi is looking for : 

org.apache.axis.transport.http.AxisServlet
javax.xml.rpc.Service

axis2 doesn't contain javax.xml.rpc.Service so that should probably be removed, and axis2 has renamed AxisServlet's package to org.apache.axis2.transport.http.AxisServlet

-- 
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-119) happyjuddi.jsp looking for stale dependencies

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

Kurt Stam updated JUDDI-119:
----------------------------

    Description: 
happyjuddi is looking for : 

org.apache.axis.transport.http.AxisServlet
javax.xml.rpc.Service





  was:
happyjuddi is looking for : 

org.apache.axis.transport.http.AxisServlet
javax.xml.rpc.Service

axis2 doesn't contain javax.xml.rpc.Service so that should probably be removed, and axis2 has renamed AxisServlet's package to org.apache.axis2.transport.http.AxisServlet




> happyjuddi.jsp looking for stale dependencies
> ---------------------------------------------
>
>                 Key: JUDDI-119
>                 URL: https://issues.apache.org/jira/browse/JUDDI-119
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>            Reporter: Tom Cunningham
>            Assignee: Kurt T Stam
>             Fix For: 2.0rc5
>
>         Attachments: juddi.patch
>
>
> happyjuddi is looking for : 
> org.apache.axis.transport.http.AxisServlet
> javax.xml.rpc.Service

-- 
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] Closed: (JUDDI-119) happyjuddi.jsp looking for stale dependencies

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

Kurt Stam closed JUDDI-119.
---------------------------

    Resolution: Fixed

done

> happyjuddi.jsp looking for stale dependencies
> ---------------------------------------------
>
>                 Key: JUDDI-119
>                 URL: https://issues.apache.org/jira/browse/JUDDI-119
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>            Reporter: Tom Cunningham
>            Assignee: Kurt T Stam
>             Fix For: 2.0rc5
>
>         Attachments: juddi.patch
>
>
> happyjuddi is looking for : 
> org.apache.axis.transport.http.AxisServlet
> javax.xml.rpc.Service

-- 
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-119) happyjuddi.jsp looking for stale dependencies

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

Kurt Stam updated JUDDI-119:
----------------------------

      Description: 
happyjuddi is looking for : 

org.apache.axis.transport.http.AxisServlet
javax.xml.rpc.Service

axis2 doesn't contain javax.xml.rpc.Service so that should probably be removed, and axis2 has renamed AxisServlet's package to org.apache.axis2.transport.http.AxisServlet



  was:
happyjuddi is looking for : 

org.apache.axis.transport.http.AxisServlet
javax.xml.rpc.Service

axis2 doesn't contain javax.xml.rpc.Service so that should probably be removed, and axis2 has renamed AxisServlet's package to org.apache.axis2.transport.http.AxisServlet

    Fix Version/s: 2.0rc5

We need two versions of these for the 2 juddi.wars we support now.

> happyjuddi.jsp looking for stale dependencies
> ---------------------------------------------
>
>                 Key: JUDDI-119
>                 URL: https://issues.apache.org/jira/browse/JUDDI-119
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>            Reporter: Tom Cunningham
>            Assignee: Kurt T Stam
>             Fix For: 2.0rc5
>
>         Attachments: juddi.patch
>
>
> happyjuddi is looking for : 
> org.apache.axis.transport.http.AxisServlet
> javax.xml.rpc.Service
> axis2 doesn't contain javax.xml.rpc.Service so that should probably be removed, and axis2 has renamed AxisServlet's package to org.apache.axis2.transport.http.AxisServlet

-- 
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-119) happyjuddi.jsp looking for stale dependencies

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

Tom Cunningham updated JUDDI-119:
---------------------------------

    Attachment: juddi.patch

Removed rpc.Service and changed package name of AxisServlet.

> happyjuddi.jsp looking for stale dependencies
> ---------------------------------------------
>
>                 Key: JUDDI-119
>                 URL: https://issues.apache.org/jira/browse/JUDDI-119
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>            Reporter: Tom Cunningham
>            Assignee: Kurt T Stam
>         Attachments: juddi.patch
>
>
> happyjuddi is looking for : 
> org.apache.axis.transport.http.AxisServlet
> javax.xml.rpc.Service
> axis2 doesn't contain javax.xml.rpc.Service so that should probably be removed, and axis2 has renamed AxisServlet's package to org.apache.axis2.transport.http.AxisServlet

-- 
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-119) happyjuddi.jsp looking for stale dependencies

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

Kurt Stam commented on JUDDI-119:
---------------------------------

We also need 2 version of this file, for the two different juddi.wars (lean version)

> happyjuddi.jsp looking for stale dependencies
> ---------------------------------------------
>
>                 Key: JUDDI-119
>                 URL: https://issues.apache.org/jira/browse/JUDDI-119
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>            Reporter: Tom Cunningham
>            Assignee: Kurt T Stam
>             Fix For: 2.0rc5
>
>         Attachments: juddi.patch
>
>
> happyjuddi is looking for : 
> org.apache.axis.transport.http.AxisServlet
> javax.xml.rpc.Service
> axis2 doesn't contain javax.xml.rpc.Service so that should probably be removed, and axis2 has renamed AxisServlet's package to org.apache.axis2.transport.http.AxisServlet

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