Re: karaf 3.0.4 problem with console client

2015-09-09 Thread Freeman Fang
Yeah, this is the bug we need fix. Create KARAF-3984[1] to track it. [1]https://issues.apache.org/jira/browse/KARAF-3984 - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Sep 3, 2015, at 3:36 PM, ykruchko wrote: > > when I execute client with command like

Re: CXF feature question

2015-09-29 Thread Freeman Fang
Hi, Those resource import are not needed for a while. - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Sep 26, 2015, at 1:06 AM, Daniel McGreal wrote: > > Hi Karaf types, > > I’m using Karaf 3.0.1 and the cxf-jaxrs feature for this project where I need

Re: CXF feature question

2015-09-29 Thread Freeman Fang
I'll be looking into the other suggestion today. > Dan. > > On 29 Sep 2015, at 08:11, Freeman Fang <mailto:freeman.f...@gmail.com>> wrote: > >> Hi, >> >> Those resource import are not needed for a while. >> - >> Freeman(Yue) Fa

Re: Breaking change in 4.0.6 bin/client login

2016-09-08 Thread Freeman Fang
Hi, IMO the username/password stored in etc/users.properties should be only used on the jaas server side with PropertiesLoginModule, that’s the backend storage for server side thing, so the bin/client which basically is a ssh client should never rely on it by default. Although we ship both clie

Re: Invalid Bundle Context errors with 4.0.6, unpredictably

2016-09-19 Thread Freeman Fang
FWIW, for the upcoming pax-exam 4.10, we offer a chance to rerun the test if the testcase implements a retry TestRule, so that when the test failed first time with such bundle refresh problem, there’s another chance to rerun it with a refreshed Karaf container. PAXEXAM-795[1] tracked this. [1]

Re: javax.xml.bind.annotation issue with Karaf-4.2.5 with Java-8

2019-05-29 Thread Freeman Fang
Hi Erwin, Actually you can always specify jaxb version like javax.xml.bind*;version=“[2,3)”, in your bundle pom.xml maven-bundle-plugin configuration, to make it work both with jaxb2.2 and 2.3 Cheers - Freeman(Yue) Fang Red Hat, Inc. > On May 29, 2019, at 9:42 PM, Erwin Hogew

Re: Karaf 4.2.8 and Java 13 (Was: Error parsing system bundle export statement (Java 13))

2020-02-24 Thread Freeman Fang
Hi Alex, Thanks for the detailed feedback. Would you please create a jira ticket so that we can have better track there. Thanks! Freeman On Mon, Feb 24, 2020 at 12:02 PM Alex Soto wrote: > I tested with JDK 11 and it worked, but it does not work with JDK 13. > I hope I can migrate to 13 dire

Re: CNF javax.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:50)

2020-03-14 Thread Freeman Fang
Hi, This javax.ws.rs.client.ClientFinder is suspicious. Could you please use find-class javax.ws.rs.client.ClientFinder to see which bundle contains this class? In CXF, we use Servicemix wrapped jaxrs spec bundle which doesn't use javax.ws.rs.client.ClientFinder at all. My gut is that somehow yo

Re: CNF javax.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:50)

2020-03-14 Thread Freeman Fang
Hi, Please see my comments inline On Sat, Mar 14, 2020 at 11:54 AM Alex Weirig wrote: > Hi Tim, > > thanks for your answer, that was what I was looking at to begin, this was > my initial code > > @Reference ClientBuilder clientBuilder; > > Client client = clientBuilder.hostnameV

Re: CNF javax.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:50)

2020-03-14 Thread Freeman Fang
And for the Provide-Capability requirements, I think we need to release jaxrs-api-2.1 from Servicemix which will contain the fix. So far you can use the snapshot version of it to give it a quick shot. Freeman On Sat, Mar 14, 2020 at 12:00 PM Freeman Fang wrote: > Hi, > > Please see my

Re: Camel 3.2.0 install on Karaf 4.2.8

2020-04-10 Thread Freeman Fang
Hi, This is a known issue caused by karaf related stuff in camel being moved to camel-karaf sub-project and this already get fixed at camel. Please take a look at the discussion here to get the idea how to wor

Re: "Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0" installing any camel 3.2.0 feature

