You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Ron Gavlin (JIRA)" <ji...@apache.org> on 2008/02/21 04:35:15 UTC

[jira] Created: (SM-1242) CXF BC should support useJBIWrapper element

CXF BC should support useJBIWrapper element
-------------------------------------------

                 Key: SM-1242
                 URL: https://issues.apache.org/activemq/browse/SM-1242
             Project: ServiceMix
          Issue Type: New Feature
          Components: servicemix-cxf-bc
    Affects Versions: 3.2.1
            Reporter: Ron Gavlin


I would like to use servicemix-cxf-bc exclusively in my environment. Currently, if I need an http binding component with useJBIWrapper=false, I must resort to servicemix-http. As a result, I would like to see the servicemix-cxf-bc enhanced to support scenarios which require useJBIWrapper=false. 

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


[jira] Commented: (SM-1242) CXF BC should support useJBIWrapper element

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41585#action_41585 ] 

Freeman Fang commented on SM-1242:
----------------------------------

Hi Ron,
Do you mean the servicemix-cxf-bc doesn't do transformation between soap message and jbi message, if so, I think servicemix-cxf-se also need a flag to enable support soap message. I create jira https://issues.apache.org/activemq/browse/SM-1266 to track it.

Regards

Freeman


> CXF BC should support useJBIWrapper element
> -------------------------------------------
>
>                 Key: SM-1242
>                 URL: https://issues.apache.org/activemq/browse/SM-1242
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.1
>            Reporter: Ron Gavlin
>
> I would like to use servicemix-cxf-bc exclusively in my environment. Currently, if I need an http binding component with useJBIWrapper=false, I must resort to servicemix-http. As a result, I would like to see the servicemix-cxf-bc enhanced to support scenarios which require useJBIWrapper=false. 

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


[jira] Resolved: (SM-1242) CXF BC should support useJBIWrapper element

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

Freeman Fang resolved SM-1242.
------------------------------

    Resolution: Fixed

commited

http://svn.apache.org/viewvc?rev=635778&view=rev for 3.3 branch
http://svn.apache.org/viewvc?rev=635798&view=rev for 3.2.2 branch

now can use useJBIWrapper="true" or useJBIWrapper="false" to enable or disable jbi wrapper for cxf se endpoint and cxf bc provider/consumer
examples here
http://svn.apache.org/repos/asf/servicemix/smx3/trunk/deployables/bindingcomponents/servicemix-cxf-bc/src/test/resources/org/apache/servicemix/cxfbc/xbean_without_jbi_wrapper.xml

> CXF BC should support useJBIWrapper element
> -------------------------------------------
>
>                 Key: SM-1242
>                 URL: https://issues.apache.org/activemq/browse/SM-1242
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.1
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>
> I would like to use servicemix-cxf-bc exclusively in my environment. Currently, if I need an http binding component with useJBIWrapper=false, I must resort to servicemix-http. As a result, I would like to see the servicemix-cxf-bc enhanced to support scenarios which require useJBIWrapper=false. 

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


[jira] Commented: (SM-1242) CXF BC should support useJBIWrapper element

Posted by "Ron Gavlin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41601#action_41601 ] 

Ron Gavlin commented on SM-1242:
--------------------------------

Hi Freeman,

Yes, that is exactly what I mean. I also agree with the need for jira SM-1266.

Thanks,

- Ron

> CXF BC should support useJBIWrapper element
> -------------------------------------------
>
>                 Key: SM-1242
>                 URL: https://issues.apache.org/activemq/browse/SM-1242
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.1
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>
> I would like to use servicemix-cxf-bc exclusively in my environment. Currently, if I need an http binding component with useJBIWrapper=false, I must resort to servicemix-http. As a result, I would like to see the servicemix-cxf-bc enhanced to support scenarios which require useJBIWrapper=false. 

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


[jira] Assigned: (SM-1242) CXF BC should support useJBIWrapper element

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

Freeman Fang reassigned SM-1242:
--------------------------------

    Assignee: Freeman Fang

> CXF BC should support useJBIWrapper element
> -------------------------------------------
>
>                 Key: SM-1242
>                 URL: https://issues.apache.org/activemq/browse/SM-1242
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.1
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>
> I would like to use servicemix-cxf-bc exclusively in my environment. Currently, if I need an http binding component with useJBIWrapper=false, I must resort to servicemix-http. As a result, I would like to see the servicemix-cxf-bc enhanced to support scenarios which require useJBIWrapper=false. 

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


[jira] Work started: (SM-1242) CXF BC should support useJBIWrapper element

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

Work on SM-1242 started by Freeman Fang.

> CXF BC should support useJBIWrapper element
> -------------------------------------------
>
>                 Key: SM-1242
>                 URL: https://issues.apache.org/activemq/browse/SM-1242
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.1
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>
> I would like to use servicemix-cxf-bc exclusively in my environment. Currently, if I need an http binding component with useJBIWrapper=false, I must resort to servicemix-http. As a result, I would like to see the servicemix-cxf-bc enhanced to support scenarios which require useJBIWrapper=false. 

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


[jira] Commented: (SM-1242) CXF BC should support useJBIWrapper element

Posted by "Ulhas Bhole (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41539#action_41539 ] 

Ulhas Bhole commented on SM-1242:
---------------------------------

Hi Ron,
Can you put some more details on this issue?

Regards,

Ulhas Bhole

> CXF BC should support useJBIWrapper element
> -------------------------------------------
>
>                 Key: SM-1242
>                 URL: https://issues.apache.org/activemq/browse/SM-1242
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.1
>            Reporter: Ron Gavlin
>
> I would like to use servicemix-cxf-bc exclusively in my environment. Currently, if I need an http binding component with useJBIWrapper=false, I must resort to servicemix-http. As a result, I would like to see the servicemix-cxf-bc enhanced to support scenarios which require useJBIWrapper=false. 

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