You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Scott Cranton (JIRA)" <ji...@apache.org> on 2009/04/24 22:52:38 UTC

[jira] Created: (SMXCOMP-509) cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected

cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected
----------------------------------------------------------------------------------------

                 Key: SMXCOMP-509
                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-509
             Project: ServiceMix Components
          Issue Type: Bug
          Components: servicemix-cxf-se
            Reporter: Scott Cranton


Setting the cxfse:endpoint service and endpoint attributes appears to have no impact on nmr endpoint. Only setting WebService Annotation service and port values actually changes nmr endpoint. WSDL values also appear to not influence nmr name

	<cxfse:endpoint id="paymentServiceSE"
                service="foo:bar" <!-- these values do not change nmr endpoint as expected and documented -->
                endpoint="endpoint"
		useJBIWrapper="false"
		useSOAPEnvelope="false"
	>
		<cxfse:pojo>
			<bean class="com.example.fuse.payment_service.PaymentServiceImpl" />
		</cxfse:pojo>
	</cxfse:endpoint>

Setting WebService annotations appears to be only way to change nmr endpoint

@WebService(targetNamespace = "http://fuse.example.com", name = "Payment", serviceName="paymentService", portName="endpoint")
public class PaymentServiceImpl implements Payment {

nmr will now be {http://fuse.example.com}paymentService:endpoint



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


[jira] Work started: (SMXCOMP-509) cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMXCOMP-509 started by Freeman Fang.

> cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected
> ----------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-509
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-509
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-cxf-se
>            Reporter: Scott Cranton
>            Assignee: Freeman Fang
>
> Setting the cxfse:endpoint service and endpoint attributes appears to have no impact on nmr endpoint. Only setting WebService Annotation service and port values actually changes nmr endpoint. WSDL values also appear to not influence nmr name
> 	<cxfse:endpoint id="paymentServiceSE"
>                 service="foo:bar" <!-- these values do not change nmr endpoint as expected and documented -->
>                 endpoint="endpoint"
> 		useJBIWrapper="false"
> 		useSOAPEnvelope="false"
> 	>
> 		<cxfse:pojo>
> 			<bean class="com.example.fuse.payment_service.PaymentServiceImpl" />
> 		</cxfse:pojo>
> 	</cxfse:endpoint>
> Setting WebService annotations appears to be only way to change nmr endpoint
> @WebService(targetNamespace = "http://fuse.example.com", name = "Payment", serviceName="paymentService", portName="endpoint")
> public class PaymentServiceImpl implements Payment {
> nmr will now be {http://fuse.example.com}paymentService:endpoint

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


[jira] Assigned: (SMXCOMP-509) cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMXCOMP-509:
------------------------------------

    Assignee: Freeman Fang

> cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected
> ----------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-509
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-509
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-cxf-se
>            Reporter: Scott Cranton
>            Assignee: Freeman Fang
>
> Setting the cxfse:endpoint service and endpoint attributes appears to have no impact on nmr endpoint. Only setting WebService Annotation service and port values actually changes nmr endpoint. WSDL values also appear to not influence nmr name
> 	<cxfse:endpoint id="paymentServiceSE"
>                 service="foo:bar" <!-- these values do not change nmr endpoint as expected and documented -->
>                 endpoint="endpoint"
> 		useJBIWrapper="false"
> 		useSOAPEnvelope="false"
> 	>
> 		<cxfse:pojo>
> 			<bean class="com.example.fuse.payment_service.PaymentServiceImpl" />
> 		</cxfse:pojo>
> 	</cxfse:endpoint>
> Setting WebService annotations appears to be only way to change nmr endpoint
> @WebService(targetNamespace = "http://fuse.example.com", name = "Payment", serviceName="paymentService", portName="endpoint")
> public class PaymentServiceImpl implements Payment {
> nmr will now be {http://fuse.example.com}paymentService:endpoint

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


[jira] Resolved: (SMXCOMP-509) cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMXCOMP-509.
----------------------------------

       Resolution: Fixed
    Fix Version/s: servicemix-cxf-se-2009.02
                   servicemix-cxf-bc-2009.02
                   3.2.4

commit fix
http://svn.apache.org/viewvc?rev=776545&view=rev
http://svn.apache.org/viewvc?rev=776557&view=rev for 3.2 branch
http://svn.apache.org/viewvc?rev=776558&view=rev for servicemix-cxf-se component project
http://svn.apache.org/viewvc?rev=776559&view=rev for servicemix-cxf-bc component project

> cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected
> ----------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-509
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-509
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-cxf-se
>            Reporter: Scott Cranton
>            Assignee: Freeman Fang
>             Fix For: 3.2.4, servicemix-cxf-bc-2009.02, servicemix-cxf-se-2009.02
>
>
> Setting the cxfse:endpoint service and endpoint attributes appears to have no impact on nmr endpoint. Only setting WebService Annotation service and port values actually changes nmr endpoint. WSDL values also appear to not influence nmr name
> 	<cxfse:endpoint id="paymentServiceSE"
>                 service="foo:bar" <!-- these values do not change nmr endpoint as expected and documented -->
>                 endpoint="endpoint"
> 		useJBIWrapper="false"
> 		useSOAPEnvelope="false"
> 	>
> 		<cxfse:pojo>
> 			<bean class="com.example.fuse.payment_service.PaymentServiceImpl" />
> 		</cxfse:pojo>
> 	</cxfse:endpoint>
> Setting WebService annotations appears to be only way to change nmr endpoint
> @WebService(targetNamespace = "http://fuse.example.com", name = "Payment", serviceName="paymentService", portName="endpoint")
> public class PaymentServiceImpl implements Payment {
> nmr will now be {http://fuse.example.com}paymentService:endpoint

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


[jira] Commented: (SMXCOMP-509) cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected

Posted by "Stefan Weber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMXCOMP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51778#action_51778 ] 

Stefan Weber commented on SMXCOMP-509:
--------------------------------------

Any futher research/work done on this issue? Experience the same and need the service + endpoint configured dynamically trough PropertyPlaceholder and Overider.

> cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected
> ----------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-509
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-509
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-cxf-se
>            Reporter: Scott Cranton
>
> Setting the cxfse:endpoint service and endpoint attributes appears to have no impact on nmr endpoint. Only setting WebService Annotation service and port values actually changes nmr endpoint. WSDL values also appear to not influence nmr name
> 	<cxfse:endpoint id="paymentServiceSE"
>                 service="foo:bar" <!-- these values do not change nmr endpoint as expected and documented -->
>                 endpoint="endpoint"
> 		useJBIWrapper="false"
> 		useSOAPEnvelope="false"
> 	>
> 		<cxfse:pojo>
> 			<bean class="com.example.fuse.payment_service.PaymentServiceImpl" />
> 		</cxfse:pojo>
> 	</cxfse:endpoint>
> Setting WebService annotations appears to be only way to change nmr endpoint
> @WebService(targetNamespace = "http://fuse.example.com", name = "Payment", serviceName="paymentService", portName="endpoint")
> public class PaymentServiceImpl implements Payment {
> nmr will now be {http://fuse.example.com}paymentService:endpoint

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


[jira] Work stopped: (SMXCOMP-509) cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMXCOMP-509 stopped by Freeman Fang.

> cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected
> ----------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-509
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-509
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-cxf-se
>            Reporter: Scott Cranton
>            Assignee: Freeman Fang
>             Fix For: 3.2.4, servicemix-cxf-bc-2009.02, servicemix-cxf-se-2009.02
>
>
> Setting the cxfse:endpoint service and endpoint attributes appears to have no impact on nmr endpoint. Only setting WebService Annotation service and port values actually changes nmr endpoint. WSDL values also appear to not influence nmr name
> 	<cxfse:endpoint id="paymentServiceSE"
>                 service="foo:bar" <!-- these values do not change nmr endpoint as expected and documented -->
>                 endpoint="endpoint"
> 		useJBIWrapper="false"
> 		useSOAPEnvelope="false"
> 	>
> 		<cxfse:pojo>
> 			<bean class="com.example.fuse.payment_service.PaymentServiceImpl" />
> 		</cxfse:pojo>
> 	</cxfse:endpoint>
> Setting WebService annotations appears to be only way to change nmr endpoint
> @WebService(targetNamespace = "http://fuse.example.com", name = "Payment", serviceName="paymentService", portName="endpoint")
> public class PaymentServiceImpl implements Payment {
> nmr will now be {http://fuse.example.com}paymentService:endpoint

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