You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2008/07/17 08:35:31 UTC

[jira] Created: (TUSCANY-2480) Generated wsdl has incorrect endpoint

Generated wsdl has incorrect endpoint
-------------------------------------

                 Key: TUSCANY-2480
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2480
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Axis Binding Extension
    Affects Versions: Java-SCA-1.3
            Reporter: ant elder
            Priority: Blocker
             Fix For: Java-SCA-1.3


In the 1.3 release the generated wsdl has an incorrect endpoint when the app is running on a port other than 8080. 

To recreate deploy the caclulator-ws-sample to Tomcat using a port other than 8080 and look at the generated wsdl - it still uses port 8080.

See ML post: http://apache.markmail.org/message/fryloi6byuyjqvrl

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


[jira] Commented: (TUSCANY-2480) Generated wsdl has incorrect endpoint

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615963#action_12615963 ] 

Simon Nash commented on TUSCANY-2480:
-------------------------------------

The fix is checked in to the 1.3 branch under r678813.  I will add it to trunk later today.

> Generated wsdl has incorrect endpoint
> -------------------------------------
>
>                 Key: TUSCANY-2480
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2480
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.3
>            Reporter: ant elder
>            Assignee: Simon Nash
>            Priority: Blocker
>             Fix For: Java-SCA-1.3
>
>
> In the 1.3 release the generated wsdl has an incorrect endpoint when the app is running on a port other than 8080. 
> To recreate deploy the caclulator-ws-sample to Tomcat using a port other than 8080 and look at the generated wsdl - it still uses port 8080.
> See ML post: http://apache.markmail.org/message/fryloi6byuyjqvrl

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


[jira] Resolved: (TUSCANY-2480) Generated wsdl has incorrect endpoint

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash resolved TUSCANY-2480.
---------------------------------

    Resolution: Fixed

Fixed in trunk under r679776.

> Generated wsdl has incorrect endpoint
> -------------------------------------
>
>                 Key: TUSCANY-2480
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2480
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.3
>            Reporter: ant elder
>            Assignee: Simon Nash
>            Priority: Minor
>             Fix For: Java-SCA-1.3
>
>
> In the 1.3 release the generated wsdl has an incorrect endpoint when the app is running on a port other than 8080. 
> To recreate deploy the caclulator-ws-sample to Tomcat using a port other than 8080 and look at the generated wsdl - it still uses port 8080.
> See ML post: http://apache.markmail.org/message/fryloi6byuyjqvrl

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


[jira] Commented: (TUSCANY-2480) Generated wsdl has incorrect endpoint

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615271#action_12615271 ] 

Simon Nash commented on TUSCANY-2480:
-------------------------------------

I have done more investigation into why this worked on Tuscany 1.2 but not 1.3 RC1a.  It appears the problem was caused by changes I made in the Axis2 binding for wsdl.service support.  I'm now homing in on exactly which of these changes caused this problem and where to put the fix.

> Generated wsdl has incorrect endpoint
> -------------------------------------
>
>                 Key: TUSCANY-2480
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2480
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.3
>            Reporter: ant elder
>            Assignee: Simon Nash
>            Priority: Blocker
>             Fix For: Java-SCA-1.3
>
>
> In the 1.3 release the generated wsdl has an incorrect endpoint when the app is running on a port other than 8080. 
> To recreate deploy the caclulator-ws-sample to Tomcat using a port other than 8080 and look at the generated wsdl - it still uses port 8080.
> See ML post: http://apache.markmail.org/message/fryloi6byuyjqvrl

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


[jira] Commented: (TUSCANY-2480) Generated wsdl has incorrect endpoint

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615127#action_12615127 ] 

Simon Nash commented on TUSCANY-2480:
-------------------------------------

Does the host/port need to substituted into the WSDL4J document when every HTTP ?wsdl request is received, or just once when the AxisService is started?  It would be easier to do the latter if there are APIs to reliably obtain the listening host and port from the servlet container.  The former is also possible, but it takes a bit more coding in the Axis2 Web Service binding (some code would need to be added to TuscanyListingAgent), and there could be multithreading issues if it is possible for the same servlet to receive multiple ?wsdl requests simultaneously on different ports.


