[GitHub] karaf pull request: KARAF-4020: karaf-maven-plugin:archive doesn't...

2015-09-25 Thread roedll
GitHub user roedll opened a pull request:

https://github.com/apache/karaf/pull/82

KARAF-4020: karaf-maven-plugin:archive doesn't respect an empty prefixPath

Fixes the issue described in KARAF-4020.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/roedll/karaf karaf-4020

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/karaf/pull/82.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #82


commit cd3448df56c71945030893f75d5d677871c0c4cf
Author: Lukas Roedl <lukas.ro...@ait.ac.at>
Date:   2015-09-25T19:12:23Z

Fix for issue KARAF-4020




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [VOTE] Release Apache Karaf 2.3.7

2014-09-03 Thread roedll
+1 (no binding)

Testet on Windows: Console works again ;-)

regards, Lukas



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-7-tp4035022p4035029.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: Starting up features in Karaf 3.0.x

2014-03-27 Thread roedll
Hi!

Thanks for the quick response. That did the trick ;-)

best regards,

Lukas



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Starting-up-features-in-Karaf-3-0-x-tp4032422p4032428.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Starting up features in Karaf 3.0.x

2014-03-26 Thread roedll
Hi all,

I'm currently using Karaf 2.3.x and starting up our framework using a
features xml file in the deploy folder.
I wanted to use this approach also on Karaf 3.0.x but it doesn't work
unfortunately - I tested it with the binaries of Karaf 3.0.0 and
3.0.1-SNAPSHOT.

For a simple test I just put the following features file into the deploy
folder which simply tries to install the webconsole feature on startup:

?xml version=1.0 encoding=UTF-8?
features name=test xmlns=http://karaf.apache.org/xmlns/features/v1.2.0;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://karaf.apache.org/xmlns/features/v1.2.0
http://karaf.apache.org/xmlns/features/v1.2.0;

feature name=testfeature install=true
featurewebconsole/feature
/feature
/features

In the log I only get Started bundle:
feature:file:/C:/apache-karaf-3.0.0/deploy/test.xml but nothing more and
the feature also isn't started... (but it's listed when I do feature:list
and I can install it manually with feature:install)

I also tried to add the desired feature to the bootFeatures and there it
works like a charm. But unfortunately for our software this way wouldn't
help much...

So did I get anything wrong here?
Is this behavior intended in 3.0.x?
Can you verify this behaviour?

Any help on this would be great!

best regards,

Lukas



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Starting-up-features-in-Karaf-3-0-x-tp4032422.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: Having commands for scheduler module

2014-01-14 Thread roedll
Hi!

Some time ago there was a quite similar discussion about the sheduler
module.
See 
http://karaf.922171.n3.nabble.com/Task-scheduler-in-Karaf-td4028481.html
http://karaf.922171.n3.nabble.com/Task-scheduler-in-Karaf-td4028481.html  
for details.
I also opened a ticket for this and attached a patch: 
https://issues.apache.org/jira/browse/KARAF-751
https://issues.apache.org/jira/browse/KARAF-751  

As far as I remember the outcome of the various discussions was that it
would be possible to modify/extend the scheduler provided by the Apache
Sling project to make it more generally usable and to enrich it with
commands - like the ones you proposed - and then use it eg. in Karaf.

Regards
Lukas



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Having-commands-for-scheduler-module-tp4030991p4031010.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: Task scheduler in Karaf

2013-04-30 Thread roedll
Hi!

See https://issues.apache.org/jira/browse/KARAF-751 for the details...

Regards,
Lukas



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Task-scheduler-in-Karaf-tp4028481p4028537.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Task scheduler in Karaf

2013-04-24 Thread roedll
More than a year ago Ioannis Canellos posted that he added a rudimentary
scheduler as a new module to trunk. (See
http://karaf.922171.n3.nabble.com/Introducing-a-task-scheduler-in-Karaf-td3185322.html
for details)

In the following discussion some people suggested to use Quartz and/or the
scheduler implementation from Apache Sling (which already uses Quartz). As
the Apache Sling implementation only implements support for SCR and not
Blueprint it's unfortunately not plug and play in Karaf (without activating
the SCR support)

I've recently implemented Blueprint support for one of our projects and now
wonder if this functionality would be of interest for Karaf?!




--
View this message in context: 
http://karaf.922171.n3.nabble.com/Task-scheduler-in-Karaf-tp4028481.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Support mvn:* urls in karaf-maven-plugin:features-create-kar

2012-02-23 Thread roedll
The features-create-kar goal of the karaf-maven-plugin plugin currently only
supports references to local feature files. The featuresFile tag should also
support mvn:* urls.

If created an issue ( http://issues.apache.org/jira/browse/KARAF-1223
KARAF-1223 ) and also provided a patch.

Looking forward to your comments... 

--
View this message in context: 
http://karaf.922171.n3.nabble.com/Support-mvn-urls-in-karaf-maven-plugin-features-create-kar-tp3770952p3770952.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.