You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by foram <gf...@gmail.com> on 2006/08/30 21:16:18 UTC

lwcontainer install using jboss deployer

The jboss deployer doesnt have lwcontainer's jar. so i dropped the jar in the
lib of my project in jboss. however, when i try to deploy the service
assembly, i get the following message

INFO  [AutoDeploymentService] Components servicemix-lwcontainer are not
installed yet - adding ServiceAssembly layout to pending list

I am not getting any error message
-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6066196
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by ftrietsch <fr...@union-investment.de>.
Hi,

you have not installed the LWContainer correctly. There is a JBI component
in $SERVICEMIX_HOME/components which ist a zip files called
servicemix-lwcontainer-[...].zip. Just drop that file to the JBoss deploy
directory and the LWContainer get's deployed.
Btw., make sure you're using the latest jboss-deployer, because there was a
small bug in it which has been fixed recently.

Regards,

    Frank


foram wrote:
> 
> The jboss deployer doesnt have lwcontainer's jar. so i dropped the jar in
> the lib of my project in jboss. however, when i try to deploy the service
> assembly, i get the following message
> 
> INFO  [AutoDeploymentService] Components servicemix-lwcontainer are not
> installed yet - adding ServiceAssembly layout to pending list
> 
> I am not getting any error message
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6067940
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.

Thank you it is working now!!


gnodet wrote:
> 
> See http://servicemix.goopen.org/site/source.html
> and http://servicemix.goopen.org/site/building.html
> 
> On 8/31/06, foram <gf...@gmail.com> wrote:
>>
>>
>> after svn, what all do i need to install?
>> do i need to install the whole servicemix or
>> i can go to folder trunk/servicemix-shared to get the shared installer?
>>
>>
>>
>> gnodet wrote:
>> >
>> > Yes it is.
>> >
>> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >>
>> >>
>> >> can you give me location from where to svn each?
>> >>
>> >> for service mix is it
>> >> svn co https://svn.apache.org/repos/asf/incubator/servicemix/trunk
>> >>
>> >> and for jboss-deployer is it
>> >> svn co https://svn.codehaus.org/servicemix/trunk/jboss-deployer
>> >>
>> >> because tht is what i have right now.
>> >>
>> >> Foram
>> >>
>> >>
>> >> gnodet wrote:
>> >> >
>> >> > svn update servicemix and the deployer,
>> >> > clean your m2 repo, and build servicemix
>> >> > then build the deployer.
>> >> >
>> >> >
>> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >> >>
>> >> >>
>> >> >> what do you mean by mixing the jars?
>> >> >> can you tell me the exact steps to follow so that i dont get the
>> >> >> deployment
>> >> >> errors?
>> >> >>
>> >> >> Foram
>> >> >>
>> >> >>
>> >> >>
>> >> >> gnodet wrote:
>> >> >> >
>> >> >> > You have to rebuild the whole servicemix tree
>> >> >> > and not mix the jars, because there is an incompatibility
>> >> >> > betwen the recent xbean snapshots.
>> >> >> >
>> >> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >> >> >>
>> >> >> >>
>> >> >> >> servicemix-http is not giving error. now the servicemix-shared
>> >> gives
>> >> >> >> error
>> >> >> >> on
>> >> >> >> server start as follows:
>> >> >> >>
>> >> >> >> Caused by: java.lang.NoClassDefFoundError:
>> >> >> >> org/apache/xbean/server/classloader/J
>> >> >> >> arFileClassLoader
>> >> >> >>         at
>> >> >> >>
>> org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary
>> >> (Re
>> >> >> >> gistry.java:784)
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> gnodet wrote:
>> >> >> >> >
>> >> >> >> > No, you should disable tests with the
>> >> >> >> >   -Dmaven.test.skip=true
>> >> >> >> > parameter on the command line.
>> >> >> >> >
>> >> >> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >> i just checked out the latest servicemix from
>> >> >> >> >> svn co
>> >> http://svn.apache.org/repos/asf/incubator/servicemix/trunk
>> >> >> >> >>
>> >> >> >> >> then i tried to do mvn install in folder servicemix-http i
>> get
>> >> >> error
>> >> >> >> as
>> >> >> >> >> follows
>> >> >> >> >> 'Build failure
>> >> >> >> >> There are test failures'
>> >> >> >> >>
>> >> >> >> >> Am i checking out from the wrong location?
>> >> >> >> >>
>> >> >> >> >> Foram
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >> bsnyder wrote:
>> >> >> >> >> >
>> >> >> >> >> > On 8/30/06, foram <gf...@gmail.com> wrote:
>> >> >> >> >> >>
>> >> >> >> >> >> i see the class
>> file  /apache/xbean/classloader/JarFileClass
>> >> >> >> >> >> Loader but not
>> >> >> >> >> >> /apache/xbean/server/classloader/JarFileClass
>> >> >> >> >> >> Loader
>> >> >> >> >> >
>> >> >> >> >> > I just checked the sources I updated from the Subversion
>> >> >> repository
>> >> >> >> >> > today for the servicemix-jboss-deployer and I found that
>> once
>> >> the
>> >> >> >> code
>> >> >> >> >> > is built properly (using 'mvn install') that the
>> >> >> JarFileClassLoader
>> >> >> >> is
>> >> >> >> >> > located in the following jar:
>> >> >> >> >> >
>> >> >> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
>> >> >> >> >> classloader-2.6-SNAPSHOT.jar
>> >> >> >> >> >
>> >> >> >> >> > I recommend that you build the latest source from the
>> >> Subversion
>> >> >> >> >> > repository at the Codehaus. Information on checking out the
>> >> >> source
>> >> >> >> is
>> >> >> >> >> > here:
>> >> >> >> >> >
>> >> >> >> >> > http://servicemix.codehaus.org/Source
>> >> >> >> >> >
>> >> >> >> >> > Once it's checked out, to build it, just do the following:
>> >> >> >> >> >
>> >> >> >> >> > $ cd ./jboss-tooling
>> >> >> >> >> > $ mvn install
>> >> >> >> >> >
>> >> >> >> >> > This will create the following sar file that can be
>> deployed
>> >> to
>> >> >> >> Jboss:
>> >> >> >> >> >
>> >> >> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
>> >> >> >> >> >
>> >> >> >> >> > HTH
>> >> >> >> >> >
>> >> >> >> >> > Bruce
>> >> >> >> >> > --
>> >> >> >> >> > perl -e 'print
>> >> >> >> >> >
>> >> >>
>> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
>> >> >> >> >> > );'
>> >> >> >> >> >
>> >> >> >> >> > Apache Geronimo - http://geronimo.apache.org/
>> >> >> >> >> > Apache ActiveMQ - http://incubator.apache.org/activemq/
>> >> >> >> >> > Apache ServiceMix - http://incubator.apache.org/servicemix/
>> >> >> >> >> > Castor - http://castor.org/
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >>
>> >> >> >> >> --
>> >> >> >> >> View this message in context:
>> >> >> >> >>
>> >> >> >>
>> >> >>
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
>> >> >> >> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > --
>> >> >> >> > Cheers,
>> >> >> >> > Guillaume Nodet
>> >> >> >> >
>> >> >> >> >
>> >> >> >>
>> >> >> >> --
>> >> >> >> View this message in context:
>> >> >> >>
>> >> >>
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
>> >> >> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >> > --
>> >> >> > Cheers,
>> >> >> > Guillaume Nodet
>> >> >> >
>> >> >> >
>> >> >>
>> >> >> --
>> >> >> View this message in context:
>> >> >>
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087929
>> >> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > --
>> >> > Cheers,
>> >> > Guillaume Nodet
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6088085
>> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >>
>> >>
>> >
>> >
>> > --
>> > Cheers,
>> > Guillaume Nodet
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6088606
>> Sent from the ServiceMix - User forum at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6103988
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by Guillaume Nodet <gn...@gmail.com>.
See http://servicemix.goopen.org/site/source.html
and http://servicemix.goopen.org/site/building.html

