Re: [DISCUSS] rename maven-bundle-plugin to bnd-maven-plugin

2013-02-28 Thread Stuart McCulloch
On 28 Feb 2013, at 07:05, fbalicchia wrote: I think it is the best choice to follow the naming convention. What I do not understand is why plugins can't be hosted by Apache The Apache Maven team prefer to keep the maven-NNN-plugin naming for plugins developed and maintained by them (ie. those

Re: [DISCUSS] rename maven-bundle-plugin to bnd-maven-plugin

2013-02-28 Thread Guillaume Sauthier (OW2/GMail)
It's not completely related to the naming discussion, but more about the relation-ship with maven itself. Is it possible (in a more a less near future) to have bundle type recognized by default by maven ? --G 2013/2/28 Stuart McCulloch mccu...@gmail.com On 28 Feb 2013, at 07:05, fbalicchia

Re: [DISCUSS] rename maven-bundle-plugin to bnd-maven-plugin

2013-02-28 Thread Marcel Offermans
On Feb 28, 2013, at 13:43 , Stuart McCulloch mccu...@gmail.com wrote: On 28 Feb 2013, at 07:05, fbalicchia wrote: I think it is the best choice to follow the naming convention. What I do not understand is why plugins can't be hosted by Apache The Apache Maven team prefer to keep the

Re: [DISCUSS] rename maven-bundle-plugin to bnd-maven-plugin

2013-02-28 Thread Stuart McCulloch
On 28 Feb 2013, at 12:57, Guillaume Sauthier (OW2/GMail) wrote: It's not completely related to the naming discussion, but more about the relation-ship with maven itself. Is it possible (in a more a less near future) to have bundle type recognized by default by maven ? --G That's an

[DISCUSS] contribute maven-bundle-plugin to Apache Maven

2013-02-28 Thread Stuart McCulloch
During the [DISCUSS] rename maven-bundle-plugin to bnd-maven-plugin thread Marcel and Guillaume came up with counter-suggestions involving contributing the maven-bundle-plugin to Apache Maven. This idea has certain advantages - the plugin name would not be an issue (assuming the Maven team

Re: Question about accessing component dosgi

2013-02-28 Thread Christian Schneider
Am 27.02.2013 23:25, schrieb Dhiego Abrantes de Oliveira Martins: Christian, I follow these steps: 1- Implements AdderService (using @WebService) (interface) 2- Implements AdderServiceImpl (using @WebService) (Provider) 3- deploy item 1 and 2 in a container OSGi 1. 4- Create a *importer

Permission to translate your page at http://felix.apache.org/

2013-02-28 Thread Anja Skrba
Dear Sir, I am writing to inquire regarding your web page about Apache Felix Framework Usage Documentation where I have found a lot of useful information. My name is Anja and I'm currently studying at the Faculty of Computer Science in Belgrade. Here is the URL of your article:

Re: PAX Logging configuration

2013-02-28 Thread Felix Meschberger
Hi I fear you would have to contact the PAX people general (at) ops4j (dot) org. Regards Felix Am 28.02.2013 um 20:56 schrieb lessonz: I have an app wherein I'm deploying the Felix framework and loading in my own bundles and dependency bundles. One of the dependencies I'd like to use is PAX

Re: PAX Logging configuration

2013-02-28 Thread lessonz
Thanks Felix. On Thu, Feb 28, 2013 at 1:02 PM, Felix Meschberger fmesc...@adobe.comwrote: Hi I fear you would have to contact the PAX people general (at) ops4j (dot) org. Regards Felix Am 28.02.2013 um 20:56 schrieb lessonz: I have an app wherein I'm deploying the Felix framework

Re: Question about accessing component dosgi

2013-02-28 Thread Dhiego Abrantes de Oliveira Martins
My code is equals to basic example in ipojo page: http://felix.apache.org/site/apache-felix-ipojo-dosgi.html By default, ipojo dosgi is zookeeper based, right? The only change was @WebService annotation added in AdderService and AdderServiceProvider. One more question: A simple bundle can be a

Re: Permission to translate your page at http://felix.apache.org/

2013-02-28 Thread Rob Walker
Anja I'm only a committer not the project lead, but I really can't see anyone complaining if you help spread the knowledge by translating into your local language, as long as the content is kept faithful after the translation. Apache is all about open source - so in fact, I suspect the

Re: Permission to translate your page at http://felix.apache.org/

2013-02-28 Thread Felix Meschberger
I agree and would just ask for a link back to the original page. BTW: you might want to refer to the new page http://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.html Regards Felix Am 01.03.2013 um 05:42 schrieb Rob Walker: Anja

Re: Question about accessing component dosgi

2013-02-28 Thread Christian Schneider
Hi Dhiego, the ipojo example does not use zookeeper based discovery. It uses a static remote_services.xml file. In case of zookeeper discovery this file would not be necessary. So what you could try is run the ipojo example on Karaf like in my tutorial