2020-04-15 Thread Freeman Fang
Hi, This is a known issue, please see the discussion and solution here Cheers Freeman On Wed, Apr 15, 2020 at 9:33 AM Paul Spencer wrote: > Karaf 4.2.0 > Java 1.8 > > I am receiving the following error whe

Re: "Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0" installing any camel 3.2.0 feature

2020-04-15 Thread Freeman Fang
tc/org.apache.karaf.features.xml > > > originalUri="mvn:org.apache.camel/camel-commands-core/3.2.0" > replacement="mvn:org.apache.camel.karaf/camel-commands-core/3.2.0"/> > > > > > On Apr 15, 2020, at 9:38 AM, Freeman Fang > wrote: &

Re: Karaf 4.2.7 + Servlet Multipart java.lang.NoClassDefFoundError: org/eclipse/jetty/util/MultiPartInputStreamParser

2020-06-07 Thread Freeman Fang
Hi, I believe this is fixed in Karaf 4.2.8 https://issues.apache.org/jira/browse/KARAF-6597 So give it a try with Karaf 4.2.8 Cheers Freeman On Sun, Jun 7, 2020 at 11:38 AM Davi Baldin Tavares wrote: > Hi Karafers, > > A) In case I use Annotation: > > @WebServlet(name = "Sendgrid Inbound Parse

Re: Add library to jdk9plus with karaf-maven-plugin

2020-08-13 Thread Freeman Fang
Hi Guillaume, Could you please fill an enhancement jira ticket for this? We can track it there. Thanks! Freeman On Wed, Aug 12, 2020 at 4:45 PM Guillaume Girard wrote: > Hi all, > > I am trying to use the karaf-maven-plugin to customize a distribution and > more specifically to add bouncy cast

Re: Karaf 4.2.11 - "maven:repository-remove -id central" fails with NPE. Why?

2021-04-12 Thread Freeman Fang
Hi Paul, This is caused by that you don't have ~/.m2/settings.xml, so mavenSettings is null. We need to add a NPE guard here. Freeman On Mon, Apr 12, 2021 at 2:43 PM Paul Spencer wrote: > Karaf 4.2.11 > Java 1.8.0_282 > OSRedhat 8.2 > > Starting with a virgin Karaf 4.2.11 installation, I

Re: Karaf 4.2.11 - "maven:repository-remove -id central" fails with NPE. Why?

2021-04-12 Thread Freeman Fang
gt; Le 12 avr. 2021 à 21:00, Freeman Fang a écrit : > >  > Hi Paul, > > This is caused by that you don't have ~/.m2/settings.xml, so mavenSettings > is null. We need to add a NPE guard here. > > Freeman > > On Mon, Apr 12, 2021 at 2:43 PM Paul Spencer > w

Re: bin/client fails to connect when called via ansible.builtin.shell

2022-01-18 Thread Freeman Fang
Yes, this is the TTY thing and I ran into the same thing before. On Tue, Jan 18, 2022 at 5:51 PM VIEILLARD Francois < francois.vieill...@soprasteria.com> wrote: > Hi Ralf > > I had the exact same problem as you and I found that the script fails > because there is no TTY in the remote session open

Re: Encrypted keystore password

2017-05-21 Thread Freeman Fang
Hi, Yes, provided you are using Karaf 4.1.x, which in turn uses the pax.web 6.0.x. Basically we use jasypt to encrypt the sensitive string, hence introduce several more properties for pax web pid, such as enc.masterpassword, enc.algorithm, enc.enabled, enc.prefix, enc.suffix. Moreover, you can

Re: Karaf and SSH timeouts

2018-01-05 Thread Freeman Fang
Seems we already have a jira ticket for it KARAF-5473[1] [1]https://issues.apache.org/jira/browse/KARAF-5473 - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Jan 5, 2018, at 5:36 AM, Ryan Moquin wrote: > > One more thing that might be helpful, my bitvise c

Re: Any plans for supporting JDK 11 ?

2018-06-07 Thread Freeman Fang
Please see the patch and my comment on KARAF-5764, I think we need more change to support java11 in KARAF. As XBean also embed asm source, so we need a new XBean release which build against ASM6.2, as well as a new easymock release. Besides, Since JDK11, those modules get removed from JDK * jav