On 8/31/06, foram <gf...@gmail.com> wrote:
>
>
> after svn, what all do i need to install?
> do i need to install the whole servicemix or
> i can go to folder trunk/servicemix-shared to get the shared installer?
>
>
>
> gnodet wrote:
> >
> > Yes it is.
> >
> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >>
> >>
> >> can you give me location from where to svn each?
> >>
> >> for service mix is it
> >> svn co https://svn.apache.org/repos/asf/incubator/servicemix/trunk
> >>
> >> and for jboss-deployer is it
> >> svn co https://svn.codehaus.org/servicemix/trunk/jboss-deployer
> >>
> >> because tht is what i have right now.
> >>
> >> Foram
> >>
> >>
> >> gnodet wrote:
> >> >
> >> > svn update servicemix and the deployer,
> >> > clean your m2 repo, and build servicemix
> >> > then build the deployer.
> >> >
> >> >
> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >> >>
> >> >>
> >> >> what do you mean by mixing the jars?
> >> >> can you tell me the exact steps to follow so that i dont get the
> >> >> deployment
> >> >> errors?
> >> >>
> >> >> Foram
> >> >>
> >> >>
> >> >>
> >> >> gnodet wrote:
> >> >> >
> >> >> > You have to rebuild the whole servicemix tree
> >> >> > and not mix the jars, because there is an incompatibility
> >> >> > betwen the recent xbean snapshots.
> >> >> >
> >> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >> >> >>
> >> >> >>
> >> >> >> servicemix-http is not giving error. now the servicemix-shared
> >> gives
> >> >> >> error
> >> >> >> on
> >> >> >> server start as follows:
> >> >> >>
> >> >> >> Caused by: java.lang.NoClassDefFoundError:
> >> >> >> org/apache/xbean/server/classloader/J
> >> >> >> arFileClassLoader
> >> >> >>         at
> >> >> >>
> org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary
> >> (Re
> >> >> >> gistry.java:784)
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> gnodet wrote:
> >> >> >> >
> >> >> >> > No, you should disable tests with the
> >> >> >> >   -Dmaven.test.skip=true
> >> >> >> > parameter on the command line.
> >> >> >> >
> >> >> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >>
> >> >> >> >> i just checked out the latest servicemix from
> >> >> >> >> svn co
> >> http://svn.apache.org/repos/asf/incubator/servicemix/trunk
> >> >> >> >>
> >> >> >> >> then i tried to do mvn install in folder servicemix-http i get
> >> >> error
> >> >> >> as
> >> >> >> >> follows
> >> >> >> >> 'Build failure
> >> >> >> >> There are test failures'
> >> >> >> >>
> >> >> >> >> Am i checking out from the wrong location?
> >> >> >> >>
> >> >> >> >> Foram
> >> >> >> >>
> >> >> >> >>
> >> >> >> >> bsnyder wrote:
> >> >> >> >> >
> >> >> >> >> > On 8/30/06, foram <gf...@gmail.com> wrote:
> >> >> >> >> >>
> >> >> >> >> >> i see the class
> file  /apache/xbean/classloader/JarFileClass
> >> >> >> >> >> Loader but not
> >> >> >> >> >> /apache/xbean/server/classloader/JarFileClass
> >> >> >> >> >> Loader
> >> >> >> >> >
> >> >> >> >> > I just checked the sources I updated from the Subversion
> >> >> repository
> >> >> >> >> > today for the servicemix-jboss-deployer and I found that
> once
> >> the
> >> >> >> code
> >> >> >> >> > is built properly (using 'mvn install') that the
> >> >> JarFileClassLoader
> >> >> >> is
> >> >> >> >> > located in the following jar:
> >> >> >> >> >
> >> >> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
> >> >> >> >> classloader-2.6-SNAPSHOT.jar
> >> >> >> >> >
> >> >> >> >> > I recommend that you build the latest source from the
> >> Subversion
> >> >> >> >> > repository at the Codehaus. Information on checking out the
> >> >> source
> >> >> >> is
> >> >> >> >> > here:
> >> >> >> >> >
> >> >> >> >> > http://servicemix.codehaus.org/Source
> >> >> >> >> >
> >> >> >> >> > Once it's checked out, to build it, just do the following:
> >> >> >> >> >
> >> >> >> >> > $ cd ./jboss-tooling
> >> >> >> >> > $ mvn install
> >> >> >> >> >
> >> >> >> >> > This will create the following sar file that can be deployed
> >> to
> >> >> >> Jboss:
> >> >> >> >> >
> >> >> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
> >> >> >> >> >
> >> >> >> >> > HTH
> >> >> >> >> >
> >> >> >> >> > Bruce
> >> >> >> >> > --
> >> >> >> >> > perl -e 'print
> >> >> >> >> >
> >> >> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> >> >> >> >> > );'
> >> >> >> >> >
> >> >> >> >> > Apache Geronimo - http://geronimo.apache.org/
> >> >> >> >> > Apache ActiveMQ - http://incubator.apache.org/activemq/
> >> >> >> >> > Apache ServiceMix - http://incubator.apache.org/servicemix/
> >> >> >> >> > Castor - http://castor.org/
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >>
> >> >> >> >> --
> >> >> >> >> View this message in context:
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
> >> >> >> >> Sent from the ServiceMix - User forum at Nabble.com.
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >> >
> >> >> >> > --
> >> >> >> > Cheers,
> >> >> >> > Guillaume Nodet
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >> --
> >> >> >> View this message in context:
> >> >> >>
> >> >>
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
> >> >> >> Sent from the ServiceMix - User forum at Nabble.com.
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >> > --
> >> >> > Cheers,
> >> >> > Guillaume Nodet
> >> >> >
> >> >> >
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >>
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087929
> >> >> Sent from the ServiceMix - User forum at Nabble.com.
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Cheers,
> >> > Guillaume Nodet
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6088085
> >> Sent from the ServiceMix - User forum at Nabble.com.
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6088606
> Sent from the ServiceMix - User forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet

Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.
 after svn, what all do i need to install?
do i need to install the whole servicemix or 
i can go to folder trunk/servicemix-shared to get the shared installer?



