You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by OscarGhersi <os...@csi.it> on 2006/06/08 13:40:31 UTC

Deploy ServiceMix 3.0 on JBoss

Hi,
I'm new to ServiceMix and I'm trying to use it in 3.0 version on JBoss
4.0.3, but I've found some problems.

I've tried to follow the instructions on
http://servicemix.org/site/jboss-deployer.html, but I couldn't succeed to
install the maven-sar-plugin (I'm using Maven version 2.0.4). Then I've took
the 2.0 version of the JBoss Deployer to see what files are in it, to build
a similar .sar with 3.0 version of ServiceMix, but the jars (and the classes
too) are very different from 2.0 version.
Anyone can give me some infos how to solve my problem or where I can find
some tips?

Thanks in advance.

--
View this message in context: http://www.nabble.com/Deploy-ServiceMix-3.0-on-JBoss-t1754562.html#a4770650
Sent from the ServiceMix - Dev forum at Nabble.com.


Re: Deploy ServiceMix 3.0 on JBoss

Posted by Patrick Villacorta <pv...@exist.com>.
Thanks, it works now

regards,
Patrick

Re: Deploy ServiceMix 3.0 on JBoss

Posted by Guillaume Nodet <gn...@gmail.com>.
I forgot to add xdoclet generation.
This should be fixed now.

Cheers,
Guillaume Nodet

On 6/20/06, Patrick Villacorta <pv...@exist.com> wrote:
>
> Hi,
>
> I checked out the servicemix jboss-deployer project from codehaus.
> However when i try a "mvn -o install jboss-sar:sar" , I get the following:
>
>
> C:\logicblaze\source\servicemix-codehaus\jboss-deployer\src\main\java\org\servicemix\jboss\deployment\JBIService.java:[49,63]
> cannot find symbol
> symbol: class JBIServiceMBean
> public class JBIService extends ServiceMBeanSupport implements
> JBIServiceMBean {
>
>
>
> C:\logicblaze\source\servicemix-codehaus\jboss-deployer\src\main\java\org\servicemix\jboss\deployment\JBIDeployer.java:[39,16]
> cannot find symbol
> symbol: class JBIDeployerMBean
>                 JBIDeployerMBean {
>
> These missing classes don't have source files in the project. I read
> somewhere that these are perhaps generated somehow. Where do I get these
> or how are they generated?
>
> mvn -o jboss-sar:sar generates the sar  but the above classes are
> missing from it. (I did a little tinkering around for this to work
> though. I'm still looking into this)
>
> Thanks,
> Patrick
>
> Guillaume Nodet wrote:
> > The jboss deployer for servicemix 3.0 is available at Codehaus.
> > See http://servicemix.goopen.org/site/source.html to access the sources.
> > We do not have binaries available, so you will have to compile it (using
> > maven 1).
> >
> > Cheers,
> > Guillaume Nodet
> >
> > On 6/8/06, OscarGhersi <os...@csi.it> wrote:
> >>
> >>
> >> Hi,
> >> I'm new to ServiceMix and I'm trying to use it in 3.0 version on JBoss
> >> 4.0.3, but I've found some problems.
> >>
> >> I've tried to follow the instructions on
> >> http://servicemix.org/site/jboss-deployer.html, but I couldn't
> >> succeed to
> >> install the maven-sar-plugin (I'm using Maven version 2.0.4). Then I've
> >> took
> >> the 2.0 version of the JBoss Deployer to see what files are in it, to
> >> build
> >> a similar .sar with 3.0 version of ServiceMix, but the jars (and the
> >> classes
> >> too) are very different from 2.0 version.
> >> Anyone can give me some infos how to solve my problem or where I can
> >> find
> >> some tips?
> >>
> >> Thanks in advance.
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Deploy-ServiceMix-3.0-on-JBoss-t1754562.html#a4770650
> >>
> >> Sent from the ServiceMix - Dev forum at Nabble.com.
> >>
> >>
> >
>
>

Re: Deploy ServiceMix 3.0 on JBoss

Posted by Patrick Villacorta <pv...@exist.com>.
Hi,

I checked out the servicemix jboss-deployer project from codehaus. 
However when i try a "mvn -o install jboss-sar:sar" , I get the following:

C:\logicblaze\source\servicemix-codehaus\jboss-deployer\src\main\java\org\servicemix\jboss\deployment\JBIService.java:[49,63] 
cannot find symbol
symbol: class JBIServiceMBean
public class JBIService extends ServiceMBeanSupport implements 
JBIServiceMBean {


C:\logicblaze\source\servicemix-codehaus\jboss-deployer\src\main\java\org\servicemix\jboss\deployment\JBIDeployer.java:[39,16] 
cannot find symbol
symbol: class JBIDeployerMBean
                JBIDeployerMBean {

These missing classes don't have source files in the project. I read 
somewhere that these are perhaps generated somehow. Where do I get these 
or how are they generated?

mvn -o jboss-sar:sar generates the sar  but the above classes are 
missing from it. (I did a little tinkering around for this to work 
though. I'm still looking into this)

Thanks,
Patrick

Guillaume Nodet wrote:
> The jboss deployer for servicemix 3.0 is available at Codehaus.
> See http://servicemix.goopen.org/site/source.html to access the sources.
> We do not have binaries available, so you will have to compile it (using
> maven 1).
>
> Cheers,
> Guillaume Nodet
>
> On 6/8/06, OscarGhersi <os...@csi.it> wrote:
>>
>>
>> Hi,
>> I'm new to ServiceMix and I'm trying to use it in 3.0 version on JBoss
>> 4.0.3, but I've found some problems.
>>
>> I've tried to follow the instructions on
>> http://servicemix.org/site/jboss-deployer.html, but I couldn't 
>> succeed to
>> install the maven-sar-plugin (I'm using Maven version 2.0.4). Then I've
>> took
>> the 2.0 version of the JBoss Deployer to see what files are in it, to
>> build
>> a similar .sar with 3.0 version of ServiceMix, but the jars (and the
>> classes
>> too) are very different from 2.0 version.
>> Anyone can give me some infos how to solve my problem or where I can 
>> find
>> some tips?
>>
>> Thanks in advance.
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/Deploy-ServiceMix-3.0-on-JBoss-t1754562.html#a4770650 
>>
>> Sent from the ServiceMix - Dev forum at Nabble.com.
>>
>>
>


Re: Deploy ServiceMix 3.0 on JBoss

Posted by Guillaume Nodet <gn...@gmail.com>.
The jboss deployer for servicemix 3.0 is available at Codehaus.
See http://servicemix.goopen.org/site/source.html to access the sources.
We do not have binaries available, so you will have to compile it (using
maven 1).

Cheers,
Guillaume Nodet

On 6/8/06, OscarGhersi <os...@csi.it> wrote:
>
>
> Hi,
> I'm new to ServiceMix and I'm trying to use it in 3.0 version on JBoss
> 4.0.3, but I've found some problems.
>
> I've tried to follow the instructions on
> http://servicemix.org/site/jboss-deployer.html, but I couldn't succeed to
> install the maven-sar-plugin (I'm using Maven version 2.0.4). Then I've
> took
> the 2.0 version of the JBoss Deployer to see what files are in it, to
> build
> a similar .sar with 3.0 version of ServiceMix, but the jars (and the
> classes
> too) are very different from 2.0 version.
> Anyone can give me some infos how to solve my problem or where I can find
> some tips?
>
> Thanks in advance.
>
> --
> View this message in context:
> http://www.nabble.com/Deploy-ServiceMix-3.0-on-JBoss-t1754562.html#a4770650
> Sent from the ServiceMix - Dev forum at Nabble.com.
>
>