You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Eric Dofonsou (JIRA)" <ji...@apache.org> on 2007/01/08 20:39:48 UTC

[jira] Created: (SM-807) Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.

Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.
----------------------------------------------------------------------------------------

                 Key: SM-807
                 URL: https://issues.apache.org/activemq/browse/SM-807
             Project: ServiceMix
          Issue Type: Improvement
          Components: servicemix-assembly, servicemix-audit, servicemix-bpe, servicemix-common, servicemix-components, servicemix-core, servicemix-drools, servicemix-eip, servicemix-file, servicemix-ftp, servicemix-http, servicemix-jbi, servicemix-jms, servicemix-jsr181, servicemix-lwcontainer, servicemix-quartz, servicemix-saxon, servicemix-sca, servicemix-script, servicemix-soap, servicemix-wsn2005
    Affects Versions: 3.1
         Environment: JBoss 4.0.5 GA
            Reporter: Eric Dofonsou
             Fix For: 3.1


Right now there are no dependencies set on the servicemix components to ensure that they are loaded after the servicemix deployer.  This can cause bugs when the component are deployed before the servicemix deployer, and thus are not handled by servicemix (and therefore not available).

The fix for this is do include a dependence in the META-INF/jboss-service.xml of the component .zip file. here is the content of the file :
---------
<?xml version="1.0" encoding="UTF-8"?>
<server>
	<depends>org.servicemix:service=Deployer</depends>

</server>
---------

PS : The servicemix-http component already has a jboss-web.xml see issue (SM-584) file this should be deleted and the content of the new jboss-service.xml file should now be :
---------
<server>

  <class-loading>

    <loader-repository>

      org.apache.commons.httpclient:loader=commons-httpclient-3.0.jar

    </loader-repository>

  </class-loading>

<depends>org.servicemix:service=Deployer</depends>

</server>

-----------

Eric,

-- 
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 stopped: (SM-807) Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.

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

Work on SM-807 stopped by Eric Dofonsou.

> Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.
> ----------------------------------------------------------------------------------------
>
>                 Key: SM-807
>                 URL: https://issues.apache.org/activemq/browse/SM-807
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-assembly, servicemix-audit, servicemix-bpe, servicemix-common, servicemix-components, servicemix-core, servicemix-drools, servicemix-eip, servicemix-file, servicemix-ftp, servicemix-http, servicemix-jbi, servicemix-jms, servicemix-jsr181, servicemix-lwcontainer, servicemix-quartz, servicemix-saxon, servicemix-sca, servicemix-script, servicemix-soap, servicemix-wsn2005
>    Affects Versions: 3.1
>         Environment: JBoss 4.0.5 GA
>            Reporter: Eric Dofonsou
>         Assigned To: Eric Dofonsou
>             Fix For: 3.2
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> Right now there are no dependencies set on the servicemix components to ensure that they are loaded after the servicemix deployer.  This can cause bugs when the component are deployed before the servicemix deployer, and thus are not handled by servicemix (and therefore not available).
> The fix for this is do include a dependence in the META-INF/jboss-service.xml of the component .zip file. here is the content of the file :
> ---------
> <?xml version="1.0" encoding="UTF-8"?>
> <server>
> 	<depends>org.servicemix:service=Deployer</depends>
> </server>
> ---------
> PS : The servicemix-http component already has a jboss-web.xml see issue (SM-584) file this should be deleted and the content of the new jboss-service.xml file should now be :
> ---------
> <server>
>   <class-loading>
>     <loader-repository>
>       org.apache.commons.httpclient:loader=commons-httpclient-3.0.jar
>     </loader-repository>
>   </class-loading>
> <depends>org.servicemix:service=Deployer</depends>
> </server>
> -----------
> Eric,

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


[jira] Resolved: (SM-807) Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.

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

Guillaume Nodet resolved SM-807.
--------------------------------

    Resolution: Fixed

URL: http://svn.apache.org/viewvc?view=rev&rev=524061


> Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.
> ----------------------------------------------------------------------------------------
>
>                 Key: SM-807
>                 URL: https://issues.apache.org/activemq/browse/SM-807
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-assembly, servicemix-audit, servicemix-bpe, servicemix-common, servicemix-components, servicemix-core, servicemix-drools, servicemix-eip, servicemix-file, servicemix-ftp, servicemix-http, servicemix-jbi, servicemix-jms, servicemix-jsr181, servicemix-lwcontainer, servicemix-quartz, servicemix-saxon, servicemix-sca, servicemix-script, servicemix-soap, servicemix-wsn2005
>    Affects Versions: 3.1
>         Environment: JBoss 4.0.5 GA
>            Reporter: Eric Dofonsou
>         Assigned To: Eric Dofonsou
>             Fix For: 3.2
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> Right now there are no dependencies set on the servicemix components to ensure that they are loaded after the servicemix deployer.  This can cause bugs when the component are deployed before the servicemix deployer, and thus are not handled by servicemix (and therefore not available).
> The fix for this is do include a dependence in the META-INF/jboss-service.xml of the component .zip file. here is the content of the file :
> ---------
> <?xml version="1.0" encoding="UTF-8"?>
> <server>
> 	<depends>org.servicemix:service=Deployer</depends>
> </server>
> ---------
> PS : The servicemix-http component already has a jboss-web.xml see issue (SM-584) file this should be deleted and the content of the new jboss-service.xml file should now be :
> ---------
> <server>
>   <class-loading>
>     <loader-repository>
>       org.apache.commons.httpclient:loader=commons-httpclient-3.0.jar
>     </loader-repository>
>   </class-loading>
> <depends>org.servicemix:service=Deployer</depends>
> </server>
> -----------
> Eric,