Re: Startup error using JRE 10 with 4.2.0

2018-07-11 Thread Freeman Fang
Hi, FYI, the upcoming Karaf 4.2.1 will start to support Java 10. The error you see comes from that the the asm6.0(used in Karaf 4.2) can’t work with JAVA10. Cheers - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Jul 10, 2018, at 10:51 PM, Leschke, Scott

Re: Karaf 4.2.1: cannot be cast to com.sun.xml.internal.bind.v2.runtime.reflect.Accessor

2018-09-12 Thread Freeman Fang
Hello, This ClassCastException normally means you have two jaxb-impl bundles(with different version) installed in the Karaf container. Could you please double check it? You can use Karaf command package:exports |grep com.sun.xml.bind And paste what the output you get here Thanks! ---

Re: Karaf 4.2.1: cannot be cast to com.sun.xml.internal.bind.v2.runtime.reflect.Accessor

2018-09-12 Thread Freeman Fang
very > sporadically. > > IMO it might also be worth a try to remove the JAXB bundles from the lib/boot > directory before starting karaf. Having JAXB in the JDK and the boot > classpath might also cause issues. > > Best regards > Stephan > > > Fr

Re: Karaf 4.2.1: cannot be cast to com.sun.xml.internal.bind.v2.runtime.reflect.Accessor

2018-09-12 Thread Freeman Fang
lib/boot. What are the risks of not having them ? > > -- > Nicolas Dutertry > > De : Freeman Fang [mailto:freeman.f...@gmail.com > <mailto:freeman.f...@gmail.com>] > Envoyé : mercredi 12 septembre 2018 09:32 > À : user@karaf.apache.org <mailt

Re: Karaf 4.2.1: cannot be cast to com.sun.xml.internal.bind.v2.runtime.reflect.Accessor

2018-09-14 Thread Freeman Fang
Hi, This should be fixed by KARAF-5912[1] [1]https://issues.apache.org/jira/browse/KARAF-5912 Cheers Freeman - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Sep 14, 2018, at 8:58 PM, lechlukasz wrote:

Re: Karaf 4.2.1 JDK 10 - provide jax-ws

2018-09-14 Thread Freeman Fang
Hi, For Java 9,10,11, we handle those versions in same way. Since several EE related jigsaw modules including javax.xml.ws will be removed from Java11 eventually, override it and let system bundle 0 expose those packages makes less sense IMO, you need install jax-ws api bundle by yourself. Yo

Re: Karaf 4.2.1 JDK 10 - provide jax-ws

2018-09-14 Thread Freeman Fang
the API into your framework. The > latter solution is better. > > Also, Karaf needs to fix its platform definition as it incorrectly states > that the system bundle provides the package. This package should only be > advertised if the relevant JPMS module is also deployed. > > Tim

Re: Karaf 4.2.1 JDK 10 - provide jax-ws

2018-09-14 Thread Freeman Fang
s and let the user install the spec bundle ? > Maybe, we can also do it by default in the Karaf standard distribution. > > Thoughts ? > > Regards > JB > > On 14/09/2018 15:51, Freeman Fang wrote: >> Hi, >> >> For Java 9,10,11, we handle those vers

Re: Karaf 4.2.1 JDK 10 - provide jax-ws

2018-09-14 Thread Freeman Fang
t; > If you don't mind, I will add a note in the documentation, as some users > might be "lost". > > Regards > JB > > On 14/09/2018 16:06, Freeman Fang wrote: >> Hi JB, >> >> Those packages are already removed from Karaf 4.2.1(etc/jre.properti

Re: Karaf 4.2.1 JDK 10 - provide jax-ws

2018-09-17 Thread Freeman Fang
Yes, as JB said, you should use spec bundles from Apache Servicemix which support OSGi locator which means can find spec impls in OSGi container. As to which spec bundles you should have for your case, if it’s web service endpoint, you actually can draw on cxf-specs features shipped with Apache

Re: Error while sending email because of javax.activation

