You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Edell Nolan (JIRA)" <ji...@apache.org> on 2008/10/14 13:33:56 UTC

[jira] Created: (SM-1632) Backport a change to Smx 3.2 branch to allow artifacts that use the servicemix-bean component to deploy on Smx4

Backport a change to Smx 3.2 branch to allow artifacts that use the servicemix-bean component to deploy on Smx4
---------------------------------------------------------------------------------------------------------------

                 Key: SM-1632
                 URL: https://issues.apache.org/activemq/browse/SM-1632
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-bean
            Reporter: Edell Nolan
             Fix For: 3.2.3
         Attachments: MessageExchangeListener.zip

I was trying to build an SA and deploy it on the latest of Servicemix 4 but the MessageExchangeListener class has changed.

This change was already back ported to apache 3.3 - Since 3.3 is not released it would be great to have this fix on the 3.2 branch.

I have attached a Zip with the changes as I cannot seem to create a patch with new directory or files.

The following are the changes =>

core\servicemix-core\src\main\java\org\apache\servicemix\jbi\listener => new directory
core\servicemix-core\src\main\java\org\apache\servicemix\jbi\listener\MessageExchangeListener => new file 
core\servicemix-core\src\main\java\org\apache\servicemix\MessageExchangeListener => interface to extend new one above

deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\BeanEndpoint.java => Change the import for MessageExchangeListener

thanks, Edell.

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


[jira] Assigned: (SM-1632) Backport a change to Smx 3.2 branch to allow artifacts that use the servicemix-bean component to deploy on Smx4

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

Guillaume Nodet reassigned SM-1632:
-----------------------------------

    Assignee: Guillaume Nodet

> Backport a change to Smx 3.2 branch to allow artifacts that use the servicemix-bean component to deploy on Smx4
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SM-1632
>                 URL: https://issues.apache.org/activemq/browse/SM-1632
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-bean
>            Reporter: Edell Nolan
>            Assignee: Guillaume Nodet
>             Fix For: 3.2.3
>
>         Attachments: MessageExchangeListener.zip
>
>
> I was trying to build an SA and deploy it on the latest of Servicemix 4 but the MessageExchangeListener class has changed.
> This change was already back ported to apache 3.3 - Since 3.3 is not released it would be great to have this fix on the 3.2 branch.
> I have attached a Zip with the changes as I cannot seem to create a patch with new directory or files.
> The following are the changes =>
> core\servicemix-core\src\main\java\org\apache\servicemix\jbi\listener => new directory
> core\servicemix-core\src\main\java\org\apache\servicemix\jbi\listener\MessageExchangeListener => new file 
> core\servicemix-core\src\main\java\org\apache\servicemix\MessageExchangeListener => interface to extend new one above
> deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\BeanEndpoint.java => Change the import for MessageExchangeListener
> thanks, Edell.

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


[jira] Updated: (SM-1632) Backport a change to Smx 3.2 branch to allow artifacts that use the servicemix-bean component to deploy on Smx4

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

Edell Nolan updated SM-1632:
----------------------------

    Attachment: MessageExchangeListener.zip

> Backport a change to Smx 3.2 branch to allow artifacts that use the servicemix-bean component to deploy on Smx4
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SM-1632
>                 URL: https://issues.apache.org/activemq/browse/SM-1632
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-bean
>            Reporter: Edell Nolan
>             Fix For: 3.2.3
>
>         Attachments: MessageExchangeListener.zip
>
>
> I was trying to build an SA and deploy it on the latest of Servicemix 4 but the MessageExchangeListener class has changed.
> This change was already back ported to apache 3.3 - Since 3.3 is not released it would be great to have this fix on the 3.2 branch.
> I have attached a Zip with the changes as I cannot seem to create a patch with new directory or files.
> The following are the changes =>
> core\servicemix-core\src\main\java\org\apache\servicemix\jbi\listener => new directory
> core\servicemix-core\src\main\java\org\apache\servicemix\jbi\listener\MessageExchangeListener => new file 
> core\servicemix-core\src\main\java\org\apache\servicemix\MessageExchangeListener => interface to extend new one above
> deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\BeanEndpoint.java => Change the import for MessageExchangeListener
> thanks, Edell.

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


[jira] Resolved: (SM-1632) Backport a change to Smx 3.2 branch to allow artifacts that use the servicemix-bean component to deploy on Smx4

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

Guillaume Nodet resolved SM-1632.
---------------------------------

    Resolution: Fixed

Sending        core/servicemix-core/src/main/java/org/apache/servicemix/MessageExchangeListener.java
Adding         core/servicemix-core/src/main/java/org/apache/servicemix/jbi/listener
Adding         core/servicemix-core/src/main/java/org/apache/servicemix/jbi/listener/MessageExchangeListener.java
Sending        deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/BeanEndpoint.java
Transmitting file data ...
Committed revision 704941.

> Backport a change to Smx 3.2 branch to allow artifacts that use the servicemix-bean component to deploy on Smx4
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SM-1632
>                 URL: https://issues.apache.org/activemq/browse/SM-1632
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-bean
>            Reporter: Edell Nolan
>            Assignee: Guillaume Nodet
>             Fix For: 3.2.3
>
>         Attachments: MessageExchangeListener.zip
>
>
> I was trying to build an SA and deploy it on the latest of Servicemix 4 but the MessageExchangeListener class has changed.
> This change was already back ported to apache 3.3 - Since 3.3 is not released it would be great to have this fix on the 3.2 branch.
> I have attached a Zip with the changes as I cannot seem to create a patch with new directory or files.
> The following are the changes =>
> core\servicemix-core\src\main\java\org\apache\servicemix\jbi\listener => new directory
> core\servicemix-core\src\main\java\org\apache\servicemix\jbi\listener\MessageExchangeListener => new file 
> core\servicemix-core\src\main\java\org\apache\servicemix\MessageExchangeListener => interface to extend new one above
> deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\BeanEndpoint.java => Change the import for MessageExchangeListener
> thanks, Edell.

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