-- 
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-807) Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.

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

Work on SM-807 started by Eric Dofonsou.

> Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.
> ----------------------------------------------------------------------------------------
>
>                 Key: SM-807
>                 URL: https://issues.apache.org/activemq/browse/SM-807
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-assembly, servicemix-audit, servicemix-bpe, servicemix-common, servicemix-components, servicemix-core, servicemix-drools, servicemix-eip, servicemix-file, servicemix-ftp, servicemix-http, servicemix-jbi, servicemix-jms, servicemix-jsr181, servicemix-lwcontainer, servicemix-quartz, servicemix-saxon, servicemix-sca, servicemix-script, servicemix-soap, servicemix-wsn2005
>    Affects Versions: 3.1
>         Environment: JBoss 4.0.5 GA
>            Reporter: Eric Dofonsou
>         Assigned To: Eric Dofonsou
>             Fix For: 3.2
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> Right now there are no dependencies set on the servicemix components to ensure that they are loaded after the servicemix deployer.  This can cause bugs when the component are deployed before the servicemix deployer, and thus are not handled by servicemix (and therefore not available).
> The fix for this is do include a dependence in the META-INF/jboss-service.xml of the component .zip file. here is the content of the file :
> ---------
> <?xml version="1.0" encoding="UTF-8"?>
> <server>
> 	<depends>org.servicemix:service=Deployer</depends>
> </server>
> ---------
> PS : The servicemix-http component already has a jboss-web.xml see issue (SM-584) file this should be deleted and the content of the new jboss-service.xml file should now be :
> ---------
> <server>
>   <class-loading>
>     <loader-repository>
>       org.apache.commons.httpclient:loader=commons-httpclient-3.0.jar
>     </loader-repository>
>   </class-loading>
> <depends>org.servicemix:service=Deployer</depends>
> </server>
> -----------
> Eric,

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


[jira] Assigned: (SM-807) Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.

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

Guillaume Nodet reassigned SM-807:
----------------------------------

    Assignee: Eric Dofonsou

> Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.
> ----------------------------------------------------------------------------------------
>
>                 Key: SM-807
>                 URL: https://issues.apache.org/activemq/browse/SM-807
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-assembly, servicemix-audit, servicemix-bpe, servicemix-common, servicemix-components, servicemix-core, servicemix-drools, servicemix-eip, servicemix-file, servicemix-ftp, servicemix-http, servicemix-jbi, servicemix-jms, servicemix-jsr181, servicemix-lwcontainer, servicemix-quartz, servicemix-saxon, servicemix-sca, servicemix-script, servicemix-soap, servicemix-wsn2005
>    Affects Versions: 3.1
>         Environment: JBoss 4.0.5 GA
>            Reporter: Eric Dofonsou
>         Assigned To: Eric Dofonsou
>             Fix For: 3.2
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> Right now there are no dependencies set on the servicemix components to ensure that they are loaded after the servicemix deployer.  This can cause bugs when the component are deployed before the servicemix deployer, and thus are not handled by servicemix (and therefore not available).
> The fix for this is do include a dependence in the META-INF/jboss-service.xml of the component .zip file. here is the content of the file :
> ---------
> <?xml version="1.0" encoding="UTF-8"?>
> <server>
> 	<depends>org.servicemix:service=Deployer</depends>
> </server>
> ---------
> PS : The servicemix-http component already has a jboss-web.xml see issue (SM-584) file this should be deleted and the content of the new jboss-service.xml file should now be :
> ---------
> <server>
>   <class-loading>
>     <loader-repository>
>       org.apache.commons.httpclient:loader=commons-httpclient-3.0.jar
>     </loader-repository>
>   </class-loading>
> <depends>org.servicemix:service=Deployer</depends>
> </server>
> -----------
> Eric,

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


[jira] Updated: (SM-807) Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.

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

Guillaume Nodet updated SM-807:
-------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2

> Add jboss-service.xml to servicemix component so they can be properly deployed in jboss.
> ----------------------------------------------------------------------------------------
>
>                 Key: SM-807
>                 URL: https://issues.apache.org/activemq/browse/SM-807
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-assembly, servicemix-audit, servicemix-bpe, servicemix-common, servicemix-components, servicemix-core, servicemix-drools, servicemix-eip, servicemix-file, servicemix-ftp, servicemix-http, servicemix-jbi, servicemix-jms, servicemix-jsr181, servicemix-lwcontainer, servicemix-quartz, servicemix-saxon, servicemix-sca, servicemix-script, servicemix-soap, servicemix-wsn2005
>    Affects Versions: 3.1
>         Environment: JBoss 4.0.5 GA
>            Reporter: Eric Dofonsou
>             Fix For: 3.2
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> Right now there are no dependencies set on the servicemix components to ensure that they are loaded after the servicemix deployer.  This can cause bugs when the component are deployed before the servicemix deployer, and thus are not handled by servicemix (and therefore not available).
> The fix for this is do include a dependence in the META-INF/jboss-service.xml of the component .zip file. here is the content of the file :
> ---------
> <?xml version="1.0" encoding="UTF-8"?>
> <server>
> 	<depends>org.servicemix:service=Deployer</depends>
> </server>
> ---------
> PS : The servicemix-http component already has a jboss-web.xml see issue (SM-584) file this should be deleted and the content of the new jboss-service.xml file should now be :
> ---------
> <server>
>   <class-loading>
>     <loader-repository>
>       org.apache.commons.httpclient:loader=commons-httpclient-3.0.jar
>     </loader-repository>
>   </class-loading>
> <depends>org.servicemix:service=Deployer</depends>
> </server>
> -----------
> Eric,

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