You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2006/05/04 23:20:38 UTC

[jira] Created: (SM-425) Support URIs to address a JBI exchange and resolution of WS-Addressing EPR

Support URIs to address a JBI exchange and resolution of WS-Addressing EPR
--------------------------------------------------------------------------

         Key: SM-425
         URL: https://issues.apache.org/activemq/browse/SM-425
     Project: ServiceMix
        Type: New Feature

  Components: servicemix-core, servicemix-http, servicemix-soap, servicemix-jms, servicemix-wsn2005, servicemix-eip  
    Reporter: Guillaume Nodet


See http://servicemix.org/URIs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (SM-425) Support URIs to address a JBI exchange and resolution of WS-Addressing EPR

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-425?page=all ]

Guillaume Nodet reassigned SM-425:
----------------------------------

    Assign To: Guillaume Nodet

> Support URIs to address a JBI exchange and resolution of WS-Addressing EPR
> --------------------------------------------------------------------------
>
>          Key: SM-425
>          URL: https://issues.apache.org/activemq/browse/SM-425
>      Project: ServiceMix
>         Type: New Feature

>   Components: servicemix-core, servicemix-http, servicemix-soap, servicemix-jms, servicemix-wsn2005, servicemix-eip
>     Reporter: Guillaume Nodet
>     Assignee: Guillaume Nodet

>
>
> See http://servicemix.org/URIs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (SM-425) Support URIs to address a JBI exchange and resolution of WS-Addressing EPR

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-425?page=all ]
     
Guillaume Nodet resolved SM-425:
--------------------------------

    Fix Version: 3.0-M2
     Resolution: Fixed

Author: gnodet
Date: Tue May  9 02:58:57 2006
New Revision: 405365

URL: http://svn.apache.org/viewcvs?rev=405365&view=rev
Log:
Add support for URI properties for dynamic jms provider endpoint.
Syntax is:
   jms://{queue|topic}/destinationName[?query]
Ex:
   jms://queue/foo.bar.myqueue?jms.soap=true

Added:
    incubator/servicemix/trunk/servicemix-jms/src/test/java/org/apache/servicemix/jms/JmsURITest.java
Modified:
    incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/AbstractJmsProcessor.java
    incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsComponent.java
    incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsConfiguration.java
    incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsEndpoint.java
    incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsLifeCycle.java
    incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsResolvedEndpoint.java
    incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsSpringComponent.java
    incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/multiplexing/MultiplexingConsumerProcessor.java
    incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/multiplexing/MultiplexingProviderProcessor.java


See http://goopen.org/confluence/display/SM/URIs for some docs


> Support URIs to address a JBI exchange and resolution of WS-Addressing EPR
> --------------------------------------------------------------------------
>
>          Key: SM-425
>          URL: https://issues.apache.org/activemq/browse/SM-425
>      Project: ServiceMix
>         Type: New Feature

>   Components: servicemix-core, servicemix-http, servicemix-soap, servicemix-jms, servicemix-wsn2005, servicemix-eip
>     Reporter: Guillaume Nodet
>     Assignee: Guillaume Nodet
>      Fix For: 3.0-M2

>
>
> See http://servicemix.org/URIs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Work started: (SM-425) Support URIs to address a JBI exchange and resolution of WS-Addressing EPR

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-425?page=all ]
     
Work on SM-425 started by Guillaume Nodet

> Support URIs to address a JBI exchange and resolution of WS-Addressing EPR
> --------------------------------------------------------------------------
>
>          Key: SM-425
>          URL: https://issues.apache.org/activemq/browse/SM-425
>      Project: ServiceMix
>         Type: New Feature

>   Components: servicemix-core, servicemix-http, servicemix-soap, servicemix-jms, servicemix-wsn2005, servicemix-eip
>     Reporter: Guillaume Nodet
>     Assignee: Guillaume Nodet

>
>
> See http://servicemix.org/URIs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (SM-425) Support URIs to address a JBI exchange and resolution of WS-Addressing EPR

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-425?page=comments#action_36144 ] 

Guillaume Nodet commented on SM-425:
------------------------------------

Author: gnodet
Date: Thu May  4 15:43:16 2006
New Revision: 399873

URL: http://svn.apache.org/viewcvs?rev=399873&view=rev
Log:
SM-245: Support URIs to address a JBI exchange and resolution of WS-Addressing EPR
SM-424: WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM

Modified:
    incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/BaseLifeCycle.java
    incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/Endpoint.java
    incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/ServiceUnit.java
    incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/ActivationSpec.java
    incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/Registry.java
    incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/ExchangeTarget.java
    incubator/servicemix/trunk/servicemix-eip/src/test/resources/org/apache/servicemix/eip/spring.xml
    incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/HttpComponent.java
    incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/HttpLifeCycle.java
    incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/HttpResolvedEndpoint.java
    incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/HttpSpringComponent.java
    incubator/servicemix/trunk/servicemix-soap/src/main/java/org/apache/servicemix/soap/SoapEndpoint.java
    incubator/servicemix/trunk/servicemix-wsn2005/pom.xml
    incubator/servicemix/trunk/servicemix-wsn2005/src/main/java/org/apache/servicemix/wsn/jbi/JbiSubscription.java
    incubator/servicemix/trunk/servicemix-wsn2005/src/test/java/org/apache/servicemix/wsn/component/WSNComponentTest.java

Still need to update WS-Addressing in servicemix-soap



> Support URIs to address a JBI exchange and resolution of WS-Addressing EPR
> --------------------------------------------------------------------------
>
>          Key: SM-425
>          URL: https://issues.apache.org/activemq/browse/SM-425
>      Project: ServiceMix
>         Type: New Feature

>   Components: servicemix-core, servicemix-http, servicemix-soap, servicemix-jms, servicemix-wsn2005, servicemix-eip
>     Reporter: Guillaume Nodet

>
>
> See http://servicemix.org/URIs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira