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

[jira] Created: (SM-424) WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM

WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM
------------------------------------------------------------------------------------------------------------------

         Key: SM-424
         URL: https://issues.apache.org/activemq/browse/SM-424
     Project: ServiceMix
        Type: Improvement

  Components: servicemix-wsn2005  
    Reporter: Tomas Olsson




-- 
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-424) WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM

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

    Fix Version: 3.0-M2
     Resolution: Fixed

Need to do SM-428

> WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM
> ------------------------------------------------------------------------------------------------------------------
>
>          Key: SM-424
>          URL: https://issues.apache.org/activemq/browse/SM-424
>      Project: ServiceMix
>         Type: Improvement

>   Components: servicemix-wsn2005
>     Reporter: Tomas Olsson
>     Assignee: Guillaume Nodet
>      Fix For: 3.0-M2

>
>


-- 
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-424) WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM

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

Guillaume Nodet commented on SM-424:
------------------------------------

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

Should now work using an URI in the wsa:Address tag (see http://servicemix.org/URIs)
Need to update the demo in the distribution


> WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM
> ------------------------------------------------------------------------------------------------------------------
>
>          Key: SM-424
>          URL: https://issues.apache.org/activemq/browse/SM-424
>      Project: ServiceMix
>         Type: Improvement

>   Components: servicemix-wsn2005
>     Reporter: Tomas Olsson

>
>


-- 
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-424) WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM

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

Guillaume Nodet reassigned SM-424:
----------------------------------

    Assign To: Guillaume Nodet

> WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM
> ------------------------------------------------------------------------------------------------------------------
>
>          Key: SM-424
>          URL: https://issues.apache.org/activemq/browse/SM-424
>      Project: ServiceMix
>         Type: Improvement

>   Components: servicemix-wsn2005
>     Reporter: Tomas Olsson
>     Assignee: Guillaume Nodet

>
>


-- 
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-424) WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM

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

> WS-Notification broker only creates subscriptions for endpoints in SM, should be possible for endpoints outside SM
> ------------------------------------------------------------------------------------------------------------------
>
>          Key: SM-424
>          URL: https://issues.apache.org/activemq/browse/SM-424
>      Project: ServiceMix
>         Type: Improvement

>   Components: servicemix-wsn2005
>     Reporter: Tomas Olsson
>     Assignee: Guillaume Nodet

>
>


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