gnodet wrote:
> 
> Yes it is.
> 
> On 8/31/06, foram <gf...@gmail.com> wrote:
>>
>>
>> can you give me location from where to svn each?
>>
>> for service mix is it
>> svn co https://svn.apache.org/repos/asf/incubator/servicemix/trunk
>>
>> and for jboss-deployer is it
>> svn co https://svn.codehaus.org/servicemix/trunk/jboss-deployer
>>
>> because tht is what i have right now.
>>
>> Foram
>>
>>
>> gnodet wrote:
>> >
>> > svn update servicemix and the deployer,
>> > clean your m2 repo, and build servicemix
>> > then build the deployer.
>> >
>> >
>> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >>
>> >>
>> >> what do you mean by mixing the jars?
>> >> can you tell me the exact steps to follow so that i dont get the
>> >> deployment
>> >> errors?
>> >>
>> >> Foram
>> >>
>> >>
>> >>
>> >> gnodet wrote:
>> >> >
>> >> > You have to rebuild the whole servicemix tree
>> >> > and not mix the jars, because there is an incompatibility
>> >> > betwen the recent xbean snapshots.
>> >> >
>> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >> >>
>> >> >>
>> >> >> servicemix-http is not giving error. now the servicemix-shared
>> gives
>> >> >> error
>> >> >> on
>> >> >> server start as follows:
>> >> >>
>> >> >> Caused by: java.lang.NoClassDefFoundError:
>> >> >> org/apache/xbean/server/classloader/J
>> >> >> arFileClassLoader
>> >> >>         at
>> >> >> org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary
>> (Re
>> >> >> gistry.java:784)
>> >> >>
>> >> >>
>> >> >>
>> >> >> gnodet wrote:
>> >> >> >
>> >> >> > No, you should disable tests with the
>> >> >> >   -Dmaven.test.skip=true
>> >> >> > parameter on the command line.
>> >> >> >
>> >> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >> >> >>
>> >> >> >>
>> >> >> >> i just checked out the latest servicemix from
>> >> >> >> svn co
>> http://svn.apache.org/repos/asf/incubator/servicemix/trunk
>> >> >> >>
>> >> >> >> then i tried to do mvn install in folder servicemix-http i get
>> >> error
>> >> >> as
>> >> >> >> follows
>> >> >> >> 'Build failure
>> >> >> >> There are test failures'
>> >> >> >>
>> >> >> >> Am i checking out from the wrong location?
>> >> >> >>
>> >> >> >> Foram
>> >> >> >>
>> >> >> >>
>> >> >> >> bsnyder wrote:
>> >> >> >> >
>> >> >> >> > On 8/30/06, foram <gf...@gmail.com> wrote:
>> >> >> >> >>
>> >> >> >> >> i see the class file  /apache/xbean/classloader/JarFileClass
>> >> >> >> >> Loader but not
>> >> >> >> >> /apache/xbean/server/classloader/JarFileClass
>> >> >> >> >> Loader
>> >> >> >> >
>> >> >> >> > I just checked the sources I updated from the Subversion
>> >> repository
>> >> >> >> > today for the servicemix-jboss-deployer and I found that once
>> the
>> >> >> code
>> >> >> >> > is built properly (using 'mvn install') that the
>> >> JarFileClassLoader
>> >> >> is
>> >> >> >> > located in the following jar:
>> >> >> >> >
>> >> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
>> >> >> >> classloader-2.6-SNAPSHOT.jar
>> >> >> >> >
>> >> >> >> > I recommend that you build the latest source from the
>> Subversion
>> >> >> >> > repository at the Codehaus. Information on checking out the
>> >> source
>> >> >> is
>> >> >> >> > here:
>> >> >> >> >
>> >> >> >> > http://servicemix.codehaus.org/Source
>> >> >> >> >
>> >> >> >> > Once it's checked out, to build it, just do the following:
>> >> >> >> >
>> >> >> >> > $ cd ./jboss-tooling
>> >> >> >> > $ mvn install
>> >> >> >> >
>> >> >> >> > This will create the following sar file that can be deployed
>> to
>> >> >> Jboss:
>> >> >> >> >
>> >> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
>> >> >> >> >
>> >> >> >> > HTH
>> >> >> >> >
>> >> >> >> > Bruce
>> >> >> >> > --
>> >> >> >> > perl -e 'print
>> >> >> >> >
>> >> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
>> >> >> >> > );'
>> >> >> >> >
>> >> >> >> > Apache Geronimo - http://geronimo.apache.org/
>> >> >> >> > Apache ActiveMQ - http://incubator.apache.org/activemq/
>> >> >> >> > Apache ServiceMix - http://incubator.apache.org/servicemix/
>> >> >> >> > Castor - http://castor.org/
>> >> >> >> >
>> >> >> >> >
>> >> >> >>
>> >> >> >> --
>> >> >> >> View this message in context:
>> >> >> >>
>> >> >>
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
>> >> >> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >> > --
>> >> >> > Cheers,
>> >> >> > Guillaume Nodet
>> >> >> >
>> >> >> >
>> >> >>
>> >> >> --
>> >> >> View this message in context:
>> >> >>
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
>> >> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > --
>> >> > Cheers,
>> >> > Guillaume Nodet
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087929
>> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >>
>> >>
>> >
>> >
>> > --
>> > Cheers,
>> > Guillaume Nodet
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6088085
>> Sent from the ServiceMix - User forum at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6088606
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by Guillaume Nodet <gn...@gmail.com>.
Yes it is.

On 8/31/06, foram <gf...@gmail.com> wrote:
>
>
> can you give me location from where to svn each?
>
> for service mix is it
> svn co https://svn.apache.org/repos/asf/incubator/servicemix/trunk
>
> and for jboss-deployer is it
> svn co https://svn.codehaus.org/servicemix/trunk/jboss-deployer
>
> because tht is what i have right now.
>
> Foram
>
>
> gnodet wrote:
> >
> > svn update servicemix and the deployer,
> > clean your m2 repo, and build servicemix
> > then build the deployer.
> >
> >
> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >>
> >>
> >> what do you mean by mixing the jars?
> >> can you tell me the exact steps to follow so that i dont get the
> >> deployment
> >> errors?
> >>
> >> Foram
> >>
> >>
> >>
> >> gnodet wrote:
> >> >
> >> > You have to rebuild the whole servicemix tree
> >> > and not mix the jars, because there is an incompatibility
> >> > betwen the recent xbean snapshots.
> >> >
> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >> >>
> >> >>
> >> >> servicemix-http is not giving error. now the servicemix-shared gives
> >> >> error
> >> >> on
> >> >> server start as follows:
> >> >>
> >> >> Caused by: java.lang.NoClassDefFoundError:
> >> >> org/apache/xbean/server/classloader/J
> >> >> arFileClassLoader
> >> >>         at
> >> >> org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary
> (Re
> >> >> gistry.java:784)
> >> >>
> >> >>
> >> >>
> >> >> gnodet wrote:
> >> >> >
> >> >> > No, you should disable tests with the
> >> >> >   -Dmaven.test.skip=true
> >> >> > parameter on the command line.
> >> >> >
> >> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >> >> >>
> >> >> >>
> >> >> >> i just checked out the latest servicemix from
> >> >> >> svn co http://svn.apache.org/repos/asf/incubator/servicemix/trunk
> >> >> >>
> >> >> >> then i tried to do mvn install in folder servicemix-http i get
> >> error
> >> >> as
> >> >> >> follows
> >> >> >> 'Build failure
> >> >> >> There are test failures'
> >> >> >>
> >> >> >> Am i checking out from the wrong location?
> >> >> >>
> >> >> >> Foram
> >> >> >>
> >> >> >>
> >> >> >> bsnyder wrote:
> >> >> >> >
> >> >> >> > On 8/30/06, foram <gf...@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> i see the class file  /apache/xbean/classloader/JarFileClass
> >> >> >> >> Loader but not
> >> >> >> >> /apache/xbean/server/classloader/JarFileClass
> >> >> >> >> Loader
> >> >> >> >
> >> >> >> > I just checked the sources I updated from the Subversion
> >> repository
> >> >> >> > today for the servicemix-jboss-deployer and I found that once
> the
> >> >> code
> >> >> >> > is built properly (using 'mvn install') that the
> >> JarFileClassLoader
> >> >> is
> >> >> >> > located in the following jar:
> >> >> >> >
> >> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
> >> >> >> classloader-2.6-SNAPSHOT.jar
> >> >> >> >
> >> >> >> > I recommend that you build the latest source from the
> Subversion
> >> >> >> > repository at the Codehaus. Information on checking out the
> >> source
> >> >> is
> >> >> >> > here:
> >> >> >> >
> >> >> >> > http://servicemix.codehaus.org/Source
> >> >> >> >
> >> >> >> > Once it's checked out, to build it, just do the following:
> >> >> >> >
> >> >> >> > $ cd ./jboss-tooling
> >> >> >> > $ mvn install
> >> >> >> >
> >> >> >> > This will create the following sar file that can be deployed to
> >> >> Jboss:
> >> >> >> >
> >> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
> >> >> >> >
> >> >> >> > HTH
> >> >> >> >
> >> >> >> > Bruce
> >> >> >> > --
> >> >> >> > perl -e 'print
> >> >> >> >
> >> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> >> >> >> > );'
> >> >> >> >
> >> >> >> > Apache Geronimo - http://geronimo.apache.org/
> >> >> >> > Apache ActiveMQ - http://incubator.apache.org/activemq/
> >> >> >> > Apache ServiceMix - http://incubator.apache.org/servicemix/
> >> >> >> > Castor - http://castor.org/
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >> --
> >> >> >> View this message in context:
> >> >> >>
> >> >>
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
> >> >> >> Sent from the ServiceMix - User forum at Nabble.com.
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >> > --
> >> >> > Cheers,
> >> >> > Guillaume Nodet
> >> >> >
> >> >> >
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >>
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
> >> >> Sent from the ServiceMix - User forum at Nabble.com.
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Cheers,
> >> > Guillaume Nodet
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087929
> >> Sent from the ServiceMix - User forum at Nabble.com.
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6088085
> Sent from the ServiceMix - User forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet

Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.
also what to install because i am installing just the servicemix-shared and
servicemix-http by going to the corresponding folders after svn
trunk/servicemix-http>mvn install
and
trunk/servicemix-shared>mvn install

