Most of what I need is already in the features installed in the AMQ. This is more a matter of pulling my items together and installing them as a feature. Obviously I could do that locally where I can install it in MVN and then put the url in on the karaf command line and run the install. I could drop bundles in the deploy directory as well. Not crazy about that though. I just need a way to list the camel features to install, the libraries I need, and all that in a standard features file but then make it available in karaf without using the mvn:addurl
On Wed, Nov 2, 2016 at 10:13 AM, souciance <souciance.eqdam.ras...@gmail.com > wrote: > I am not sure this is what you want but I have created a custom > distribution for Karaf that includes all my bundles for Camel and > everything else and you can then specify your config files. It is a pom > based config and after doing a clean install you get a zip and tar.gz file. > You can then upload that to your server, unzip and run karaf. > > On Wed, Nov 2, 2016 at 4:09 PM, Brad Johnson [via Camel] < > ml-node+s465427n5789652...@n5.nabble.com> wrote: > > > Are there any good examples of creating an assembly to install my bundles > > into a standalone karaf/AMQ instance. I'm used to working with the Fuse > > stack where creating a features file, adding the url via mvn:install, > and > > then doing the mvn:install installs all my requirements and cfg files. > So > > the features file and listing the required bundles for installation is a > > well known task. > > > > I'm in a situation where there isn't a Maven repo available so all the > > dependencies need to be included in the assembly. > > > > I've found some examples that show the use of the assembly for pulling > > together the entire stack but that's obviously much larger than I'm > > looking > > for. Just want to create the assembly, put it in the right location in > > the > > karaf/AMQ standalone instance, and then probably run the features file to > > install the required bundles. > > > > > > ------------------------------ > > If you reply to this email, your message will be added to the discussion > > below: > > http://camel.465427.n5.nabble.com/AMQ-Camel-assembly-tp5789652.html > > To start a new topic under Camel - Users, email > > ml-node+s465427n465428...@n5.nabble.com > > To unsubscribe from Camel - Users, click here > > <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro= > unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aU > BnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=> > > . > > NAML > > <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_ > viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces. > BasicNamespace-nabble.view.web.template.NabbleNamespace- > nabble.view.web.template.NodeNamespace&breadcrumbs= > notify_subscribers%21nabble%3Aemail.naml-instant_emails% > 21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > > > > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/AMQ-Camel-assembly-tp5789652p5789653.html > Sent from the Camel - Users mailing list archive at Nabble.com.