Unpacked KAR deployment

2012-07-26 Thread helander
I am looking for a method, similar to KAR where the repository//features.xml are automatically registered, but where the data is not in a KAR file, but in a directory, e.g. unpacking a KAR file to a folder and then somehow point that the content of that folder should be recognised as a repo

AW: Strange issue with maven repositories and org.apache.karaf.webconsole.features

2012-07-26 Thread Sammy Ramareddy
Hi Andreas all, Thanks for the hint. I did create a karaf issue, whose ID is KARAF-1674. Best regards, Sam -Ursprüngliche Nachricht- Von: Andreas Pieber [mailto:anpie...@gmail.com] Gesendet: Dienstag, 24. Juli 2012 18:17 An: user@karaf.apache.org Betreff: Re: Strange issue with

Re: EBA and Karaf - Can I install an EBA to KARAF

2012-07-26 Thread fips
when i try to deploy org.apache.aries.samples.blog.jdbc.eba-0.3.eba with older karaf it was OK. any ideas? i get 2012-07-18 22:12:57,647 | INFO | rint Extender: 3 | BlueprintContainerImpl | 9 - org.apache.aries.blueprint - 0.3.2 | Bundle org.apache.aries.application.resolver.obr is

Re: Unpacked KAR deployment

2012-07-26 Thread Jean-Baptiste Onofré
Hi Lars, It's not possible currently. However, it looks like a good feature to me. Why not adding it for 2.3.0 and 3.0.0. I gonna raise the corresponding Jira. Regards JB On 07/26/2012 01:26 PM, helander wrote: I am looking for a method, similar to KAR where the

IDE run configuration

2012-07-26 Thread wildes
Hi, i'd like a help me how to run and debug blueprint applications on karaf runtime from IDE. I have tried Karaf Eik 0.5.3 but it is limited to eclipse plugins project, doesnt works with latest eclipse releases. I´d lik to know a approach about configurations to run maven projects. Thanks.

Re: IDE run configuration

2012-07-26 Thread Jean-Baptiste Onofré
Hi, so it means that you use Eclipse Juno ? Regards JB On 07/26/2012 04:38 PM, wildes wrote: Hi, i'd like a help me how to run and debug blueprint applications on karaf runtime from IDE. I have tried Karaf Eik 0.5.3 but it is limited to eclipse plugins project, doesnt works with latest

Re: IDE run configuration

2012-07-26 Thread Christoph Gritschenberger
If you just like to debug, you can enable remote-debugging in karaf by setting the KARAF_DEBUG env-variable. export KARAF_DEBUG=true bin/karaf You can then connect your debugger to port 5005. The downside of this approach is that runtime code-editing is very limited. Is this what you are

Re: IDE run configuration

2012-07-26 Thread wildes
how to start and deploy artifacts on karaf from a maven lifecycle phase ? Exists an maven-karaf-plugin like a maven-jetty-plugin ? -- View this message in context: http://karaf.922171.n3.nabble.com/IDE-run-configuration-tp4025338p4025343.html Sent from the Karaf - User mailing list archive at

Re: Unpacked KAR deployment

2012-07-26 Thread helander
Ok, thanks. /Lars -- View this message in context: http://karaf.922171.n3.nabble.com/Unpacked-KAR-deployment-tp4025335p4025344.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Unpacked KAR deployment

2012-07-26 Thread Andreas Pieber
Hey Lars, I think it would be better if you please create the issue yourself. It hasn't been created yet but that way it will allow you to get notifications about the current state of the issue and it will make it easier for us to ask further questions about the feature if required :-) Thanks

Re: Felix File install and Weaving Hooks

2012-07-26 Thread Andreas Pieber
TBH I'm not sure if we want this refresh per default since it could be quite costly for bundles with lots of work todo. Nevertheless, an optional parameter at the feature requesting a reload of hot-deployed might be interesting; something like feature name=xxx refresh-hot-deployed=true...