do i need to install something else too?



foram wrote:
> 
> can you give me location from where to svn each?
> 
> for service mix is it
> svn co https://svn.apache.org/repos/asf/incubator/servicemix/trunk
> 
> and for jboss-deployer is it
> svn co https://svn.codehaus.org/servicemix/trunk/jboss-deployer
> 
> because tht is what i have right now.
> 
> Foram
> 
> 
> gnodet wrote:
>> 
>> svn update servicemix and the deployer,
>> clean your m2 repo, and build servicemix
>> then build the deployer.
>> 
>> 
>> On 8/31/06, foram <gf...@gmail.com> wrote:
>>>
>>>
>>> what do you mean by mixing the jars?
>>> can you tell me the exact steps to follow so that i dont get the
>>> deployment
>>> errors?
>>>
>>> Foram
>>>
>>>
>>>
>>> gnodet wrote:
>>> >
>>> > You have to rebuild the whole servicemix tree
>>> > and not mix the jars, because there is an incompatibility
>>> > betwen the recent xbean snapshots.
>>> >
>>> > On 8/31/06, foram <gf...@gmail.com> wrote:
>>> >>
>>> >>
>>> >> servicemix-http is not giving error. now the servicemix-shared gives
>>> >> error
>>> >> on
>>> >> server start as follows:
>>> >>
>>> >> Caused by: java.lang.NoClassDefFoundError:
>>> >> org/apache/xbean/server/classloader/J
>>> >> arFileClassLoader
>>> >>         at
>>> >> org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary(Re
>>> >> gistry.java:784)
>>> >>
>>> >>
>>> >>
>>> >> gnodet wrote:
>>> >> >
>>> >> > No, you should disable tests with the
>>> >> >   -Dmaven.test.skip=true
>>> >> > parameter on the command line.
>>> >> >
>>> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
>>> >> >>
>>> >> >>
>>> >> >> i just checked out the latest servicemix from
>>> >> >> svn co http://svn.apache.org/repos/asf/incubator/servicemix/trunk
>>> >> >>
>>> >> >> then i tried to do mvn install in folder servicemix-http i get
>>> error
>>> >> as
>>> >> >> follows
>>> >> >> 'Build failure
>>> >> >> There are test failures'
>>> >> >>
>>> >> >> Am i checking out from the wrong location?
>>> >> >>
>>> >> >> Foram
>>> >> >>
>>> >> >>
>>> >> >> bsnyder wrote:
>>> >> >> >
>>> >> >> > On 8/30/06, foram <gf...@gmail.com> wrote:
>>> >> >> >>
>>> >> >> >> i see the class file  /apache/xbean/classloader/JarFileClass
>>> >> >> >> Loader but not
>>> >> >> >> /apache/xbean/server/classloader/JarFileClass
>>> >> >> >> Loader
>>> >> >> >
>>> >> >> > I just checked the sources I updated from the Subversion
>>> repository
>>> >> >> > today for the servicemix-jboss-deployer and I found that once
>>> the
>>> >> code
>>> >> >> > is built properly (using 'mvn install') that the
>>> JarFileClassLoader
>>> >> is
>>> >> >> > located in the following jar:
>>> >> >> >
>>> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
>>> >> >> classloader-2.6-SNAPSHOT.jar
>>> >> >> >
>>> >> >> > I recommend that you build the latest source from the Subversion
>>> >> >> > repository at the Codehaus. Information on checking out the
>>> source
>>> >> is
>>> >> >> > here:
>>> >> >> >
>>> >> >> > http://servicemix.codehaus.org/Source
>>> >> >> >
>>> >> >> > Once it's checked out, to build it, just do the following:
>>> >> >> >
>>> >> >> > $ cd ./jboss-tooling
>>> >> >> > $ mvn install
>>> >> >> >
>>> >> >> > This will create the following sar file that can be deployed to
>>> >> Jboss:
>>> >> >> >
>>> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
>>> >> >> >
>>> >> >> > HTH
>>> >> >> >
>>> >> >> > Bruce
>>> >> >> > --
>>> >> >> > perl -e 'print
>>> >> >> >
>>> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
>>> >> >> > );'
>>> >> >> >
>>> >> >> > Apache Geronimo - http://geronimo.apache.org/
>>> >> >> > Apache ActiveMQ - http://incubator.apache.org/activemq/
>>> >> >> > Apache ServiceMix - http://incubator.apache.org/servicemix/
>>> >> >> > Castor - http://castor.org/
>>> >> >> >
>>> >> >> >
>>> >> >>
>>> >> >> --
>>> >> >> View this message in context:
>>> >> >>
>>> >>
>>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
>>> >> >> Sent from the ServiceMix - User forum at Nabble.com.
>>> >> >>
>>> >> >>
>>> >> >
>>> >> >
>>> >> > --
>>> >> > Cheers,
>>> >> > Guillaume Nodet
>>> >> >
>>> >> >
>>> >>
>>> >> --
>>> >> View this message in context:
>>> >>
>>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
>>> >> Sent from the ServiceMix - User forum at Nabble.com.
>>> >>
>>> >>
>>> >
>>> >
>>> > --
>>> > Cheers,
>>> > Guillaume Nodet
>>> >
>>> >
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087929
>>> Sent from the ServiceMix - User forum at Nabble.com.
>>>
>>>
>> 
>> 
>> -- 
>> Cheers,
>> Guillaume Nodet
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6088398
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.
can you give me location from where to svn each?

for service mix is it
svn co https://svn.apache.org/repos/asf/incubator/servicemix/trunk

and for jboss-deployer is it
svn co https://svn.codehaus.org/servicemix/trunk/jboss-deployer

because tht is what i have right now.

Foram