> Generated wsdl has incorrect endpoint
> -------------------------------------
>
>                 Key: TUSCANY-2480
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2480
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.3
>            Reporter: ant elder
>            Priority: Blocker
>             Fix For: Java-SCA-1.3
>
>
> In the 1.3 release the generated wsdl has an incorrect endpoint when the app is running on a port other than 8080. 
> To recreate deploy the caclulator-ws-sample to Tomcat using a port other than 8080 and look at the generated wsdl - it still uses port 8080.
> See ML post: http://apache.markmail.org/message/fryloi6byuyjqvrl

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


[jira] Commented: (TUSCANY-2480) Generated wsdl has incorrect endpoint

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615665#action_12615665 ] 

Simon Nash commented on TUSCANY-2480:
-------------------------------------

I have a fix for this now.  I'll commit it to the 1.3 branch and trunk after making sure it passes a full build.

> Generated wsdl has incorrect endpoint
> -------------------------------------
>
>                 Key: TUSCANY-2480
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2480
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.3
>            Reporter: ant elder
>            Assignee: Simon Nash
>            Priority: Blocker
>             Fix For: Java-SCA-1.3
>
>
> In the 1.3 release the generated wsdl has an incorrect endpoint when the app is running on a port other than 8080. 
> To recreate deploy the caclulator-ws-sample to Tomcat using a port other than 8080 and look at the generated wsdl - it still uses port 8080.
> See ML post: http://apache.markmail.org/message/fryloi6byuyjqvrl

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


[jira] Assigned: (TUSCANY-2480) Generated wsdl has incorrect endpoint

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash reassigned TUSCANY-2480:
-----------------------------------

    Assignee: Simon Nash

> Generated wsdl has incorrect endpoint
> -------------------------------------
>
>                 Key: TUSCANY-2480
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2480
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.3
>            Reporter: ant elder
>            Assignee: Simon Nash
>            Priority: Blocker
>             Fix For: Java-SCA-1.3
>
>
> In the 1.3 release the generated wsdl has an incorrect endpoint when the app is running on a port other than 8080. 
> To recreate deploy the caclulator-ws-sample to Tomcat using a port other than 8080 and look at the generated wsdl - it still uses port 8080.
> See ML post: http://apache.markmail.org/message/fryloi6byuyjqvrl

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


[jira] Commented: (TUSCANY-2480) Generated wsdl has incorrect endpoint

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615125#action_12615125 ] 

Simon Nash commented on TUSCANY-2480:
-------------------------------------

There have been some recent ML exchanges about this issue.  See http://apache.markmail.org/message/f23kltvkgmg3ybaw


> Generated wsdl has incorrect endpoint
> -------------------------------------
>
>                 Key: TUSCANY-2480
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2480
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.3
>            Reporter: ant elder
>            Priority: Blocker
>             Fix For: Java-SCA-1.3
>
>
> In the 1.3 release the generated wsdl has an incorrect endpoint when the app is running on a port other than 8080. 
> To recreate deploy the caclulator-ws-sample to Tomcat using a port other than 8080 and look at the generated wsdl - it still uses port 8080.
> See ML post: http://apache.markmail.org/message/fryloi6byuyjqvrl

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


[jira] Updated: (TUSCANY-2480) Generated wsdl has incorrect endpoint

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder updated TUSCANY-2480:
-------------------------------

    Priority: Minor  (was: Blocker)

Lowering priority as this is fixed in 1.3 now

> Generated wsdl has incorrect endpoint
> -------------------------------------
>
>                 Key: TUSCANY-2480
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2480
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.3
>            Reporter: ant elder
>            Assignee: Simon Nash
>            Priority: Minor
>             Fix For: Java-SCA-1.3
>
>
> In the 1.3 release the generated wsdl has an incorrect endpoint when the app is running on a port other than 8080. 
> To recreate deploy the caclulator-ws-sample to Tomcat using a port other than 8080 and look at the generated wsdl - it still uses port 8080.
> See ML post: http://apache.markmail.org/message/fryloi6byuyjqvrl

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