Re: DS: invalid/alarmist circular reference log

2016-05-12 Thread Victor Antonovich
12.05.2016 12:42, Ferry Huberts wrote: > Hi, > > I'm seeing log lines like: > >> [some.component(17)] Circular reference detected, getService returning >> null > > > These are invalid for my application since one end of the relation is > mandatory and the other end is optional. > > DS should

Re: Backtrace for intentionally circular dependency

2016-02-24 Thread Victor Antonovich
e yours. > > On Wed, Feb 24, 2016 at 3:00 PM, Victor Antonovich <v.antonov...@gmail.com > > > wrote: > > > BTW, we have similar rather long-standing issue: > > https://issues.apache.org/jira/browse/FELIX-4417 > > >

Re: Backtrace for intentionally circular dependency

2016-02-24 Thread Victor Antonovich
BTW, we have similar rather long-standing issue: https://issues.apache.org/jira/browse/FELIX-4417

[scr] Circular references detected but not resolved if one of the references in the cycle has optional cardinality

2014-03-18 Thread Victor Antonovich
Hello! I would like to point here to FELIX-4417 issue (https://issues.apache.org/jira/browse/FELIX-4417). For now, circular references with one optional reference aren't handled correctly by Felix SCR (BTW, Knopflerfish SCR does). Thanks, Victor

Re: Felix testing

2011-11-24 Thread Victor Antonovich
Hello! 23.11.2011 12:17, Huy Nguyen Quoc wrote: I have 2 questions about using the junit4osgi package: - Can i write a bundle for automatically running tests Example: - I write a bundle Helloworld service, deploy it into OSGi (Felix) - I write a bundle Test, it will automatically

Comma-containing property values

2010-08-13 Thread Victor Antonovich
Hello! Is there any way to have properties with commas? For example: @Property(name = RemoteUserReplicationComponent.PROPERTY_LDAP_BIND_DN, label = %component.ldap.bind.dn.label, description = %component.ldap.bind.dn.description, value=uid=admin,ou=system)