Re: Some tips on how to create a feature

2011-04-05 Thread Adrian Trenaman
Hi Christiano, I've just posted up some code I'm using for a Webinar on Thursday on 'Securing CXF Web Services with SSL/TLS and WS-Security' and it's got a concise enough features project in it. You can get the code at from the GIT repository at http://sparks.fusesource.com If you're

Using custom log4j appenders under Karaf 2.1.4

2011-04-05 Thread mgardiner
Hi, Are there any examples available showing how to use custom log4j appenders under Karaf? I see in the users guide the following note: If you plan to use your own appenders, you need to create an OSGi bundle and attach it as a fragment to the bundle with a symbolic name of

Re: Some tips on how to create a feature

2011-04-05 Thread Cristiano Gavião
Hi Ade, I'll take a look... thanks Cristiano On 05/04/11 18:16, Adrian Trenaman wrote: Hi Christiano, I've just posted up some code I'm using for a Webinar on Thursday on 'Securing CXF Web Services with SSL/TLS and WS-Security' and it's got a concise enough features project in it. You

Re: Some tips on how to create a feature

2011-04-05 Thread Cristiano Gavião
Hi David, thanks for your opinion ... I'll take a look too... It's Karaf 3 available on svn as trunk ? Do you have any info about release dates of it ? cheers Cristiano On 05/04/11 18:23, David Jencks wrote: iMO the realistic options are to write it by hand or to use karaf 3 (which is

Re: Looking for bundle service to download a maven artifact

2011-04-05 Thread Gert Vanthienen
L.S., Since the mvn: URL handler is available to you when you're running your code inside the container, you should be able to just create a URL instance and read from its InputStream. Something like URL url = new URL(mvn:commons-codec/commons-codec/1.4) InputStream is =

Re: Some tips on how to create a feature

2011-04-05 Thread Cristiano Gavião
Hi Adrian, I couldn't reach this address http://sparks.fusesource.com, but I've found this http://fusesource.com/forge/projects/sparks/source But besides the fact this page state that: This project can be cloned anonymously using the following URL:

Re: Using custom log4j appenders under Karaf 2.1.4

2011-04-05 Thread Guillaume Nodet
On Tue, Apr 5, 2011 at 23:43, mgardiner gardin...@familysearch.org wrote: Hi, Are there any examples available showing how to use custom log4j appenders under Karaf?  I see in the users guide the following note: If you plan to use your own appenders, you need to create an OSGi bundle and

Re: Looking for bundle service to download a maven artifact

2011-04-05 Thread Dan Tran
coolest. Thanks for all the helps -D On Tue, Apr 5, 2011 at 6:30 PM, Guillaume Nodet gno...@gmail.com wrote: Yes.  From the karaf console just try:  shell:cat mvn:org.apache.karaf.assemblies.features/standard/2.2.0-SNAPSHOT/xml/features It will work and it just creates a java.net.URL and