Re: Installing `kie-camel` feature in JBoss Fuse 6.2

2016-07-19 Thread Charles Moulliard
o resolve this issue? I suspect that I might need to add > another feature url but my research into that hasn't produced any results > yet. > > Thanks in advance > > Lewis Watson > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Insta

Re: Injecting service into command

2016-04-27 Thread Charles Moulliard
rence, but in my case I > have different services with the same class, so I need to be able to > specify a filter; however, the @Reference annotation does not have any > property for this purpose, so how is it done? > >> > >> Best regards, > >> Alex soto > >>

Re: command not found

2016-04-26 Thread Charles Moulliard
felix.gogo.runtime.Closure.execute(Closure.java:119) > at org.apache.felix.gogo.runtime.CommandSessionImpl.execute( > CommandSessionImpl.java:94) > at org.apache.karaf.shell.impl.console.HeadlessSessionImpl.execute( > HeadlessSessionImpl.java:90) > > > > Best regards, > Alex soto > >

Re: command not found

2016-04-26 Thread Charles Moulliard
mandNotFoundException: Command not > found: bundle:restart > > I assume that all bundle commands are deployed by the same feature, so why > is *list* is available and not *restart*? > Is there something else I need to do to get access to the *restart * > command? > > Best regar

Re: Use @RunWith(PaxExam.class) with a ParentRunner

2016-02-26 Thread Charles Moulliard
(); } } protected void initWebListener() { webListener = new WebListenerImpl(); bundleContext.registerService(WebListener.class, webListener, null); / BundleContext is NULL } On Fri, Feb 26, 2016 at 6:05 PM, Charles Moulliard <ch0...@gmail.com>

Use @RunWith(PaxExam.class) with a ParentRunner

2016-02-26 Thread Charles Moulliard
@Inject doesn't work in this case Option[] opts = options.toArray(new Option[options.size()]); ExamSystem system = PaxExamRuntime.createServerSystem(opts); Any ideas are welcome ;-) Regards, -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog :

Pax-exam don't support blueprint protocol