gnodet wrote:
> 
> svn update servicemix and the deployer,
> clean your m2 repo, and build servicemix
> then build the deployer.
> 
> 
> On 8/31/06, foram <gf...@gmail.com> wrote:
>>
>>
>> what do you mean by mixing the jars?
>> can you tell me the exact steps to follow so that i dont get the
>> deployment
>> errors?
>>
>> Foram
>>
>>
>>
>> gnodet wrote:
>> >
>> > You have to rebuild the whole servicemix tree
>> > and not mix the jars, because there is an incompatibility
>> > betwen the recent xbean snapshots.
>> >
>> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >>
>> >>
>> >> servicemix-http is not giving error. now the servicemix-shared gives
>> >> error
>> >> on
>> >> server start as follows:
>> >>
>> >> Caused by: java.lang.NoClassDefFoundError:
>> >> org/apache/xbean/server/classloader/J
>> >> arFileClassLoader
>> >>         at
>> >> org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary(Re
>> >> gistry.java:784)
>> >>
>> >>
>> >>
>> >> gnodet wrote:
>> >> >
>> >> > No, you should disable tests with the
>> >> >   -Dmaven.test.skip=true
>> >> > parameter on the command line.
>> >> >
>> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >> >>
>> >> >>
>> >> >> i just checked out the latest servicemix from
>> >> >> svn co http://svn.apache.org/repos/asf/incubator/servicemix/trunk
>> >> >>
>> >> >> then i tried to do mvn install in folder servicemix-http i get
>> error
>> >> as
>> >> >> follows
>> >> >> 'Build failure
>> >> >> There are test failures'
>> >> >>
>> >> >> Am i checking out from the wrong location?
>> >> >>
>> >> >> Foram
>> >> >>
>> >> >>
>> >> >> bsnyder wrote:
>> >> >> >
>> >> >> > On 8/30/06, foram <gf...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> i see the class file  /apache/xbean/classloader/JarFileClass
>> >> >> >> Loader but not
>> >> >> >> /apache/xbean/server/classloader/JarFileClass
>> >> >> >> Loader
>> >> >> >
>> >> >> > I just checked the sources I updated from the Subversion
>> repository
>> >> >> > today for the servicemix-jboss-deployer and I found that once the
>> >> code
>> >> >> > is built properly (using 'mvn install') that the
>> JarFileClassLoader
>> >> is
>> >> >> > located in the following jar:
>> >> >> >
>> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
>> >> >> classloader-2.6-SNAPSHOT.jar
>> >> >> >
>> >> >> > I recommend that you build the latest source from the Subversion
>> >> >> > repository at the Codehaus. Information on checking out the
>> source
>> >> is
>> >> >> > here:
>> >> >> >
>> >> >> > http://servicemix.codehaus.org/Source
>> >> >> >
>> >> >> > Once it's checked out, to build it, just do the following:
>> >> >> >
>> >> >> > $ cd ./jboss-tooling
>> >> >> > $ mvn install
>> >> >> >
>> >> >> > This will create the following sar file that can be deployed to
>> >> Jboss:
>> >> >> >
>> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
>> >> >> >
>> >> >> > HTH
>> >> >> >
>> >> >> > Bruce
>> >> >> > --
>> >> >> > perl -e 'print
>> >> >> >
>> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
>> >> >> > );'
>> >> >> >
>> >> >> > Apache Geronimo - http://geronimo.apache.org/
>> >> >> > Apache ActiveMQ - http://incubator.apache.org/activemq/
>> >> >> > Apache ServiceMix - http://incubator.apache.org/servicemix/
>> >> >> > Castor - http://castor.org/
>> >> >> >
>> >> >> >
>> >> >>
>> >> >> --
>> >> >> View this message in context:
>> >> >>
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
>> >> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > --
>> >> > Cheers,
>> >> > Guillaume Nodet
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
>> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >>
>> >>
>> >
>> >
>> > --
>> > Cheers,
>> > Guillaume Nodet
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087929
>> Sent from the ServiceMix - User forum at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6088085
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by Guillaume Nodet <gn...@gmail.com>.
svn update servicemix and the deployer,
clean your m2 repo, and build servicemix
then build the deployer.


On 8/31/06, foram <gf...@gmail.com> wrote:
>
>
> what do you mean by mixing the jars?
> can you tell me the exact steps to follow so that i dont get the
> deployment
> errors?
>
> Foram
>
>
>
> gnodet wrote:
> >
> > You have to rebuild the whole servicemix tree
> > and not mix the jars, because there is an incompatibility
> > betwen the recent xbean snapshots.
> >
> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >>
> >>
> >> servicemix-http is not giving error. now the servicemix-shared gives
> >> error
> >> on
> >> server start as follows:
> >>
> >> Caused by: java.lang.NoClassDefFoundError:
> >> org/apache/xbean/server/classloader/J
> >> arFileClassLoader
> >>         at
> >> org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary(Re
> >> gistry.java:784)
> >>
> >>
> >>
> >> gnodet wrote:
> >> >
> >> > No, you should disable tests with the
> >> >   -Dmaven.test.skip=true
> >> > parameter on the command line.
> >> >
> >> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >> >>
> >> >>
> >> >> i just checked out the latest servicemix from
> >> >> svn co http://svn.apache.org/repos/asf/incubator/servicemix/trunk
> >> >>
> >> >> then i tried to do mvn install in folder servicemix-http i get error
> >> as
> >> >> follows
> >> >> 'Build failure
> >> >> There are test failures'
> >> >>
> >> >> Am i checking out from the wrong location?
> >> >>
> >> >> Foram
> >> >>
> >> >>
> >> >> bsnyder wrote:
> >> >> >
> >> >> > On 8/30/06, foram <gf...@gmail.com> wrote:
> >> >> >>
> >> >> >> i see the class file  /apache/xbean/classloader/JarFileClass
> >> >> >> Loader but not
> >> >> >> /apache/xbean/server/classloader/JarFileClass
> >> >> >> Loader
> >> >> >
> >> >> > I just checked the sources I updated from the Subversion
> repository
> >> >> > today for the servicemix-jboss-deployer and I found that once the
> >> code
> >> >> > is built properly (using 'mvn install') that the
> JarFileClassLoader
> >> is
> >> >> > located in the following jar:
> >> >> >
> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
> >> >> classloader-2.6-SNAPSHOT.jar
> >> >> >
> >> >> > I recommend that you build the latest source from the Subversion
> >> >> > repository at the Codehaus. Information on checking out the source
> >> is
> >> >> > here:
> >> >> >
> >> >> > http://servicemix.codehaus.org/Source
> >> >> >
> >> >> > Once it's checked out, to build it, just do the following:
> >> >> >
> >> >> > $ cd ./jboss-tooling
> >> >> > $ mvn install
> >> >> >
> >> >> > This will create the following sar file that can be deployed to
> >> Jboss:
> >> >> >
> >> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
> >> >> >
> >> >> > HTH
> >> >> >
> >> >> > Bruce
> >> >> > --
> >> >> > perl -e 'print
> >> >> >
> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> >> >> > );'
> >> >> >
> >> >> > Apache Geronimo - http://geronimo.apache.org/
> >> >> > Apache ActiveMQ - http://incubator.apache.org/activemq/
> >> >> > Apache ServiceMix - http://incubator.apache.org/servicemix/
> >> >> > Castor - http://castor.org/
> >> >> >
> >> >> >
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >>
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
> >> >> Sent from the ServiceMix - User forum at Nabble.com.
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Cheers,
> >> > Guillaume Nodet
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
> >> Sent from the ServiceMix - User forum at Nabble.com.
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087929
> Sent from the ServiceMix - User forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet

Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.
what do you mean by mixing the jars?
can you tell me the exact steps to follow so that i dont get the deployment
errors?

Foram



gnodet wrote:
> 
> You have to rebuild the whole servicemix tree
> and not mix the jars, because there is an incompatibility
> betwen the recent xbean snapshots.
> 
> On 8/31/06, foram <gf...@gmail.com> wrote:
>>
>>
>> servicemix-http is not giving error. now the servicemix-shared gives
>> error
>> on
>> server start as follows:
>>
>> Caused by: java.lang.NoClassDefFoundError:
>> org/apache/xbean/server/classloader/J
>> arFileClassLoader
>>         at
>> org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary(Re
>> gistry.java:784)
>>
>>
>>
>> gnodet wrote:
>> >
>> > No, you should disable tests with the
>> >   -Dmaven.test.skip=true
>> > parameter on the command line.
>> >
>> > On 8/31/06, foram <gf...@gmail.com> wrote:
>> >>
>> >>
>> >> i just checked out the latest servicemix from
>> >> svn co http://svn.apache.org/repos/asf/incubator/servicemix/trunk
>> >>
>> >> then i tried to do mvn install in folder servicemix-http i get error
>> as
>> >> follows
>> >> 'Build failure
>> >> There are test failures'
>> >>
>> >> Am i checking out from the wrong location?
>> >>
>> >> Foram
>> >>
>> >>
>> >> bsnyder wrote:
>> >> >
>> >> > On 8/30/06, foram <gf...@gmail.com> wrote:
>> >> >>
>> >> >> i see the class file  /apache/xbean/classloader/JarFileClass
>> >> >> Loader but not
>> >> >> /apache/xbean/server/classloader/JarFileClass
>> >> >> Loader
>> >> >
>> >> > I just checked the sources I updated from the Subversion repository
>> >> > today for the servicemix-jboss-deployer and I found that once the
>> code
>> >> > is built properly (using 'mvn install') that the JarFileClassLoader
>> is
>> >> > located in the following jar:
>> >> >
>> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
>> >> classloader-2.6-SNAPSHOT.jar
>> >> >
>> >> > I recommend that you build the latest source from the Subversion
>> >> > repository at the Codehaus. Information on checking out the source
>> is
>> >> > here:
>> >> >
>> >> > http://servicemix.codehaus.org/Source
>> >> >
>> >> > Once it's checked out, to build it, just do the following:
>> >> >
>> >> > $ cd ./jboss-tooling
>> >> > $ mvn install
>> >> >
>> >> > This will create the following sar file that can be deployed to
>> Jboss:
>> >> >
>> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
>> >> >
>> >> > HTH
>> >> >
>> >> > Bruce
>> >> > --
>> >> > perl -e 'print
>> >> > unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
>> >> > );'
>> >> >
>> >> > Apache Geronimo - http://geronimo.apache.org/
>> >> > Apache ActiveMQ - http://incubator.apache.org/activemq/
>> >> > Apache ServiceMix - http://incubator.apache.org/servicemix/
>> >> > Castor - http://castor.org/
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
>> >> Sent from the ServiceMix - User forum at Nabble.com.
>> >>
>> >>
>> >
>> >
>> > --
>> > Cheers,
>> > Guillaume Nodet
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
>> Sent from the ServiceMix - User forum at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087929
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by Guillaume Nodet <gn...@gmail.com>.
You have to rebuild the whole servicemix tree
and not mix the jars, because there is an incompatibility
betwen the recent xbean snapshots.

