No TcManager instance available

2014-04-07 Thread Minto van der Sluis
Hi Reto, Sorry to address you directly, but I think this is related to issue #885 (an maybe #888). Freshly building my stuff against the latest Clerezza snapshot introduced a problem where some of my bundles couldn't start due their dependency on TcManager. Looking at the rdf.core bundle karaf t

[jira] [Resolved] (CLEREZZA-888) TcAccessController should not be instantiable (from other bundles)

2014-04-07 Thread JIRA
[ https://issues.apache.org/jira/browse/CLEREZZA-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reto Bachmann-Gmür resolved CLEREZZA-888. - Resolution: Fixed > TcAccessController should not be instantiable (from other b

Re: No TcManager instance available

2014-04-07 Thread Reto Gmür
Hi Minto > Sorry to address you directly, but I think this is related to issue #885 > (an maybe #888). > CLEREZZA-885 could well be the cause. > > Freshly building my stuff against the latest Clerezza snapshot > introduced a problem where some of my bundles couldn't start due their > dependen

Re: No TcManager instance available

2014-04-07 Thread Minto van der Sluis
Hi Reto, Reto Gmür schreef op 7-4-2014 19:24: >> Freshly building my stuff against the latest Clerezza snapshot >> introduced a problem where some of my bundles couldn't start due their >> dependency on TcManager. >> >> Looking at the rdf.core bundle karaf tell me the following services: >> >>

QueryableTcProvider is not exposed as a service.

2014-04-07 Thread Minto van der Sluis
Hi Folks, While trying to solve my issues with TcManager (which is solved by now) I tried to bypass TcManager altogether. I tried to wire my code directly to a TcProvider. Besides the now fixed missing TcManager instance I had another reason. TcManager creates a service for every graph. In my env

A bold idea

2014-04-07 Thread Minto van der Sluis
Hi folks, Lately I had a bold idea, but first let me explain how I got there. In Clerezza bundles that implement TcProvider are mostly restricted to a single instance due to the bundle's configuration. The only viable construct I see (please correct me If I am wrong here) to create multiple insta

Re: A bold idea

2014-04-07 Thread Reto Gmür
On Mon, Apr 7, 2014 at 10:30 PM, Minto van der Sluis wrote: > Hi folks, > > Lately I had a bold idea, but first let me explain how I got there. > > In Clerezza bundles that implement TcProvider are mostly restricted to a > single instance due to the bundle's configuration. The only viable > const

Re: A bold idea

2014-04-07 Thread Minto van der Sluis
Reto Gmür schreef op 7-4-2014 22:53: > On Mon, Apr 7, 2014 at 10:30 PM, Minto van der Sluis wrote: > >> Hi folks, >> >> Lately I had a bold idea, but first let me explain how I got there. >> >> In Clerezza bundles that implement TcProvider are mostly restricted to a >> single instance due to the b