2016-02-24 Thread Charles Moulliard
-exam container [ 48] [Active ] [Created ] [ 24] mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/2.4.4 Is this feature supported now (https://ops4j1.jira.com/browse/PAXEXAM-539) ? Regards, -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twi

Specify relative path for param - KarafDistributionOption.editConfigurationFilePut"

2016-02-24 Thread Charles Moulliard
s4j.pax.web.cfg", "org.ops4j.pax.web.ssl.keystore","${PATH_DIR}/file") Regards, -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Jetty + Jaas on Karaf (Jetty - Authenticated as UNAUTHENTICATED)

2016-02-11 Thread Charles Moulliard
Problem solved. On Wed, Feb 10, 2016 at 5:52 PM, Charles Moulliard <ch0...@gmail.com> wrote: > Hi, > > My project includes an AuthenticationFilter which is called when a HTTP > request is issued to perform a Basic HTTP Authentication. To support my > realm, I have added a ne

Jetty + Jaas on Karaf (Jetty - Authenticated as UNAUTHENTICATED)

2016-02-10 Thread Charles Moulliard
ion: Authenticated as UNAUTHENTICATED at org.eclipse.jetty.server.Request.login(Request.java:2113) at io.apiman.common.servlet.AuthenticationFilter.doBasicAuth(AuthenticationFilter.java:232) Do I miss something within my config ? Regards -- Charles Moulliard Apache Committer & PMC / Architect

Re: Can we push new bundle to apache git servicemix-bundles repo

2016-02-06 Thread Charles Moulliard
Problem solved using this repo : https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git On Sat, Feb 6, 2016 at 2:28 PM, Charles Moulliard <ch0...@gmail.com> wrote: > Hi, > > I can't push my commit to this git repo. Can we ? > > fatal: remote error: access

Can we push new bundle to apache git servicemix-bundles repo

2016-02-06 Thread Charles Moulliard
ignorecase = true precomposeunicode = true [remote "origin"] url = git://git.apache.org/servicemix-bundles.git Regards, -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Karaf stays blocked when it shutdowns

2016-02-05 Thread Charles Moulliard
The bundle.info file only contains the id of the bundle (=161) but not all the these fields 160 mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint.aries/1.0.4 32 30 1454661936527 0 On Fri, Feb 5, 2016 at 8:39 AM, Charles Moulliard <ch0...@gmail.com> wrote: > I ju

Re: Karaf stays blocked when it shutdowns

2016-02-05 Thread Charles Moulliard
onsole.run(Console.java:216) at java.lang.Thread.run(Thread.java:745) On Fri, Feb 5, 2016 at 9:55 AM, Charles Moulliard <ch0...@gmail.com> wrote: > The bundle.info file only contains the id of the bundle (=161) but not > all the these fields > > 160 > mvn:org.apache.aries.jpa/org.a

Re: Karaf stays blocked when it shutdowns

2016-02-05 Thread Charles Moulliard
ds. > > Regards > JB > > On 02/04/2016 10:49 PM, Charles Moulliard wrote: > >> Yes I can do that with jmap. Here is a screenshot - >> >> https://www.dropbox.com/s/9nns0coyue9j6zt/Screenshot%202016-02-04%2022.48.56.png?dl=0 >> >> On Thu, Feb 4, 2016

Pax Web - Example of security conbstraint mapping

2016-02-05 Thread Charles Moulliard
Hi, Do we have an example where we map Security Constraint (web.xml) apiman-gateway-api /* apipublisher BASIC apiman apipublisher to the Pax Web WebContainer.registerConstraintMapping() Regards, -- Charles Moulliard Apache

Re: Pax Web - Example of security conbstraint mapping

2016-02-05 Thread Charles Moulliard
ging >> etc/jetty.xml. >> >> Regards >> JB >> >> >> On 02/05/2016 12:45 PM, Charles Moulliard wrote: >> >>> Hi, >>> >>> Do we have an example where we map Security Constraint (web.xml) &g

Re: Karaf stays blocked when it shutdowns

2016-02-05 Thread Charles Moulliard
> > On 02/05/2016 11:41 AM, Charles Moulliard wrote: > >> The root cause has been identified. Felix doesn't like very well that we >> set System Properties within Activator >> >> public void init() { >> Properties props = new Properties(); &

Re: Can Pax CDI scans WAB + lib

2016-02-04 Thread Charles Moulliard
core.context.jts;resolution:=optional, com.spatial4j.core.exception;resolution:=optional, com.spatial4j.core.shape;resolution:=optional, On Thu, Feb 4, 2016 at 9:12 AM, Charles Moulliard <ch0...@gmail.com> wrote: > I will create a use case as I'm not sure that it work. BTW, the scan >

Re: Can Pax CDI scans WAB + lib

2016-02-04 Thread Charles Moulliard
}] On Thu, Feb 4, 2016 at 11:34 AM, Charles Moulliard <ch0...@gmail.com> wrote: > There is something that I don't understand > > My project contains a web.xml file located here > > gateway-osgi-1.2.2-SNAPSHOT/WEB-INF/web.xml > > inclu

Re: Karaf stays blocked when it shutdowns

2016-02-04 Thread Charles Moulliard
> On 02/04/2016 09:00 PM, Charles Moulliard wrote: > >> Hi, >> >> My Karaf 2.4.4 container stays blocked when it shutdowns and reports >> this error >> >> Exception in thread "Karaf Shell Console Thread" >> java.lang.NullPointerExceptio

Re: Karaf stays blocked when it shutdowns

2016-02-04 Thread Charles Moulliard
) at org.apache.karaf.main.Main.main(Main.java:561) On Thu, Feb 4, 2016 at 10:49 PM, Charles Moulliard <ch0...@gmail.com> wrote: > Yes I can do that with jmap. Here is a screenshot - > https://www.dropbox.com/s/9nns0coyue9j6zt/Screenshot%202016-02-04%2022.48.56.png?dl=0 > > On Thu, Feb 4, 2016 at 9:31

Re: Karaf stays blocked when it shutdowns

2016-02-04 Thread Charles Moulliard
at 8:37 AM, Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > Hi Charles, > > What's this bundle ? Do you do something special in the stop() method of > the activator ? > > Regards > JB > > > On 02/05/2016 08:02 AM, Charles Moulliard wrote: > >> When I r

Karaf stays blocked when it shutdowns

2016-02-04 Thread Charles Moulliard
e.java:163) at org.apache.karaf.shell.console.jline.Console.run(Console.java:216) at org.apache.karaf.shell.console.jline.DelayedStarted.run(DelayedStarted.java:79) How can I investigate why the thread is blocked and that I must kill the process to restart it Regards, -- Charles Moulliard Apache

Re: Can Pax CDI scans WAB + lib

2016-02-04 Thread Charles Moulliard
, Feb 3, 2016 at 7:32 PM, Achim Nierbeck <bcanh...@googlemail.com> wrote: > Hi, > > I wouldn't know why it shouldn't work. > Pax-Web scans transitive for jsps and tlds in the classpath. > AFAIRC this is also done for bean.xml's > > regards, Achim > > > 2016-02-03 19

Can Pax CDI scans WAB + lib

2016-02-03 Thread Charles Moulliard
ot;(&(osgi.ee=JavaSE)(versio n=1.6))" Web-ContextPath: /gateway Regards, -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Can Pax CDI scans WAB + lib

2016-02-03 Thread Charles Moulliard
Hi, Can Pax CDI scans WAB + lib -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Happy New Year !

2016-01-01 Thread Charles Moulliard
e an important year for Karaf in term of >>> increasing the adoption. New website, new samples, new documentation, >>> and Karaf Boot are keys to step forward in 2016 to bring Karaf in new >>> areas ! >>> >>> So, keep using, loving, helping, contributing

Error reported with PAx CDI 0.11

2015-12-07 Thread Charles Moulliard
x.java:967) at java.lang.Thread.run(Thread.java:745) Regards, -- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Issue with Pax OPS4J Log4j2 on Karaf 4.2

2015-12-04 Thread Charles Moulliard
ervice, org.ops4j.pax.logging.PaxLoggingService, org.osgi.service.cm.ManagedService, id=13, bundle=65/mvn:org.ops4j.pax.logging/pax-logging-service/1.8.4]: No visibility to configuration bound to mvn:org.ops4j.pax.logging/pax-logging-log4j2/1.8.4 IS there something else to configure ? Regards -- C

Re: Issue with Pax OPS4J Log4j2 on Karaf 4.2

2015-12-04 Thread Charles Moulliard
rvice use the same > configuration (which is not allowed for ManagedService). > > It's a bug for me. > > Can you create the Jira please ? I will fix that. > > Regards > JB > > On 12/04/2015 12:27 PM, Charles Moulliard wrote: > >> Hi, >> >> I

Decanter & Pax Appender

2015-09-20 Thread Charles Moulliard
is not part of the startup.properties script of Karaf but deployed as a bundle using features, how can we be sure that the bundle will be started before that Karaf start to call the log appender of Pax and that we will be able to collect all the logs ? Regards, -- Charles Moulliard Apache Committer

Re: Decanter & Pax Appender

2015-09-20 Thread Charles Moulliard
gards > JB > > > On 09/20/2015 05:51 PM, Charles Moulliard wrote: > >> Hi, >> >> The Decanter Pax Logging Appender is registered as a OSGI Service when >> the collector bundle is called >> ( >> https://github.com/apache/karaf-decanter/blob/mas

Re: Spring4 @Annotations

2014-12-18 Thread Charles Moulliard
). You need to tweak using a OSGi service. Regards JB On 12/18/2014 08:44 AM, Charles Moulliard wrote: Hi, Will it be possible to use Spring DM to scan the Spring 4 @Annotations (used by a project to configure a DataSource by example : http://stackoverflow.com/questions/7542506/spring

Spring4 @Annotations

2014-12-17 Thread Charles Moulliard
the classes containing them ? Regards, -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Spring OSGI Wiring - Error

2014-12-12 Thread Charles Moulliard
] [INFO] BUILD SUCCESS [INFO] Regards, On Thu, Dec 11, 2014 at 6:28 PM, Charles Moulliard ch0...@gmail.com wrote: You are right. Will change my code

Override bundle manifest using pax-exam 4.3

2014-12-12 Thread Charles Moulliard
Hi, Is there a trick that I could use to override a bundle (hibernate-core) deployed by pax-exam 4.3 into Karaf to declare DynamicImport-Package: org.jbpm.services.task.* ? Regards, -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http

Re: Issue with pax exam - missing jar maybe

2014-12-11 Thread Charles Moulliard
On 12/10/2014 05:03 PM, Charles Moulliard wrote: Problem still there using the dependencies you mentioned dependency groupIdorg.ops4j.pax.exam/groupId artifactIdpax-exam-container-karaf/artifactId scopetest/scope /dependency

Re: Issue with pax exam - missing jar maybe

2014-12-11 Thread Charles Moulliard
, On Thu, Dec 11, 2014 at 11:05 AM, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi Charles, sorry, I was on something else. I will take a look this afternoon. I keep you posted. Regards JB On 12/11/2014 11:03 AM, Charles Moulliard wrote: Any idea ? On Wed, Dec 10, 2014 at 5:10 PM, Jean

Re: Issue with pax exam - missing jar maybe

2014-12-11 Thread Charles Moulliard
: Use the uber bundle or check if pax-url-mvn-commons comes with pax-url-aether (mvn dependency:tree). Regards JB On 12/11/2014 05:24 PM, Charles Moulliard wrote: The dependency is there (version 2.2.0) -- https://www.dropbox.com/s/4fldf281btzttuw/Screenshot% 202014-12-11%2017.23.47.png

Re: Spring OSGI Wiring - Error

2014-12-11 Thread Charles Moulliard
with featuresService.installFeature() ? On Thu, Dec 11, 2014 at 5:57 PM, Jean-Baptiste Onofré j...@nanthrax.net wrote: You don't have to install the features repository (it's already in the Karaf distro). Regards JB On 12/11/2014 05:52 PM, Charles Moulliard wrote: Hi, When I try a pax-exam 4.3 test

Re: Spring OSGI Wiring - Error

2014-12-11 Thread Charles Moulliard
, Jean-Baptiste Onofré j...@nanthrax.net wrote: Take a look on the Karaf itests: we install all features in itests, including spring/spring-dm. Just one think: spring-dm doesn't work with spring 4. Regards JB On 12/11/2014 06:08 PM, Charles Moulliard wrote: Does that means that the feature

Re: Spring OSGI Wiring - Error

2014-12-11 Thread Charles Moulliard
You are right. Will change my code. On Thu, Dec 11, 2014 at 6:20 PM, Jean-Baptiste Onofré j...@nanthrax.net wrote: You can, but it doesn't make sense as the features.cfg is already ok. On 12/11/2014 06:14 PM, Charles Moulliard wrote: You refer to this code : https://github.com/apache/karaf

Issue with pax exam - missing jar maybe

2014-12-10 Thread Charles Moulliard
-exam-container-karaf/artifactId scopetest/scope /dependency Regards, -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Issue with pax exam - missing jar maybe

2014-12-10 Thread Charles Moulliard
...@nanthrax.net wrote: Hi, Which Pax Exam version do you use and Karaf version ? With 4.3.0, it should work out of the box with Karaf 3.x. With previous version, you may need to add the pax-url-aether dependency. Regards JB On 12/10/2014 12:56 PM, Charles Moulliard wrote: Hi, Whenever I

Re: Issue with pax exam - missing jar maybe

2014-12-10 Thread Charles Moulliard
. Original message From: Charles Moulliard ch0...@gmail.com Date:10/12/2014 13:57 (GMT+01:00) To: user@karaf.apache.org Cc: Subject: Re: Issue with pax exam - missing jar maybe I have upgraded to paxexam 4.3 Karaf 2.4.0 but now I get another error even if the dependency pax

Re: Issue with pax exam - missing jar maybe

2014-12-10 Thread Charles Moulliard
Error is the same even if I add geronimo-atinject_1.0_spec-1.0.jar On Wed, Dec 10, 2014 at 3:44 PM, Charles Moulliard ch0...@gmail.com wrote: No. Just javax.inject (~/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar) Do I have to add it ? On Wed, Dec 10, 2014 at 2:16 PM, Jean

Re: Issue with pax exam - missing jar maybe

2014-12-10 Thread Charles Moulliard
/dependency On Wed, Dec 10, 2014 at 3:49 PM, Charles Moulliard ch0...@gmail.com wrote: Error is the same even if I add geronimo-atinject_1.0_spec-1.0.jar On Wed, Dec 10, 2014 at 3:44 PM, Charles Moulliard ch0...@gmail.com wrote: No. Just javax.inject (~/.m2/repository/javax/inject/javax.inject/1

Re: Issue with pax exam - missing jar maybe

2014-12-10 Thread Charles Moulliard
, Charles Moulliard wrote: Here are the deps that I'm using for pax-exam without success -- dependency groupIdorg.ops4j.pax.exam/groupId artifactIdpax-exam-junit4/artifactId scopetest/scope /dependency dependency

Re: OPS4J Pax Web OSGI HTTP Service : 2 HTTP Servers ???

2014-10-22 Thread Charles Moulliard
says the configuration of the port of the http service should be configured by the osgi properties. regards, Achim 2014-10-22 16:31 GMT+02:00 Charles Moulliard ch0...@gmail.com: Hi, When we deploy OPS4J Pax Web features on Karaf 2.3.x, do we run 2 HTTP servers (jetty instance, another

No runnable methods

2014-09-08 Thread Charles Moulliard
) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Regards -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog

Re: Dynamic configuration reload for ActiveMQ?

2014-08-28 Thread Charles Moulliard
/2014 04:23 PM, Charles Moulliard wrote: Here is what you should do to use Karaf JAAS Realm with ActiveMQ https://access.redhat.com/documentation/en-US/Fuse_ESB_ Enterprise/7.1/html/Security_Guide/files/SecureBroker-JAAS.html On Thu, Aug 28, 2014 at 3:42 PM, dduvnjak dario.duvn...@gmail.com

Re: karaf re-branding is not working

2014-08-07 Thread Charles Moulliard
: http://karaf.922171.n3.nabble.com/karaf-re-branding-is-not-working-tp4034613.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
/FeaturesServiceImpl.java As this is really hard to debug Pax-Exam + Karaf, does anybody has an idea bout the issue ? Could it be possible that pax-exam does not look into my local repo ? Can I tell / force pax-exam to look into my local repo ? Regards, -- Charles Moulliard Apache Committer / Architect

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
Get also the message error even if I add as parameter my local maven repo for pax -Dorg.ops4j.pax.url.mvn.localRepository=/Users/chmoulli/.m2/repository/ On Fri, Jan 17, 2014 at 9:27 AM, Charles Moulliard ch0...@gmail.com wrote: Hi, I experience a strange issue using pax-exam with Karaf 2.3

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
. regards, Achim 2014/1/17 Charles Moulliard ch0...@gmail.com Hi, I experience a strange issue using pax-exam with Karaf 2.3.x The following features file is available in my local maven repo mvn:org.drools/drools-karaf-features/6.1.0-SNAPSHOT/xml/features -rw-r--r-- 1 chmoulli

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
Code of the project is here : https://github.com/droolsjbpm/droolsjbpm-integration/tree/master/drools-osgi/drools-karaf-itest On Fri, Jan 17, 2014 at 9:48 AM, Charles Moulliard ch0...@gmail.com wrote: Pom of the project uses as dependency drools-core, kie-spring, kie-camel but as you can see

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
Thx ;-) On Fri, Jan 17, 2014 at 10:12 AM, Jean-Baptiste Onofré j...@nanthrax.netwrote: Add the feature dependency in your pom. It's where Pax Exam is looking for feature. On 01/17/2014 09:27 AM, Charles Moulliard wrote: Hi, I experience a strange issue using pax-exam with Karaf 2.3.x

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
version${project.version}/version /dependency https://gist.github.com/8470631 On Fri, Jan 17, 2014 at 10:19 AM, Charles Moulliard ch0...@gmail.comwrote: Thx ;-) On Fri, Jan 17, 2014 at 10:12 AM, Jean-Baptiste Onofré j...@nanthrax.netwrote: Add the feature dependency

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
and attempt to resolve Regards --Filippo 2014/1/17 Charles Moulliard ch0...@gmail.com No more ideas ? On Fri, Jan 17, 2014 at 10:36 AM, Charles Moulliard ch0...@gmail.comwrote: I have added the dependency about drools features to my pom but issue is still there dependency

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
/org.apache.karaf.features.cfg if you don't use executeCommand ? You can modify the etc/org.apache.karaf.features.cfg in your project and inject using editConfigurationFileExtend or Append (as I did in my example). Regards JB On 01/17/2014 10:19 AM, Charles Moulliard wrote: Thx ;-) On Fri, Jan

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
/classifier in type, whereas you should use type() and classifier(). I don't remember if it's an issue in the URL construction but just in case, use the correct syntax. Regards JB On 01/17/2014 04:06 PM, Charles Moulliard wrote: I will have a look to what you propose. Until now, I don't

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
the drools-karaf-itest module you are trying to execute? Cheers. -- Henryk Konsek http://henryk-konsek.blogspot.com -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
/2014 04:19 PM, Charles Moulliard wrote: Do the modification (type and classifier) and restart the test without success The problem seems to come from how pax-exam generates the features file -- more etc/org.apache.karaf.features.cfg #Modified by paxexam #Fri Jan 17 16:10:20 CET 2014

Re: Pax Exam issue / Karaf 2.3.x

2014-01-17 Thread Charles Moulliard
3.4.0 (which include native Karaf container). Even if I'm not sure that your issue is related to Pax Exam itself. Regards JB On 01/17/2014 06:03 PM, Charles Moulliard wrote: I use pax-exam 2.6.0 Karaf 2.3.2. Do I have to use pax-exam 3.X ? On Fri, Jan 17, 2014 at 4:36 PM, Jean-Baptiste

Pax Logging + Logback

2013-12-29 Thread Charles Moulliard
-logback [67]: Unable to resolve 67.0: missing requirement [67.0] osgi.wiring.package; (osgi.wiring.package=org.codehaus.commons.compiler) Regards, -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Karaf and OpenEJB

2013-11-10 Thread Charles Moulliard
it. On Sun, Nov 3, 2013 at 5:46 AM, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi Charles, it's on my TODO next week. We can deal together about that. Regards JB On 11/03/2013 10:16 AM, Charles Moulliard wrote: Hi Mansour, We can have a look next week as I have a local copy

Re: Karaf and OpenEJB

2013-11-10 Thread Charles Moulliard
working on new enterprise features. Regards JB On 11/10/2013 11:21 AM, Charles Moulliard wrote: I have done some modifications. Here is my existing repo : https://github.com/cmoulliard/karafee On Sat, Nov 9, 2013 at 11:43 PM, Mansour Al Akeel mansour.alak...@gmail.com

Re: ActiveMQ Web Console 5.9.0 in a Features file

2013-11-09 Thread Charles Moulliard
Sent from the Karaf - User mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Problem with karaf features maven plugin

2013-10-25 Thread Charles Moulliard
Have you been able to reproduce it ? On Wed, Oct 23, 2013 at 5:31 PM, j...@nanthrax.net wrote: Hmm weird. Let me try to reproduce it on my machine. I guess that you don't have any connectivity issue (to access to the features XML) ? Regards JB On 2013-10-23 16:58, Charles Moulliard

Problem with karaf features maven plugin

2013-10-23 Thread Charles Moulliard
read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Regards, -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: Problem with karaf features maven plugin

2013-10-23 Thread Charles Moulliard
wrote: As far as remember, Christian removed the default Karaf features URL from the Maven plugin. Could you try to add explicitly the Karaf standard and enterprise features URL in your POM (in the plugin configuration) ? Regards JB On 2013-10-23 16:47, Charles Moulliard wrote: Hi

Re: Problem with karaf features maven plugin

2013-10-23 Thread Charles Moulliard
On 2013-10-23 16:58, Charles Moulliard wrote: Same problem even If I add them as descriptor plugin groupIdorg.apache.karaf.**tooling/groupId artifactIdfeatures-maven-**plugin/artifactId version2.3.3/version

Re: Karaf - Hibernate/c3p0 Issue - ClassLoadingException

2013-10-08 Thread Charles Moulliard
://karaf.922171.n3.nabble.com/Karaf-Hibernate-c3p0-Issue-ClassLoadingException-tp4027985.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

Re: bundle - feature

2013-10-02 Thread Charles Moulliard
No. That should be interesting to have such info. On Wed, Oct 2, 2013 at 5:10 PM, Jason jdr0...@renci.org wrote: Hi all, Is there a way to tell what feature a bundle came from within the Karaf console? Similar to features:info feature, but the reverse. Thanks, Jason -- Charles

Re: Do we use bundle dependency=true ?

2013-10-01 Thread Charles Moulliard
is dependency is to be used by OBR resolver (else it doesn't make sense). Regards JB On 09/28/2013 10:23 AM, Charles Moulliard wrote: I will debug with an example but until now the bundle dependency=true option of feature is only use when OBR is installed on Karaf. As obr is not deployed

Re: Do we use bundle dependency=true ?

2013-10-01 Thread Charles Moulliard
-Baptiste Onofré j...@nanthrax.netwrote: Hi Charles, you are right, I'm gonna add some description in the documentation. Regards JB On 10/01/2013 09:09 AM, Charles Moulliard wrote: Agree with you but as this feature is not documented, it is not obvious for our users that bundle dependency

Re: Do we use bundle dependency=true ?

2013-10-01 Thread Charles Moulliard
: 90% of the users don't use OBR right now. Regards JB On 10/01/2013 09:43 AM, Charles Moulliard wrote: We should perhaps add by default 'obr' feature on Karaf and also package the bundles required to setup OBR in the distro of Karaf. If the idea is to promote/delegate 'dependency

Re: Do we use bundle dependency=true ?

2013-10-01 Thread Charles Moulliard
to install the OBR feature (which provide Felix OBR), you are right. However, most of the users don't care about the OBR resolver, and the dependency flag is not used: it's the default behavior. Regards JB On 10/01/2013 10:54 AM, Charles Moulliard wrote: They don't use it now but to use

Re: Do we use bundle dependency=true ?

2013-10-01 Thread Charles Moulliard
, but not the OBR feature, it won't be used. And with resolver=(obr) and OBR feature, it will use it. I don't see any issue with this behaviour. Regards JB On 10/01/2013 11:06 AM, Charles Moulliard wrote: Maybe, we could use 2 values for resolver attribute of feature/ to clarify the situation as OBR

Re: Do we use bundle dependency=true ?

2013-09-28 Thread Charles Moulliard
).isDependency()) { resolver.add(res); } } of method (line 76) public ListBundleInfo resolve(Feature feature) throws Exception { Regards, Charles On Fri, Sep 27, 2013 at 5:23 PM, Charles Moulliard ch0...@gmail.com wrote: When we install a feature

Do we use bundle dependency=true ?

2013-09-27 Thread Charles Moulliard
bundle : feature.getBundles()) { if (ignoreDependencyFlag || (!ignoreDependencyFlag !bundle.isDependency())) { Question: Do we use this attribute/field for something else ? If yes, which class/method ? Regards -- Charles Moulliard Apache Committer / Architect @RedHat

Re: Do we use bundle dependency=true ?

2013-09-27 Thread Charles Moulliard
resolution. Regards JB On 09/27/2013 05:15 PM, Charles Moulliard wrote: Hi, When I read the code of karaf feature, I see that the field isDependency of BundleInfoImpl is only use by class CreateKarMojo /** * Read and load the bundles and configuration files contained

Re: How to include all dependencies in karaf assembly

2013-09-25 Thread Charles Moulliard
BV Mobiel: +31 (0) 626 014541 -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Questions : ANSI colors + wiring

2013-09-16 Thread Charles Moulliard
and show-tree Why packages:import command show the packages of bundle 0 (inherent from OSGI class loader) and not the command dev:show-tree ? Every bundle is wired to the bundle of OSGI framework (fekix, equinox) ? Regards, -- Charles Moulliard Apache Committer / Architect @RedHat Twitter

Re: Karaf startup fails with bundles waiting for a namespace

2013-09-05 Thread Charles Moulliard
the Karaf comes up fine. Martin -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Re: Dependent features in uninstalled state

2013-09-05 Thread Charles Moulliard
recipients must notify the sender immediately by e-mail/phone delete it from their system without making any copies or disclosing it to a third person. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Re: Pax web failover/LoadBalancing

2013-08-30 Thread Charles Moulliard
session migration of Paxweb. -- View this message in context: http://karaf.922171.n3.nabble.com/Pax-web-failover-LoadBalancing-tp4029552p4029563.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard

Client + 2 Blueprint Service

2013-06-17 Thread Charles Moulliard
Is there a workaround to allow a bundle which is a client of an OSGI Service (= Proxy object) to use the bundle containing the latest package version deployed ? Regards, -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Re: Maven error with Karaf Pax-exam

2013-06-10 Thread Charles Moulliard
goalgenerate-depends-file/goal /goals /execution /executions /plugin /plugins /build On Sun, Jun 9, 2013 at 3:56 PM, Charles Moulliard ch0...@gmail.comwrote: What do you mean by extracted the versions ? SMX doc is not really verbose ( http

Re: Maven error with Karaf Pax-exam

2013-06-10 Thread Charles Moulliard
()); } On Mon, Jun 10, 2013 at 6:39 PM, Jean-Baptiste Onofré j...@nanthrax.netwrote: Try to put @Before to init and call the method before the test. Regards JB On 06/10/2013 06:30 PM, Charles Moulliard wrote: Been able to figure out the issue. Thx for your help. I get now another

Re: Maven error with Karaf Pax-exam

2013-06-10 Thread Charles Moulliard
at 6:54 PM, Charles Moulliard ch0...@gmail.com wrote: Thx for the trick JB. Work now. Here is what I did @RunWith(JUnit4TestRunner.class) public class KieSpringOnKarafTest { protected static final transient Logger LOG = LoggerFactory.getLogger(KieSpringOnKarafTest.class); protected

Re: Maven error with Karaf Pax-exam

2013-06-10 Thread Charles Moulliard
regards, Andreas On Jun 10, 2013 7:04 PM, Charles Moulliard ch0...@gmail.com wrote: How can we this issue where the schema is searched at the root of where pax exam has unpack the project and not inside org.kie/kie-spring bundle ? java.io.FileNotFoundException: /Users/chmoulli/JBoss/Code

Re: Maven error with Karaf Pax-exam

2013-06-09 Thread Charles Moulliard
extracted the versions using the service mix plugin as described in the documentation? Is the version. Properties generated correctly? Kind regards, Andreas On 9 Jun 2013 12:46, Charles Moulliard ch0...@gmail.com wrote: Hi, I get this pax exam (maven error) in an unit test which

Re: Spring3 OpenJPA MySQL

2013-05-31 Thread Charles Moulliard
.922171.n3.nabble.com/Spring3-OpenJPA-MySQL-tp402.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Charles Moulliard Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Re: Future of KarafEE

2013-03-25 Thread Charles Moulliard
, the KarafEE development is performed by OpenEJB committers who are not Karaf committer. So, it's not just a move, it's also a vote to promote new Karaf committer, etc. Regards JB On 03/24/2013 09:46 AM, Charles Moulliard wrote: Hi Krzystof, As I have contributed with Romain

Re: Future of KarafEE

2013-03-24 Thread Charles Moulliard
code to Karaf)? Best regards Krzysztof -- Charles Moulliard Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Why do we have 2 karaf containers (pax-exam)

2013-02-18 Thread Charles Moulliard
one container ? Regards, -- Charles Moulliard Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Re: Java Heap Space - Karaf Pax Exam

2013-02-16 Thread Charles Moulliard
still show you are using pax-exam 2.4 -D On Sat, Feb 16, 2013 at 1:48 AM, Charles Moulliard ch0...@gmail.com wrote: Dan, I already use pax-exam 2.6.0. Regards, Charles On Sat, Feb 16, 2013 at 10:20 AM, Dan Tran dant...@gmail.com wrote: https://issues.apache.org/**jira/browse

Re: Java Heap Space - Karaf Pax Exam

2013-02-16 Thread Charles Moulliard
and here is the test result message https://gist.github.com/cmoulliard/95c295c8ad09c6c55876 On Sat, Feb 16, 2013 at 2:36 PM, Charles Moulliard ch0...@gmail.com wrote: Problem still persists even if I add in the pom file the dependency for ops4j-base Config : https://gist.github.com

  1   2   >