2018-10-25 Thread Freeman Fang
Thanks for reporting this. Could you please create a jira ticket and I will take care of it. - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Oct 25, 2018, at 8:20 PM, DUTERTRY Nicolas > wrote: > > Hi, > > It is not possible to send email in Karaf 4.2

Re: karaf-maven-plugin version 4.2.2?

2018-11-21 Thread Freeman Fang
Hi Alex, FYI, Karaf 4.2.2 isn't released yet, should be available in coming weeks. Cheers Freeman - Freeman(Yue) Fang Red Hat, Inc. > On Nov 22, 2018, at 4:41 AM, Alex Soto wrote: > > I am starting to upgrade Karaf to version 4.2.2, plugin karaf-maven-plugin > is missing:

Re: Running Karaf 4.2.1 with OpenJDK 11

2018-11-30 Thread Freeman Fang
Hi, FYI, we have better JDK11 support for the coming Karaf 4.2.2. Could you please try with Karaf 4.2.2-SNAPSHOT for now to see if you still have issue? Thanks! - Freeman(Yue) Fang Red Hat, Inc. > On Dec 1, 2018, at 2:51 AM, Javier Delgadillo wrote: > > Hello everyone, > >

Re: Karaf 4.2.2 with jdk 11

2018-12-23 Thread Freeman Fang
Jaxb module was removed since JDK11 and we need those jaxb jars from jdk9plus folder. Seems on windows those jars are not on CLASSPATH, should be something wrong in karaf.bat script. I will take a close look. - Freeman(Yue) Fang Red Hat, Inc. > On Dec 23, 2018, at 12:44 PM, Je

Re: Karaf 4.2.2, Java 11, OpenJFX 11 and PaxExam

2018-12-23 Thread Freeman Fang
- Freeman(Yue) Fang Red Hat, Inc. > On Dec 24, 2018, at 4:38 AM, Kerry wrote: > > Hi, > > I'm trying to to get my project FlexFx to work on Java 11 with OpenJFX 11 > inside Karaf 4.2.2 and have so far managed to get it to work by manually > deploying the OpenJFX jars to the

Re: Karaf 4.2.2 with jdk 11

2018-12-25 Thread Freeman Fang
using karaf.bat on a VM, probably forgot to cherry-pick the > change. > > Regards > JB > > On 24/12/2018 00:15, Freeman Fang wrote: >> Jaxb module was removed since JDK11 and we need those jaxb jars from >> jdk9plus folder. >> >> Seems on windows th

Re: Karaf 4.2.2 with jdk 11

2018-12-26 Thread Freeman Fang
er in the script to set the classpath. > > Regards > JB > > > On Wednesday, December 26, 2018 08:08 CET, Freeman Fang > wrote: > >> >> > tracked and fixed by > > https://issues.apache.org/jira/browse/KARAF-6062 > <https://issues.apach

Re: Karaf 4.2.2, Java 11, OpenJFX 11 and PaxExam

