Thanks Chris, That fixed it for me.
Russ On Sat, Jan 31, 2009 at 6:52 PM, Chris Custine <ccust...@apache.org> wrote: > There was a missing repository entry for the OPS4J maven repo in the > release > you are using. Append the entry "http://repository.ops4j.org/maven2" to > the > property org.ops4j.pax.url.mvn.repositories at the bottom of > etc/org.ops4j.pax.url.mvn.cfg and restart. You should be able to install > the web feature after that. This has been fixed in SNAPSHOTs. > > Chris > > -- > Chris Custine > My Blog :: http://blog.organicelement.com > Apache ServiceMix :: http://servicemix.apache.org > Apache Directory Server :: http://directory.apache.org > > > On Sat, Jan 31, 2009 at 1:20 PM, Russ Chan <grumpy.c...@gmail.com> wrote: > > > Hmmm - I've just tried this - it doesn't seem to work for me. > > > > Here's the output of my features listUrl: > > > > servicemix> features listUrl > > > > > mvn:org.apache.servicemix.camel/org.apache.servicemix.camel.features/4.0-m2-SNAPSHOT/xml/features > > http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml > > > > > mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.3-fuse/xml/features > > > > > mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.3-fuse/xml/features > > > > > > The output when I try to install from the console: > > > > features install web > > ERROR RuntimeException: URL [mvn:org.ops4j.pax.url/pax-url-war/0.3.2] > could > > not be resolved. (enable TRACE logging for details) > > > > Looking at the log it appears that the pax-url-war bundle is no longer in > > the default areas... any ideas if there's a new URL that I can add to > find > > this? > > > > Thanks, > > Russ > > > > > > > > > > > > On Thu, Jan 22, 2009 at 4:47 AM, Gert Vanthienen > > <gert.vanthie...@skynet.be>wrote: > > > > > Oliver, > > > > > > There is a 'web' feature available for ServiceMix 4. If you downloaded > > the > > > full ServiceMix 4, the features url should already have been added and > > you > > > can just type 'features/install web' to install the feature. Once > > > installed, you can just drop a war file with servlets in the deploy > > > directory. > > > > > > Regards, > > > > > > Gert > > > > > > > > > Oliver Newell wrote: > > > > > >> > > >> Hi - > > >> > > >> I would like to run some servlets inside a ServiceMix 4 instance. I > did > > >> some searching but haven't found any specific examples. I did come > > across > > >> some examples on the Web that discuss how to run servlets in a Jetty > > servlet > > >> container that is embedded in an OSGI container, and that is along the > > lines > > >> of what I am trying to do. I see that ServiceMix 4 includes the > > >> jetty-6.1.12rc1 bundle, so I think I'm almost there... > > >> > > >> I imagine this is a pretty common use case, and I just didn't come > > across > > >> the right document/thread in my search. Can anyone steer me in the > right > > >> direction? > > >> > > >> Thanks! > > >> > > >> -Oliver > > >> > > >> > > >> > > > > > >