On 8/31/06, foram <gf...@gmail.com> wrote:
>
>
> servicemix-http is not giving error. now the servicemix-shared gives error
> on
> server start as follows:
>
> Caused by: java.lang.NoClassDefFoundError:
> org/apache/xbean/server/classloader/J
> arFileClassLoader
>         at
> org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary(Re
> gistry.java:784)
>
>
>
> gnodet wrote:
> >
> > No, you should disable tests with the
> >   -Dmaven.test.skip=true
> > parameter on the command line.
> >
> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >>
> >>
> >> i just checked out the latest servicemix from
> >> svn co http://svn.apache.org/repos/asf/incubator/servicemix/trunk
> >>
> >> then i tried to do mvn install in folder servicemix-http i get error as
> >> follows
> >> 'Build failure
> >> There are test failures'
> >>
> >> Am i checking out from the wrong location?
> >>
> >> Foram
> >>
> >>
> >> bsnyder wrote:
> >> >
> >> > On 8/30/06, foram <gf...@gmail.com> wrote:
> >> >>
> >> >> i see the class file  /apache/xbean/classloader/JarFileClass
> >> >> Loader but not
> >> >> /apache/xbean/server/classloader/JarFileClass
> >> >> Loader
> >> >
> >> > I just checked the sources I updated from the Subversion repository
> >> > today for the servicemix-jboss-deployer and I found that once the
> code
> >> > is built properly (using 'mvn install') that the JarFileClassLoader
> is
> >> > located in the following jar:
> >> >
> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
> >> classloader-2.6-SNAPSHOT.jar
> >> >
> >> > I recommend that you build the latest source from the Subversion
> >> > repository at the Codehaus. Information on checking out the source is
> >> > here:
> >> >
> >> > http://servicemix.codehaus.org/Source
> >> >
> >> > Once it's checked out, to build it, just do the following:
> >> >
> >> > $ cd ./jboss-tooling
> >> > $ mvn install
> >> >
> >> > This will create the following sar file that can be deployed to
> Jboss:
> >> >
> >> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
> >> >
> >> > HTH
> >> >
> >> > Bruce
> >> > --
> >> > perl -e 'print
> >> > unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> >> > );'
> >> >
> >> > Apache Geronimo - http://geronimo.apache.org/
> >> > Apache ActiveMQ - http://incubator.apache.org/activemq/
> >> > Apache ServiceMix - http://incubator.apache.org/servicemix/
> >> > Castor - http://castor.org/
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
> >> Sent from the ServiceMix - User forum at Nabble.com.
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
> Sent from the ServiceMix - User forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet

Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.
servicemix-http is not giving error. now the servicemix-shared gives error on
server start as follows:

Caused by: java.lang.NoClassDefFoundError:
org/apache/xbean/server/classloader/J
arFileClassLoader
        at
org.apache.servicemix.jbi.framework.Registry.registerSharedLibrary(Re
gistry.java:784)
        


gnodet wrote:
> 
> No, you should disable tests with the
>   -Dmaven.test.skip=true
> parameter on the command line.
> 
> On 8/31/06, foram <gf...@gmail.com> wrote:
>>
>>
>> i just checked out the latest servicemix from
>> svn co http://svn.apache.org/repos/asf/incubator/servicemix/trunk
>>
>> then i tried to do mvn install in folder servicemix-http i get error as
>> follows
>> 'Build failure
>> There are test failures'
>>
>> Am i checking out from the wrong location?
>>
>> Foram
>>
>>
>> bsnyder wrote:
>> >
>> > On 8/30/06, foram <gf...@gmail.com> wrote:
>> >>
>> >> i see the class file  /apache/xbean/classloader/JarFileClass
>> >> Loader but not
>> >> /apache/xbean/server/classloader/JarFileClass
>> >> Loader
>> >
>> > I just checked the sources I updated from the Subversion repository
>> > today for the servicemix-jboss-deployer and I found that once the code
>> > is built properly (using 'mvn install') that the JarFileClassLoader is
>> > located in the following jar:
>> >
>> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
>> classloader-2.6-SNAPSHOT.jar
>> >
>> > I recommend that you build the latest source from the Subversion
>> > repository at the Codehaus. Information on checking out the source is
>> > here:
>> >
>> > http://servicemix.codehaus.org/Source
>> >
>> > Once it's checked out, to build it, just do the following:
>> >
>> > $ cd ./jboss-tooling
>> > $ mvn install
>> >
>> > This will create the following sar file that can be deployed to Jboss:
>> >
>> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
>> >
>> > HTH
>> >
>> > Bruce
>> > --
>> > perl -e 'print
>> > unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
>> > );'
>> >
>> > Apache Geronimo - http://geronimo.apache.org/
>> > Apache ActiveMQ - http://incubator.apache.org/activemq/
>> > Apache ServiceMix - http://incubator.apache.org/servicemix/
>> > Castor - http://castor.org/
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
>> Sent from the ServiceMix - User forum at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6087496
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by Guillaume Nodet <gn...@gmail.com>.
No, you should disable tests with the
  -Dmaven.test.skip=true
parameter on the command line.

On 8/31/06, foram <gf...@gmail.com> wrote:
>
>
> i just checked out the latest servicemix from
> svn co http://svn.apache.org/repos/asf/incubator/servicemix/trunk
>
> then i tried to do mvn install in folder servicemix-http i get error as
> follows
> 'Build failure
> There are test failures'
>
> Am i checking out from the wrong location?
>
> Foram
>
>
> bsnyder wrote:
> >
> > On 8/30/06, foram <gf...@gmail.com> wrote:
> >>
> >> i see the class file  /apache/xbean/classloader/JarFileClass
> >> Loader but not
> >> /apache/xbean/server/classloader/JarFileClass
> >> Loader
> >
> > I just checked the sources I updated from the Subversion repository
> > today for the servicemix-jboss-deployer and I found that once the code
> > is built properly (using 'mvn install') that the JarFileClassLoader is
> > located in the following jar:
> >
> > target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-
> classloader-2.6-SNAPSHOT.jar
> >
> > I recommend that you build the latest source from the Subversion
> > repository at the Codehaus. Information on checking out the source is
> > here:
> >
> > http://servicemix.codehaus.org/Source
> >
> > Once it's checked out, to build it, just do the following:
> >
> > $ cd ./jboss-tooling
> > $ mvn install
> >
> > This will create the following sar file that can be deployed to Jboss:
> >
> > target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
> >
> > HTH
> >
> > Bruce
> > --
> > perl -e 'print
> > unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> > );'
> >
> > Apache Geronimo - http://geronimo.apache.org/
> > Apache ActiveMQ - http://incubator.apache.org/activemq/
> > Apache ServiceMix - http://incubator.apache.org/servicemix/
> > Castor - http://castor.org/
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
> Sent from the ServiceMix - User forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet

Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.
i just checked out the latest servicemix from 
svn co http://svn.apache.org/repos/asf/incubator/servicemix/trunk