2018-12-26 Thread Freeman Fang
what has > changed (I've previously had the tests working under earlier versions of > Karaf and Java) > > > Kerry > On 23/12/2018 23:21, Freeman Fang wrote: >> >> - >> Freeman(Yue) Fang >> >> Red Hat, Inc. >> >> >> &

Re: Update

2018-12-26 Thread Freeman Fang
Hi Scott, Thanks for the update! Cheers - Freeman(Yue) Fang Red Hat, Inc. > On Dec 27, 2018, at 7:06 AM, Leschke, Scott wrote: > > For what it’s worth, a few weeks ago I reported that I was seeing the Karaf > console hang with version 4.2.1 under Windows. I far as I can tel

Re: Problems with SAXParserFactory in Karaf 4.2.1

2019-01-09 Thread Freeman Fang
Hi Richard, Would you please test Karaf 4.2.2, I believe this issue has already get fixed. If not, please append a reproducer testcase so that we can reproduce and investigate it. Thanks! - Freeman(Yue) Fang Red Hat, Inc. > On Jan 9, 2019, at 7:33 PM, Richard Hierlmeier >

Re: Any plans for supporting JDK 11 ?

2019-01-24 Thread Freeman Fang
VCARD >> <http://www.jahia.com/vcard/HuberSerge.vcf> >> >> > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and to >> > discover why Jahia is a leading User Experience Platform (UXP) for Digital >> > Transformation. >&

Re: karaf 4.2.2 with OpenJDK 11 on windows

2019-03-05 Thread Freeman Fang
Hi Doug, Karaf 4.2.3 fixed several jdk11 related issues and we strongly recommend you to switch to Karaf 4.2.3 if you want to use JDK11. Cheers - Freeman(Yue) Fang Red Hat, Inc. > On Mar 6, 2019, at 7:46 AM, Jackson, Douglas > wrote: > > Hi! > The OOTB karaf 4.2.2 does not

Re: Exception starting HttpContext registration java.lang.NullPointerException: null

2019-05-17 Thread Freeman Fang
Hi, Please use JDK11 if you could to see if there’s any difference, JDK9 isn’t a LTS version. Cheers - Freeman(Yue) Fang Red Hat, Inc. > On May 15, 2019, at 9:50 AM, Krenn Daniel wrote: > > Hi Jean-Baptiste, > > Apache Camel Version: 3.0.0-M1 > Apache Karaf Version: 4.2.4 >

Re: Placing properties files in the classpath

2010-12-08 Thread Freeman Fang
ile available to all bundles deployed in Karaf? v/r, Mike Van -- View this message in context: http://karaf.922171.n3.nabble.com/Placing-properties-files-in-the-classpath-tp2054553p2054553.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Freeman Fang

Re: Application Publishing

2010-12-12 Thread Freeman Fang
because for the system everything go well. I found a wa but it is not very nice... I clean the cache and all tutorial start cheers --Filippo -- Freeman Fang FuseSource: http://fusesource.com blog: http://freemanfang.blogspot.com twitter: http://twitter.com/fre

Re: [maven-bundle-plugin] "shading" version issue

2010-12-14 Thread Freeman Fang
http://karaf.922171.n3.nabble.com/maven-bundle-plugin-shading-version-issue-tp2088176p2088176.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Freeman Fang FuseSource: http://fusesource.com blog: http://freemanfang.blogspot.com twitter: http://tw

Re: Bundle Snapshot Update Issues

2010-12-30 Thread Freeman Fang
karaf.922171.n3.nabble.com/Bundle-Snapshot-Update-Issues-tp2170343p2170343.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Freeman Fang FuseSource: http://fusesource.com blog: http://freemanfang.blogspot.com twitter: http://twitter.com/f

Re: Aggregating provisioning files

2011-01-06 Thread Freeman Fang
want to provide (assuming it isn't already present). - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf.922171.n3.nabble.com/Aggregating-provisioning-files-tp2207656p2208537.html Sent from the Karaf - User mailing list archive at

Re: scripting the Karaf shell

2011-01-26 Thread Freeman Fang
deas? thanks, adam -- Freeman Fang FuseSource: http://fusesource.com blog: http://freemanfang.blogspot.com twitter: http://twitter.com/freemanfang Apache Servicemix:http://servicemix.apache.org Apache Cxf: http://cxf.apache.org Apache Karaf: http://karaf.apache.or

Re: Race between Features and Spring/Blueprint XML

2011-03-09 Thread Freeman Fang
http://gnodet.blogspot.com/ -------- Open Source SOA http://fusesource.com -- Freeman Fang FuseSource: http://fusesource.com blog: http://freemanfang.blogspot.com twitter: http://twitter.com/freemanfang Apache Servicemix:http://servicemix.apach

Re: javax.annotation.* weirdness

2011-03-16 Thread Freeman Fang
undle. Freeman On 2011-3-17, at 上午11:40, Dan Tran wrote: One more note, if i take out java.annotation.* from jre.properties, I need to make sure genonimo-annotation to load before spring, other wise, spring will not invoke spring component with @PostConstruct etc .... -D

Re: how to integrate Spring-dm with Hibernate

2011-03-17 Thread Freeman Fang
71.n3.nabble.com/how-to-integrate-Spring-dm-with-Hibernate-tp2692712p2692712.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Freeman Fang FuseSource: http://fusesource.com blog: http://freemanfang.blogspot.com twitter: http://twitter.com/freema

Re: ClassNotFoundException problem which resolved after restarting Karaf

2011-05-05 Thread Freeman Fang
context: http://karaf.922171.n3.nabble.com/ClassNotFoundException-problem-which-resolved-after-restarting-Karaf-tp2906583p2906583.html Sent from the Karaf - User mailing list archive at Nabble.com. --------- Freeman Fang FuseSource Email:ff...@fus

Re: ClassNotFoundException problem which resolved after restarting Karaf

2011-05-05 Thread Freeman Fang
e at Nabble.com. --------- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com Connect at CamelOne May 24-26 The Open Source Integration Conference

Re: ClassNotFoundException problem which resolved after restarting Karaf

2011-05-08 Thread Freeman Fang
- User mailing list archive at Nabble.com. --------- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com Connect at CamelOne May 24-26 The Open Source Integration Conference

Re: strange class cast exception

2011-05-17 Thread Freeman Fang
: http://karaf.922171.n3.nabble.com/strange-class-cast-exception-tp2951187p2954762.html Sent from the Karaf - User mailing list archive at Nabble.com. ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http:/

Re: Detailed SSL configuration using Karaf and PKI

2011-05-17 Thread Freeman Fang
luncks.com ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com Connect at CamelOne May 24-26 The Open Source Integration Conference

Re: Detailed SSL configuration using Karaf and PKI

2011-05-17 Thread Freeman Fang
raf - User mailing list archive at Nabble.com. ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com Connect at CamelOne May 24-26 The Open Source Integration Conference

Re: feature version features classifier

2011-05-17 Thread Freeman Fang
file. Is it a bug in kar deployer ? Note, by convention, i am seeing 'features' is used every where. -Dan ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: how to config the rmi server's port for JMX?

2011-05-31 Thread Freeman Fang
port; one is the rmi-registry server's port, another is the rmi server's port; I have see karaf support rmi-registry server's configure(org.apache.karaf.management.cfg 's rmiRegistryPort); But how to config the rmi server's port? ------

Re: change Bundle-SymbolicName on wrapped bundle

2011-06-06 Thread Freeman Fang
tiano On 05/06/11 00:14, Andreas Pieber wrote: Just to check, have you used& for the ampersand? Kind regards On Jun 5, 2011 12:29 AM, "Cristiano Gavião" wrote: - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: 'Unable to resolve missing requirement' error while deploying features in SMix/Fuse 4.4.0

2011-06-23 Thread Freeman Fang
e.com. - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: Unable to Download Karaf 2.2.1

2011-07-11 Thread Freeman Fang
er mailing list archive at Nabble.com. ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: where to download karaf 2.2.1?

2011-07-13 Thread Freeman Fang
apache.org - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: Loading bundles in specific order with 2 feature xml config in deploy folder

2011-08-09 Thread Freeman Fang
p?macro=unsubscribe_by_code&node=3216832&code=dmlzaGFsX2JoYXNpbkBkZWxsdGVhbS5jb218MzIxNjgzMnwxNTU4Njk2NTk2 >. -- View this message in context: http://karaf.922171.n3.nabble.com/Loading-bundles-in-specific-order-with-2-feature-xml-config-in-deploy-folder-tp3216832p3238849.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: NMR in Karaf installation failure

2011-08-11 Thread Freeman Fang
nabble.com/NMR-in-Karaf-installation-failure-tp3245912p3245912.html Sent from the Karaf - User mailing list archive at Nabble.com. ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: NMR in Karaf installation failure

2011-08-11 Thread Freeman Fang
. - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: NMR in Karaf installation failure

2011-08-11 Thread Freeman Fang
iling list archive at Nabble.com. - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: NMR in Karaf installation failure

2011-08-11 Thread Freeman Fang
message in context: http://karaf.922171.n3.nabble.com/NMR-in-Karaf-installation-failure-tp3245912p3248420.html Sent from the Karaf - User mailing list archive at Nabble.com. ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter

Re: Starting bundle ignores exports

2011-08-26 Thread Freeman Fang
s that when I start the bundle the exports disappear. Both the web console and packages:exports show that nothing is exported. Any ideas? Thanks. Barry Hathaway - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: Using the jmxmp jmx remote protocol in OSGi

2011-08-31 Thread Freeman Fang
d.com - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: KARAF with Nexus and maven and firewall Issues

2011-08-31 Thread Freeman Fang
. - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: setting logging at subpackage level does not override root logger level

2011-10-12 Thread Freeman Fang
ting-logging-at-subpackage-level-does-not-override-root-logger-level-tp3415314p3415314.html Sent from the Karaf - User mailing list archive at Nabble.com. --------- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freeman

Re: Package uses conflict: Import-Package: org.osgi.service.blueprint

2011-11-22 Thread Freeman Fang
uses conflict: Im port-Package: org.osgi.service.blueprint; version="[1.0.0,2.0.0)" Why it complains there has conflict? Thanks. Xilai - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: Package uses conflict: Import-Package: org.osgi.service.blueprint

2011-11-22 Thread Freeman Fang
y. So, maybe it’s a problem from maven-bundle-plugin, it should not generate the unexpected “org.osgi.service.blueprint;version="[1.0.0,2.0.0)” into MANIFEST.MF. Thanks. Xilai From: Freeman Fang [mailto:freeman.f...@gmail.com] Sent: Wednesday, November 23, 2011 11:52 AM To: user@karaf.

Re: Package uses conflict: Import-Package: org.osgi.service.blueprint

2011-11-22 Thread Freeman Fang
? > > I’ve tried adding this into the pom.xml**** > > > > But not works. > > ** ** > > Thanks. > > Xilai > > *From:* Freeman Fang [mailto:freeman.f...@gmail.com] > *Sent:* Wednesday, November 23, 2011 1:37 PM > > *

Re: Package uses conflict: Import-Package: org.osgi.service.blueprint

2011-11-23 Thread Freeman Fang
flect; > version="1.0.1" > > Apache Aries Blueprint Bundle (9): org.osgi.service.blueprint; > version="1.0.1" > > Apache Aries Blueprint Bundle (9): org.osgi.service.blueprint; > version="1.0.1" > > Apache Aries Blueprint Bundle (9):

Re: How to set up the remote debug with karaf in eclipse indigo

2011-12-15 Thread Freeman Fang
address: 5005 Debug a bundle project from eclipse IDE, but always got: Failed to connect to remote VM. Connection refused. Connection refused: connect Thanks. Xilai - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter

Re: How to set up the remote debug with karaf in eclipse indigo

2011-12-15 Thread Freeman Fang
8 When execute netstat –ano Thanks. Xilai From: Freeman Fang [mailto:freeman.f...@gmail.com] Sent: Thursday, December 15, 2011 4:34 PM To: user@karaf.apache.org Subject: Re: How to set up the remote debug with karaf in eclipse indigo Hi, How you enable karaf debug? Did you export KARAF_DE

Re: How to set up the remote debug with karaf in eclipse indigo

2011-12-15 Thread Freeman Fang
_socket at address: 5005 if all set. Freeman On 2011-12-15, at 下午4:44, XiLai Dai wrote: Hi, Freeman, Run with bin\karaf.bat debug, and got: TCP0.0.0.0:5005 0.0.0.0:0 LISTENING 3288 When execute netstat –ano Thanks. Xilai From: Freeman Fang [mailto:freeman.

Re: Connect to remote JMX?

2012-03-27 Thread Freeman Fang
open in new tabs) Committer - Kalumet Atraxia Technologies Mike Van's Open Source Technologies Blog -- View this message in context: http://karaf.922171.n3.nabble.com/Connect-to-remote-JMX-tp3846988p3853241.html Sent from the Karaf - User mailing list archive at Nabble.com. --

Re: Connect to remote JMX?

2012-03-28 Thread Freeman Fang
, cause if it's not bound to the local interface we open a possible security hole here. Cause anybody could be able to access and alter the Karaf server through JMX. Regards, Achim 2012/3/28 Freeman Fang : Hi, I think this is something we need fix, create KARAF-1295[1] to track it. [1]

Re: Connect to remote JMX?

2012-03-28 Thread Freeman Fang
start with a "secured" default configuration and document how to weaken it if needed :) regards, Achim 2012/3/28 Freeman Fang : Hi Achim, Hmm, isn't the username/password used here to protect in this case? IMO, the JMX behavior should keep same as the ssh behavior, currently the ssh is r

