Re: [Oak] Too many OSGi configurations required

2016-09-21 Thread Oliver Lietz
On Wednesday 21 September 2016 15:18:36 Carsten Ziegeler wrote: > > On Wednesday 21 September 2016 14:03:00 Carsten Ziegeler wrote: > >>> On Wednesday 21 September 2016 11:56:30 Carsten Ziegeler wrote: > >>> And use Testing PaxExam which comes with all required > >>> configurations. >

Re: [Oak] Too many OSGi configurations required

2016-09-21 Thread Carsten Ziegeler
> On Wednesday 21 September 2016 14:03:00 Carsten Ziegeler wrote: >>> On Wednesday 21 September 2016 11:56:30 Carsten Ziegeler wrote: >>> And use Testing PaxExam which comes with all required configurations. >> >> I want to keep my dependencies low > > One bundle (3 classes)

Re: [Oak] Too many OSGi configurations required

2016-09-21 Thread Oliver Lietz
On Wednesday 21 September 2016 14:03:00 Carsten Ziegeler wrote: > > On Wednesday 21 September 2016 11:56:30 Carsten Ziegeler wrote: > > And use Testing PaxExam which comes with all required configurations. > > I want to keep my dependencies low > >>> > >>> One bundle (3 classes)

Re: [Oak] Too many OSGi configurations required

2016-09-21 Thread Carsten Ziegeler
> On Wednesday 21 September 2016 11:56:30 Carsten Ziegeler wrote: > And use Testing PaxExam which comes with all required configurations. I want to keep my dependencies low >>> >>> One bundle (3 classes) vs. lots of boilerplate code... YMMV. >> >> I tried this for the i18n module,

Re: [Oak] Too many OSGi configurations required

2016-09-21 Thread Oliver Lietz
On Wednesday 21 September 2016 11:56:30 Carsten Ziegeler wrote: > >>> And use Testing PaxExam which comes with all required configurations. > >> > >> I want to keep my dependencies low > > > > One bundle (3 classes) vs. lots of boilerplate code... YMMV. > > I tried this for the i18n module, but

Re: [Oak] Too many OSGi configurations required

2016-09-21 Thread Carsten Ziegeler
> >>> And use Testing PaxExam which comes with all required configurations. >> >> I want to keep my dependencies low > > One bundle (3 classes) vs. lots of boilerplate code... YMMV. I tried this for the i18n module, but I get Caused by: java.lang.ClassNotFoundException:

Re: [Oak] Too many OSGi configurations required

2016-09-20 Thread Oliver Lietz
On Tuesday 20 September 2016 16:04:07 Carsten Ziegeler wrote: > > On Tuesday 20 September 2016 14:57:40 Robert Munteanu wrote: > >> On Tue, 2016-09-20 at 13:49 +0200, Carsten Ziegeler wrote: > >>> I think we created a monster when it comes to configuration > >>> requirements > >>> with the Oak

Re: [Oak] Too many OSGi configurations required

2016-09-20 Thread Carsten Ziegeler
> On Tuesday 20 September 2016 14:57:40 Robert Munteanu wrote: >> On Tue, 2016-09-20 at 13:49 +0200, Carsten Ziegeler wrote: >>> I think we created a monster when it comes to configuration >>> requirements >>> with the Oak server bundle. >>> >>> Have a look at [1] where I had to add dozens of

Re: [Oak] Too many OSGi configurations required

2016-09-20 Thread Carsten Ziegeler
> On Tue, 2016-09-20 at 13:49 +0200, Carsten Ziegeler wrote: >> I think we created a monster when it comes to configuration >> requirements >> with the Oak server bundle. >> >> Have a look at [1] where I had to add dozens of configurations just >> to >> get a JCR repository running. And this

Re: [Oak] Too many OSGi configurations required

2016-09-20 Thread Oliver Lietz
On Tuesday 20 September 2016 14:57:40 Robert Munteanu wrote: > On Tue, 2016-09-20 at 13:49 +0200, Carsten Ziegeler wrote: > > I think we created a monster when it comes to configuration > > requirements > > with the Oak server bundle. > > > > Have a look at [1] where I had to add dozens of

Re: [Oak] Too many OSGi configurations required

2016-09-20 Thread Robert Munteanu
On Tue, 2016-09-20 at 13:49 +0200, Carsten Ziegeler wrote: > I think we created a monster when it comes to configuration > requirements > with the Oak server bundle. > > Have a look at [1] where I had to add dozens of configurations just > to > get a JCR repository running. And this requires not

[Oak] Too many OSGi configurations required

2016-09-20 Thread Carsten Ziegeler
I think we created a monster when it comes to configuration requirements with the Oak server bundle. Have a look at [1] where I had to add dozens of configurations just to get a JCR repository running. And this requires not only OSGi configurations but also framework properties. Let's start with