then i tried to do mvn install in folder servicemix-http i get error as
follows
'Build failure  
There are test failures'

Am i checking out from the wrong location? 

Foram


bsnyder wrote:
> 
> On 8/30/06, foram <gf...@gmail.com> wrote:
>>
>> i see the class file  /apache/xbean/classloader/JarFileClass
>> Loader but not
>> /apache/xbean/server/classloader/JarFileClass
>> Loader
> 
> I just checked the sources I updated from the Subversion repository
> today for the servicemix-jboss-deployer and I found that once the code
> is built properly (using 'mvn install') that the JarFileClassLoader is
> located in the following jar:
> 
> target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-classloader-2.6-SNAPSHOT.jar
> 
> I recommend that you build the latest source from the Subversion
> repository at the Codehaus. Information on checking out the source is
> here:
> 
> http://servicemix.codehaus.org/Source
> 
> Once it's checked out, to build it, just do the following:
> 
> $ cd ./jboss-tooling
> $ mvn install
> 
> This will create the following sar file that can be deployed to Jboss:
> 
> target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar
> 
> HTH
> 
> Bruce
> -- 
> perl -e 'print
> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
> 
> Apache Geronimo - http://geronimo.apache.org/
> Apache ActiveMQ - http://incubator.apache.org/activemq/
> Apache ServiceMix - http://incubator.apache.org/servicemix/
> Castor - http://castor.org/
> 
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6085433
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by Bruce Snyder <br...@gmail.com>.
On 8/30/06, foram <gf...@gmail.com> wrote:
>
> i see the class file  /apache/xbean/classloader/JarFileClass
> Loader but not
> /apache/xbean/server/classloader/JarFileClass
> Loader

I just checked the sources I updated from the Subversion repository
today for the servicemix-jboss-deployer and I found that once the code
is built properly (using 'mvn install') that the JarFileClassLoader is
located in the following jar:

target/servicemix-jboss-deployer-3.0-SNAPSHOT/lib/xbean-classloader-2.6-SNAPSHOT.jar

I recommend that you build the latest source from the Subversion
repository at the Codehaus. Information on checking out the source is
here:

http://servicemix.codehaus.org/Source

Once it's checked out, to build it, just do the following:

$ cd ./jboss-tooling
$ mvn install

This will create the following sar file that can be deployed to Jboss:

target/servicemix-jboss-deployer-3.0-SNAPSHOT.sar

HTH

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://incubator.apache.org/activemq/
Apache ServiceMix - http://incubator.apache.org/servicemix/
Castor - http://castor.org/

Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.
i see the class file  /apache/xbean/classloader/JarFileClass
Loader but not
/apache/xbean/server/classloader/JarFileClass
Loader




foram wrote:
> 
> with the new jboss-deployer and the
> servicemix-http-3.0-M2-incubating-installer.zip component zip file, which
> i got \apache-servicemix-3.0-M2-incubating\components
> 
> 
> I am getting the following error on server start up
> 15:24:33,181 INFO  [DefaultListableBeanFactory] Pre-instantiating
> singletons in
> factory
> [org.springframework.beans.factory.support.DefaultListableBeanFactory de
> fining beans [jbi]; root of BeanFactory hierarchy]
> 15:24:33,212 ERROR [InstallationService] Deployment of Component failed
> java.lang.NoClassDefFoundError:
> org/apache/xbean/server/classloader/JarFileClass
> Loader        at
> org.apache.servicemix.jbi.framework.InstallationService.initializeIns
> taller(InstallationService.java:439)
>         at
> org.apache.servicemix.jbi.framework.InstallationService.doInstallComp
> onent(InstallationService.java:421)
>         at
> org.apache.servicemix.jbi.framework.InstallationService.doInstallArch
> ive(InstallationService.java:372)
>         at
> org.apache.servicemix.jbi.framework.InstallationService.install(Insta
> llationService.java:297)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchi
> ve(AutoDeploymentService.java:247)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateExter
> nalArchive(AutoDeploymentService.java:185)
>         at
> org.servicemix.jboss.deployment.JBIService.installArchive(JBIService.
> java:119)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at
> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
> er.java:141)
>         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
>         at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
>         at
> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
> java:249)
>         at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
>         at
> org.servicemix.jboss.deployment.JBIDeployer.create(JBIDeployer.java:1
> 01)
> 
> 
> 
> 
> 
> foram wrote:
>> 
>> The jboss deployer doesnt have lwcontainer's jar. so i dropped the jar in
>> the lib of my project in jboss. however, when i try to deploy the service
>> assembly, i get the following message
>> 
>> INFO  [AutoDeploymentService] Components servicemix-lwcontainer are not
>> installed yet - adding ServiceAssembly layout to pending list
>> 
>> I am not getting any error message
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6069963
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by Guillaume Nodet <gn...@gmail.com>.
Build servicemix online (without the -o flag), then build the jboss
deployer.

On 8/31/06, foram <gf...@gmail.com> wrote:
>
>
> how can i ensure that servicemix jars, xbean jars, and
> the jboss deployer are in sync?
>
>
>
> gnodet wrote:
> >
> > The xbean snapshots have an incompatible change since today.
> > So you have to make sure that servicemix jars, xbean jars, and
> > the jboss deployer are in sync.
> > You should try to rebuild servicemix, or wait for tomorrow snapshots.
> >
> > On 8/31/06, foram <gf...@gmail.com> wrote:
> >>
> >>
> >> with the new jboss-deployer and the
> >> servicemix-http-3.0-M2-incubating-installer.zip component zip file,
> which
> >> i
> >> got \apache-servicemix-3.0-M2-incubating\components
> >>
> >>
> >> I am getting the following error on server start up
> >> 15:24:33,181 INFO  [DefaultListableBeanFactory] Pre-instantiating
> >> singletons
> >> in
> >> factory
> >> [org.springframework.beans.factory.support.DefaultListableBeanFactoryde
> >> fining beans [jbi]; root of BeanFactory hierarchy]
> >> 15:24:33,212 ERROR [InstallationService] Deployment of Component failed
> >> java.lang.NoClassDefFoundError:
> >> org/apache/xbean/server/classloader/JarFileClass
> >> Loader        at
> >> org.apache.servicemix.jbi.framework.InstallationService.initializeIns
> >> taller(InstallationService.java:439)
> >>         at
> >> org.apache.servicemix.jbi.framework.InstallationService.doInstallComp
> >> onent(InstallationService.java:421)
> >>         at
> >> org.apache.servicemix.jbi.framework.InstallationService.doInstallArch
> >> ive(InstallationService.java:372)
> >>         at
> >> org.apache.servicemix.jbi.framework.InstallationService.install(Insta
> >> llationService.java:297)
> >>         at
> >> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchi
> >> ve(AutoDeploymentService.java:247)
> >>         at
> >> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateExter
> >> nalArchive(AutoDeploymentService.java:185)
> >>         at
> >> org.servicemix.jboss.deployment.JBIService.installArchive(JBIService.
> >> java:119)
> >>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>         at
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> >> java:39)
> >>         at
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> sorImpl.java:25)
> >>         at java.lang.reflect.Method.invoke(Method.java:585)
> >>         at
> >> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
> >> er.java:141)
> >>         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
> >>         at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
> >>         at
> >> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
> >> java:249)
> >>         at
> >> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
> >>         at
> >> org.servicemix.jboss.deployment.JBIDeployer.create(JBIDeployer.java:1
> >> 01)
> >>
> >>
> >>
> >>
> >>
> >> foram wrote:
> >> >
> >> > The jboss deployer doesnt have lwcontainer's jar. so i dropped the
> jar
> >> in
> >> > the lib of my project in jboss. however, when i try to deploy the
> >> service
> >> > assembly, i get the following message
> >> >
> >> > INFO  [AutoDeploymentService] Components servicemix-lwcontainer are
> not
> >> > installed yet - adding ServiceAssembly layout to pending list
> >> >
> >> > I am not getting any error message
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6069559
> >> Sent from the ServiceMix - User forum at Nabble.com.
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6070173
> Sent from the ServiceMix - User forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet

Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.
how can i ensure that servicemix jars, xbean jars, and 
the jboss deployer are in sync?