Re: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/osgi]

2012-03-29 Thread Freeman Fang
reciated, thanks! Best Regards. Xilai ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com

Re: about Packages Exported by Multiple Bundles

2012-04-05 Thread Freeman Fang
stalled successful. How to process this kind of problem of package exported from multi bundles within karaf? Thanks. Xilai - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang

Re: about Packages Exported by Multiple Bundles

2012-04-05 Thread Freeman Fang
the constraint that a package must have a single source. Freeman On 2012-4-6, at 上午9:39, XiLai Dai wrote: Thanks Freeman! But even for the bundle declared not sealed ? In the MANIFEST.MF of derbyclient: Name: org/apache/derby/jdbc/ Sealed: false Thanks. Xilai From: Freeman Fang [mailto:fre

Re: How to make JAAS config configurable via e.g. ${karaf.home}/container/etc

2012-04-16 Thread Freeman Fang
y thanks for your support and kind regards, Christoph - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042

Re: service reference is null after service reinstall

2012-05-16 Thread Freeman Fang
message in context: http://karaf.922171.n3.nabble.com/service-reference-is-null-after-service-reinstall-tp3996874.html Sent from the Karaf - User mailing list archive at Nabble.com. ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com

Re: service reference is null after service reinstall

2012-05-17 Thread Freeman Fang
similar code and claims it should work. -- View this message in context: http://karaf.922171.n3.nabble.com/service-reference-is-null-after-service-reinstall-tp3996874p3999113.html Sent from the Karaf - User mailing list archive at Nabble.com. -----

Re: How can I enable reference URL handler?

2012-05-22 Thread Freeman Fang
p://karaf.922171.n3.nabble.com/How-can-I-enable-reference-URL-handler-tp3988050p4006097.html Sent from the Karaf - User mailing list archive at Nabble.com. --------- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freema

Re: org.ops4j.pax.url.mvn amazon s3 repo authentication?

2012-05-22 Thread Freeman Fang
/ ? with help of maven-s3-wagon? http://search.maven.org/#artifactdetails%7Corg.kuali.maven.wagons%7Cmaven-s3-wagon%7C1.1.12%7Cjar Thank you, Andrei. - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http

Re: Exported Packages and bundles

2012-05-31 Thread Freeman Fang
version, but at this time I > don't know which version is exposed. > > Regards > Hervé > -- -- Scott England-Sullivan -- FuseSource Web: http://www.fusesource.com Blog: http://sully6768.blogspot.com Twitter: sully6768

Re: Install refresh issue

2012-06-11 Thread Freeman Fang
mmitter & Project Lead OPS4J Pax for Vaadin <http://team.ops4j.org/wiki/display/PAXVAADIN/Home> Commiter & Project Lead blog <http://notizblog.nierbeck.de/> - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.co

Re: Install refresh issue

2012-06-11 Thread Freeman Fang
n't how osgi package resolvers work, it is how the Spring-Osgi extender works. Move this to Aries Blueprint. On Jun 11, 2012, at 7:10 PM, Freeman Fang wrote: Hi, Yeah, it's nto a bug, it's just how OSGi package resolve works. Anyway, if you put spring feature also in you

Re: Karaf-ActiveMQ authorization problem

2012-06-14 Thread Freeman Fang
horization filter. [1] http://activemq.apache.org/osgi-integration.html Thanks, Raj ----- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/147390

Re: how to bind jaxrs:server to default http service

2012-06-25 Thread Freeman Fang
hanks, -- Rick --------- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042

Re: Upgrade to pax web 1.0.9

2012-06-28 Thread Freeman Fang
it is already released or if there is any workaround. Appreciate any help kind regards Ramesh - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com

Re: Define JMS component in separate blueprint

2012-07-08 Thread Freeman Fang
3.nabble.com/Define-JMS-component-in-separate-blueprint-tp4025178.html Sent from the Karaf - User mailing list archive at Nabble.com. --------- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freema

Re: Define JMS component in separate blueprint

2012-07-09 Thread Freeman Fang
the Karaf - User mailing list archive at Nabble.com. ----- Freeman Fang FuseSource Email:ffang@ Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042 --

  1   2   3   >