Re: ipojo @ServiceProperty field cannot be configured by FileInstall?

2011-07-19 Thread jie yan
On Tue, Jul 19, 2011 at 3:40 PM, Clement Escoffier clement.escoff...@gmail.com wrote: Hi, On 16.07.2011, at 16:02, jie yan wrote: I configured some ipojo components by FileInstall, as following: 1) install ConfigAdmin, FileInstall; 2) set the managedservice attribute, @Component

Re: ipojo @ServiceProperty field cannot be configured by FileInstall?

2011-07-19 Thread jie yan
private String myProp; Regards, Clement On 19.07.2011, at 11:38, jie yan wrote: On Tue, Jul 19, 2011 at 3:40 PM, Clement Escoffier clement.escoff...@gmail.com wrote: Hi, On 16.07.2011, at 16:02, jie yan wrote: I configured some ipojo components by FileInstall, as following

ipojo @ServiceProperty field cannot be configured by FileInstall?

2011-07-16 Thread jie yan
I configured some ipojo components by FileInstall, as following: 1) install ConfigAdmin, FileInstall; 2) set the managedservice attribute, @Component(managedservice=com-pid); 3) create com-pid.cfg file inside /load directory In this way, I successfully configured some components except one

Re: iPOJO vs SCR vs Blueprint

2011-05-25 Thread jie yan
+1 Regards, drhades On Wed, May 25, 2011 at 5:11 PM, Alex Karasulu akaras...@apache.org wrote: On Wed, May 25, 2011 at 6:28 AM, Richard S. Hall he...@ungoverned.org wrote: On 05/24/2011 09:46 PM, jie yan wrote: I wonder what is the difference between these three component runtime

Re: iPOJO vs SCR vs Blueprint

2011-05-25 Thread jie yan
. - richard On 5/25/11 5:26, jie yan wrote: +1 Regards, drhades On Wed, May 25, 2011 at 5:11 PM, Alex Karasuluakaras...@apache.org wrote: On Wed, May 25, 2011 at 6:28 AM, Richard S. Hall he...@ungoverned.org wrote: On 05/24/2011 09:46 PM, jie yan wrote: I wonder what

Re: iPOJO vs SCR vs Blueprint

2011-05-25 Thread jie yan
On Thu, May 26, 2011 at 10:38 AM, Richard S. Hall he...@ungoverned.orgwrote: On 05/25/2011 09:23 PM, jie yan wrote: Maybe that can be called religious flame war, but it's valuable. What we really need in open community is simple and perfect product in technology, but not many repeat

Re: [jira] [Created] (FELIX-2967) file-based log service wanted

2011-05-24 Thread jie yan
Thank Felix. Sling Commons Log bundle is simple and fairly usable. Just need to throw the Jar into ${FELIX}/bundle directory, and specify some logging configuration in config.properties. Regards, drhades On Mon, May 23, 2011 at 6:09 PM, Felix Meschberger fmesc...@adobe.comwrote: Hi, You

iPOJO vs SCR vs Blueprint

2011-05-24 Thread jie yan
I wonder what is the difference between these three component runtime. Is there the best one which can take over the others, then we could focus attention on just one solution? Regards, drhades

Re: new feature request: iPOJO component-flow-composition

2011-05-23 Thread jie yan
On Mon, May 23, 2011 at 1:14 PM, Clement Escoffier clement.escoff...@gmail.com wrote: On 23.05.11 04:48, jie yan yanjie.ch...@gmail.com wrote: Thank Clement. Cilia is quite close to what I want. Another question about iPOJO is, how to specify the @Requires service when there are multi

Re: new feature request: iPOJO component-flow-composition

2011-05-23 Thread jie yan
Thank Clement very much. Regards, drhades On Mon, May 23, 2011 at 8:05 PM, Clement Escoffier clement.escoff...@gmail.com wrote: Hi, On 23.05.11 09:16, jie yan yanjie.ch...@gmail.com wrote: On Mon, May 23, 2011 at 1:14 PM, Clement Escoffier clement.escoff...@gmail.com wrote

How to find JDBC Driver class in a bundle?

2011-05-23 Thread jie yan
With the help of some engineers in Karaf forum, I've wrapped an Oracle driver bundle. But I can't find the suitable way to create a JDBC driver in my Oracle client bundle. Attempt 1: 1) Import-Packageoracle.jdbc/Import-Package 2) Class.forName(oracle.jdbc.OracleDriver); Failed. Attempt 2: 1)

Re: new feature request: iPOJO component-flow-composition

2011-05-22 Thread jie yan
: Hi, On 18.05.11 13:47, jie yan yanjie.ch...@gmail.com wrote: I enjoyed iPOJO very much, although just using it for 2 weeks. iPOJO provides a charming component runtime. Is it convenient to extend iPOJO to support component-flow-composition? The imaginary flow-composition is data-driven

new feature request: iPOJO component-flow-composition

2011-05-18 Thread jie yan
I enjoyed iPOJO very much, although just using it for 2 weeks. iPOJO provides a charming component runtime. Is it convenient to extend iPOJO to support component-flow-composition? The imaginary flow-composition is data-driven, without loop flow-control. Just think SPSS clementine, or Weka