gnodet wrote:
> 
> The xbean snapshots have an incompatible change since today.
> So you have to make sure that servicemix jars, xbean jars, and
> the jboss deployer are in sync.
> You should try to rebuild servicemix, or wait for tomorrow snapshots.
> 
> On 8/31/06, foram <gf...@gmail.com> wrote:
>>
>>
>> with the new jboss-deployer and the
>> servicemix-http-3.0-M2-incubating-installer.zip component zip file, which
>> i
>> got \apache-servicemix-3.0-M2-incubating\components
>>
>>
>> I am getting the following error on server start up
>> 15:24:33,181 INFO  [DefaultListableBeanFactory] Pre-instantiating
>> singletons
>> in
>> factory
>> [org.springframework.beans.factory.support.DefaultListableBeanFactory de
>> fining beans [jbi]; root of BeanFactory hierarchy]
>> 15:24:33,212 ERROR [InstallationService] Deployment of Component failed
>> java.lang.NoClassDefFoundError:
>> org/apache/xbean/server/classloader/JarFileClass
>> Loader        at
>> org.apache.servicemix.jbi.framework.InstallationService.initializeIns
>> taller(InstallationService.java:439)
>>         at
>> org.apache.servicemix.jbi.framework.InstallationService.doInstallComp
>> onent(InstallationService.java:421)
>>         at
>> org.apache.servicemix.jbi.framework.InstallationService.doInstallArch
>> ive(InstallationService.java:372)
>>         at
>> org.apache.servicemix.jbi.framework.InstallationService.install(Insta
>> llationService.java:297)
>>         at
>> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchi
>> ve(AutoDeploymentService.java:247)
>>         at
>> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateExter
>> nalArchive(AutoDeploymentService.java:185)
>>         at
>> org.servicemix.jboss.deployment.JBIService.installArchive(JBIService.
>> java:119)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
>> java:39)
>>         at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> sorImpl.java:25)
>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>         at
>> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
>> er.java:141)
>>         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
>>         at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
>>         at
>> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
>> java:249)
>>         at
>> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
>>         at
>> org.servicemix.jboss.deployment.JBIDeployer.create(JBIDeployer.java:1
>> 01)
>>
>>
>>
>>
>>
>> foram wrote:
>> >
>> > The jboss deployer doesnt have lwcontainer's jar. so i dropped the jar
>> in
>> > the lib of my project in jboss. however, when i try to deploy the
>> service
>> > assembly, i get the following message
>> >
>> > INFO  [AutoDeploymentService] Components servicemix-lwcontainer are not
>> > installed yet - adding ServiceAssembly layout to pending list
>> >
>> > I am not getting any error message
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6069559
>> Sent from the ServiceMix - User forum at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6070173
Sent from the ServiceMix - User forum at Nabble.com.


Re: lwcontainer install using jboss deployer

Posted by Guillaume Nodet <gn...@gmail.com>.
The xbean snapshots have an incompatible change since today.
So you have to make sure that servicemix jars, xbean jars, and
the jboss deployer are in sync.
You should try to rebuild servicemix, or wait for tomorrow snapshots.

On 8/31/06, foram <gf...@gmail.com> wrote:
>
>
> with the new jboss-deployer and the
> servicemix-http-3.0-M2-incubating-installer.zip component zip file, which
> i
> got \apache-servicemix-3.0-M2-incubating\components
>
>
> I am getting the following error on server start up
> 15:24:33,181 INFO  [DefaultListableBeanFactory] Pre-instantiating
> singletons
> in
> factory
> [org.springframework.beans.factory.support.DefaultListableBeanFactory de
> fining beans [jbi]; root of BeanFactory hierarchy]
> 15:24:33,212 ERROR [InstallationService] Deployment of Component failed
> java.lang.NoClassDefFoundError:
> org/apache/xbean/server/classloader/JarFileClass
> Loader        at
> org.apache.servicemix.jbi.framework.InstallationService.initializeIns
> taller(InstallationService.java:439)
>         at
> org.apache.servicemix.jbi.framework.InstallationService.doInstallComp
> onent(InstallationService.java:421)
>         at
> org.apache.servicemix.jbi.framework.InstallationService.doInstallArch
> ive(InstallationService.java:372)
>         at
> org.apache.servicemix.jbi.framework.InstallationService.install(Insta
> llationService.java:297)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchi
> ve(AutoDeploymentService.java:247)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateExter
> nalArchive(AutoDeploymentService.java:185)
>         at
> org.servicemix.jboss.deployment.JBIService.installArchive(JBIService.
> java:119)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at
> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
> er.java:141)
>         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
>         at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
>         at
> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
> java:249)
>         at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
>         at
> org.servicemix.jboss.deployment.JBIDeployer.create(JBIDeployer.java:1
> 01)
>
>
>
>
>
> foram wrote:
> >
> > The jboss deployer doesnt have lwcontainer's jar. so i dropped the jar
> in
> > the lib of my project in jboss. however, when i try to deploy the
> service
> > assembly, i get the following message
> >
> > INFO  [AutoDeploymentService] Components servicemix-lwcontainer are not
> > installed yet - adding ServiceAssembly layout to pending list
> >
> > I am not getting any error message
> >
>
> --
> View this message in context:
> http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6069559
> Sent from the ServiceMix - User forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet

Re: lwcontainer install using jboss deployer

Posted by foram <gf...@gmail.com>.
with the new jboss-deployer and the
servicemix-http-3.0-M2-incubating-installer.zip component zip file, which i
got \apache-servicemix-3.0-M2-incubating\components


I am getting the following error on server start up
15:24:33,181 INFO  [DefaultListableBeanFactory] Pre-instantiating singletons
in
factory
[org.springframework.beans.factory.support.DefaultListableBeanFactory de
fining beans [jbi]; root of BeanFactory hierarchy]
15:24:33,212 ERROR [InstallationService] Deployment of Component failed
java.lang.NoClassDefFoundError:
org/apache/xbean/server/classloader/JarFileClass
Loader        at
org.apache.servicemix.jbi.framework.InstallationService.initializeIns
taller(InstallationService.java:439)
        at
org.apache.servicemix.jbi.framework.InstallationService.doInstallComp
onent(InstallationService.java:421)
        at
org.apache.servicemix.jbi.framework.InstallationService.doInstallArch
ive(InstallationService.java:372)
        at
org.apache.servicemix.jbi.framework.InstallationService.install(Insta
llationService.java:297)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchi
ve(AutoDeploymentService.java:247)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateExter
nalArchive(AutoDeploymentService.java:185)
        at
org.servicemix.jboss.deployment.JBIService.installArchive(JBIService.
java:119)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
        at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:249)
        at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at
org.servicemix.jboss.deployment.JBIDeployer.create(JBIDeployer.java:1
01)





foram wrote:
> 
> The jboss deployer doesnt have lwcontainer's jar. so i dropped the jar in
> the lib of my project in jboss. however, when i try to deploy the service
> assembly, i get the following message
> 
> INFO  [AutoDeploymentService] Components servicemix-lwcontainer are not
> installed yet - adding ServiceAssembly layout to pending list
> 
> I am not getting any error message
> 

-- 
View this message in context: http://www.nabble.com/lwcontainer-install-using-jboss-deployer-tf2192088.html#a6069559
Sent from the ServiceMix - User forum at Nabble.com.