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 2007/03/07 20:09:21 UTC

[jira] Created: (SM-871) Optimize EndpointSupport.getKey, EndpointSupport.getUniqueKey, MessageExchange.setMessage, and DeliveryChannel.getKeyForExchange

Optimize EndpointSupport.getKey, EndpointSupport.getUniqueKey, MessageExchange.setMessage, and DeliveryChannel.getKeyForExchange
--------------------------------------------------------------------------------------------------------------------------------

                 Key: SM-871
                 URL: https://issues.apache.org/activemq/browse/SM-871
             Project: ServiceMix
          Issue Type: Improvement
          Components: servicemix-core
    Affects Versions: 3.1
            Reporter: Guillaume Nodet
         Assigned To: Guillaume Nodet
             Fix For: 3.1.1, 3.2




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


[jira] Resolved: (SM-871) Optimize wsdl-first example

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

Guillaume Nodet resolved SM-871.
--------------------------------

    Resolution: Fixed

URL: http://svn.apache.org/viewvc?view=rev&rev=515740
URL: http://svn.apache.org/viewvc?view=rev&rev=515741
URL: http://svn.apache.org/viewvc?view=rev&rev=515748


> Optimize wsdl-first example
> ---------------------------
>
>                 Key: SM-871
>                 URL: https://issues.apache.org/activemq/browse/SM-871
>             Project: ServiceMix
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Guillaume Nodet
>         Assigned To: Guillaume Nodet
>             Fix For: 3.1.1, 3.2
>
>


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


[jira] Resolved: (SM-871) Optimize EndpointSupport.getKey, EndpointSupport.getUniqueKey, MessageExchange.setMessage, and DeliveryChannel.getKeyForExchange

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

Guillaume Nodet resolved SM-871.
--------------------------------

    Resolution: Fixed

Author: gnodet
Date: Wed Mar  7 11:09:09 2007
New Revision: 515699

URL: http://svn.apache.org/viewvc?view=rev&rev=515699
Log:
SM-871: Several small optimizations

Modified:
   incubator/servicemix/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java
   incubator/servicemix/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/MessageExchangeImpl.java
   incubator/servicemix/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/AbstractServiceEndpoint.java
   incubator/servicemix/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/DynamicEndpoint.java
   incubator/servicemix/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/EndpointSupport.java
   incubator/servicemix/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/ExternalEndpoint.java
   incubator/servicemix/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/InternalEndpoint.java
   incubator/servicemix/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/LinkedEndpoint.java



Author: gnodet
Date: Wed Mar  7 11:13:37 2007
New Revision: 515701

URL: http://svn.apache.org/viewvc?view=rev&rev=515701
Log:
SM-871: Several small optimizations

Modified:
   incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java
   incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/MessageExchangeImpl.java
   incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/AbstractServiceEndpoint.java
   incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/DynamicEndpoint.java
   incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/EndpointSupport.java
   incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/ExternalEndpoint.java
   incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/InternalEndpoint.java
   incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/servicedesc/LinkedEndpoint.java


> Optimize EndpointSupport.getKey, EndpointSupport.getUniqueKey, MessageExchange.setMessage, and DeliveryChannel.getKeyForExchange
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SM-871
>                 URL: https://issues.apache.org/activemq/browse/SM-871
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.1
>            Reporter: Guillaume Nodet
>         Assigned To: Guillaume Nodet
>             Fix For: 3.1.1, 3.2
>
>


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


[jira] Updated: (SM-871) Optimize wsdl-first example

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

Guillaume Nodet updated SM-871:
-------------------------------

    Component/s:     (was: servicemix-core)
        Summary: Optimize wsdl-first example  (was: Optimize EndpointSupport.getKey, EndpointSupport.getUniqueKey, MessageExchange.setMessage, and DeliveryChannel.getKeyForExchange)

> Optimize wsdl-first example
> ---------------------------
>
>                 Key: SM-871
>                 URL: https://issues.apache.org/activemq/browse/SM-871
>             Project: ServiceMix
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Guillaume Nodet
>         Assigned To: Guillaume Nodet
>             Fix For: 3.1.1, 3.2
>
>


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


[jira] Reopened: (SM-871) Optimize EndpointSupport.getKey, EndpointSupport.getUniqueKey, MessageExchange.setMessage, and DeliveryChannel.getKeyForExchange

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

Guillaume Nodet reopened SM-871:
--------------------------------


> Optimize EndpointSupport.getKey, EndpointSupport.getUniqueKey, MessageExchange.setMessage, and DeliveryChannel.getKeyForExchange
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SM-871
>                 URL: https://issues.apache.org/activemq/browse/SM-871
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.1
>            Reporter: Guillaume Nodet
>         Assigned To: Guillaume Nodet
>             Fix For: 3.1.1, 3.2
>
>


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