Re: maven-scr-plugin and reactor

2009-04-18 Thread Carsten Ziegeler
error? > The error comes from the bundle plugin; not sure what is happening here. Could you maybe post the relevant poms and/or a complete debug log from maven? Carsten -- Carsten Ziegeler cziege...@apache.org - To unsubscribe,

Re: Felix Build Error - Unable to load the mojo org.apache.felix:maven-bundle-plugin:1.4.3:bundle

2009-04-27 Thread Carsten Ziegeler
a reactor build. Carsten -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: maven-scr-plugin

2009-05-14 Thread Carsten Ziegeler
plugin is 1.0.8 Carsten > > [1]: > http://repo2.maven.org/maven2/org/apache/felix/maven-scr-plugin/maven-metadata.xml > > [2]: http://repo2.maven.org/maven2/org/apache/felix/maven-scr-plugin/ > > Thanks. -- Carsten Ziegeler cziege...@apache.org --

Re: maven-scr-plugin and scala

2009-07-27 Thread Carsten Ziegeler
he > scala file as well? > Interesting use case :) Now, the scr plugin scans java source files - even with the annotations. I've no idea how the maven scala integration works, so what is generated? Is this a java source file or a compiled class? Carsten > Cheers, > reto >

Re: maven-scr-plugin and scala

2009-07-28 Thread Carsten Ziegeler
Reto Bachmann-Gmür wrote: > Carsten Ziegeler said the following on 07/27/2009 02:41 PM: >> Reto Bachmann-Gmür wrote: >> >>> Hello >>> >>> I was hoping that with support for annotations the scr plugin would work >>> with scala code as well. But

Re: maven-scr-plugin and scala

2009-07-28 Thread Carsten Ziegeler
that you compile your classes into bytecode and > maybe generate what you need directly in bytecode. > Sounds good :) Can you give me some pointers in the iPojo code where the introspection of the annotations is done? The scr plugin already uses asm to inject the bind/unbind methods.

Re: Fragment bundle support in webconsole

2009-08-04 Thread Carsten Ziegeler
list and displays its status as "Fragment". Apart from this, there is no further support for fragments yet. Carsten -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org

Re: QDox vs. Annotations

2009-08-12 Thread Carsten Ziegeler
erate-scr-scrdescriptor > > scr > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional command

Re: QDox vs. Annotations

2009-08-12 Thread Carsten Ziegeler
Carl F. Hall wrote: > Version 1.2.0 works much better. The annotations are being processed > correctly. Thanks! > Yes, that's because we added annotation support with 1.2.0 (1.0.8 does not have it) :) Regards Carsten -- Carsten Ziegeler cziege

Re: QDox vs. Annotations

2009-08-13 Thread Carsten Ziegeler
scr-plugin.html > > > - Original Message - > From: "Carsten Ziegeler" > To: users@felix.apache.org > Sent: Wednesday, August 12, 2009 9:18:27 AM GMT -05:00 US/Canada Eastern > Subject: Re: QDox vs. Annotations > > Carl F. Hall wrote: >> Version 1.2

Re: QDox vs. Annotations

2009-08-13 Thread Carsten Ziegeler
configuration manager plugin of the web console which bloats the list of services. So false seems to be the better default; for compatibility we can't change the default for the tags, but for something new like the annotations we could do this. Regards Carsten > > > - Original Me

Re: XStream and OSGi

2009-08-17 Thread Carsten Ziegeler
ll publically available classes from all bundles, and the private classes from the bundle getting the classloader from the service. Using this classloader we fixed in Sling all these classloader problems for unmarshalling something with avoi

Re: XStream and OSGi

2009-08-17 Thread Carsten Ziegeler
dle) { >final long id = bundle.getBundleId(); >this.usedBundles.add(id); >} > > > But I don't know how and if I am supposed to invoke it. No, that's an internal method which is used for caching the found classes - it keeps track where the classes co

Re: Unsupported use case for maven-scr-plugin

2009-09-06 Thread Carsten Ziegeler
> > Kind regards, > Daniel Bimschas > > --------- > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Carsten Ziegeler cziege

Re: How to update a bundle using web console?

2009-09-07 Thread Carsten Ziegeler
it know which bundle to >> update? >> >> Thanks, >> Sahoo >> >> - >> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org >> For additional commands, e-mail: users-h...@felix.apache.org >> >> > > -- Carsten Ziegele

Re: Felix 2.0.0 download link broken

2009-09-29 Thread Carsten Ziegeler
Sahoo wrote: > http://cwiki.apache.org/confluence/display/FELIX/%5Bpreferred%5D/felix/felix-framework-2.0.0.zip > is broken. > It seems that someone updated the web site without replacing the links. I'll republish. Thanks Carsten -- Carsten Ziegeler cziege

Re: Felix 2.0.0 download link broken

2009-09-29 Thread Carsten Ziegeler
Carsten Ziegeler wrote: > Sahoo wrote: >> http://cwiki.apache.org/confluence/display/FELIX/%5Bpreferred%5D/felix/felix-framework-2.0.0.zip >> is broken. >> > It seems that someone updated the web site without replacing the links. > I'll republish. > I also noti

Re: Felix 2.0.0 download link broken

2009-09-29 Thread Carsten Ziegeler
tml | sed 's/http:\/\/cwiki.apache.org\/confluence\/display\/FELIX\/%5Bpreferred%5D/[preferred]/g' > /www/felix.apache.org/site/downloads.html cp /home/cziegeler/downloads.cgi /www/felix.apache.org/site Carsten -- Carsten

Apache Felix/OSGi Meetup at ApacheCon US

2009-10-06 Thread Carsten Ziegeler
ed to present something - interesting :) - about Apache Felix/OSGi. I guess the best way of organizing this event is to collect ideas/proposals and put them on the wiki. So your input is welcome :) Regards Carsten -- Carsten Ziegeler cziege...@apach

Re: Having access to all exported class from framework

2009-10-14 Thread Carsten Ziegeler
has no dependencies to Sling and provides a service which gives you this dynamic class loader. Under the covers this class loader also handles bundle updates, installs, uninstalls. Before we had the class loader we used dynamic import

Apache Felix/OSGi Meetup at ApacheCon US

2009-10-25 Thread Carsten Ziegeler
Felix users list - we don't want to spam all the receivers of this email :) Thanks Carsten -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mai

Re: Maven-scr-plugin: multivalue properties

2009-12-21 Thread Carsten Ziegeler
lain how to deal with multivalue properties, and I > can't understand > which is the correct one. > Hmm, can you point me to the two paragraphs? Or is one for the javadoc tags (you're using above) and the other one for the java annotations? Regards Carsten -- Carsten Ziegeler cziege

Re: Maven-scr-plugin: multivalue properties

2009-12-21 Thread Carsten Ziegeler
gt; Hehe, no problem :) I think it clearly shows that the docs could be more user friendly. Regards Carsten -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional

Re: iPojo Event admin handling

2010-01-18 Thread Carsten Ziegeler
of the standard felix event admin, there is FELIX-1913 to improve the performance where possible. We had a lot of trouble with the event admin under heavy load (several threads sending lots of events at the same time). The bug is about to fix this - once we have this, I currently see som

Re: iPojo Event admin handling

2010-01-18 Thread Carsten Ziegeler
e - however I'm not sure if this - with the current implementation - really improves performance. Regards Carsten -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For ad

Re: Best practice to configure service (factories) with complex objects

2010-02-08 Thread Carsten Ziegeler
cult. For b) we sometimes use special string constructs like if you want to a configuration like: we have a single config property "server" with a value like "name|port". HTH Carsten -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Question about the WebConsole JSON API

2010-02-16 Thread Carsten Ziegeler
a public usable api; we might even remove the json support with the upcoming changes in the web console. So I think it makes more sense if you write a servlet that exactly fits you needs and provides a rest api for the config admin (or other services). Regards Carsten -- Carsten

Re: Maven SCR Plugin, SCR Annotations and DS reference bind order.

2010-04-12 Thread Carsten Ziegeler
.5.7* correctly ? If so have we missed the way to > control reference ordering with the SCR Maven Plugin ? I can write this > up in more detail and provide a simple example if required. > > rgds, > > Steve F. > > -- Carsten Ziegeler cziege...@apache.org -

Re: Apache Felix Website doesn't work proper

2010-04-21 Thread Carsten Ziegeler
;>>>>>>> >>>>>>>>> ----- >>>>>>>>> >>>>>>>>> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org >>>&g

Re: EventAdmin

2010-06-13 Thread Carsten Ziegeler
admin. Therefore just asume that i can happen and you're safe Carsten -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: EventAdmin

2010-06-14 Thread Carsten Ziegeler
on the implementation of the event admin. The older event admin implementation 1.0 of Apache Felix for example did queue all events. In this case even in a multi threaded environment events are sent one after the other. The latest Apache Felix Event Ad

Re: NoClassDef after bundle redeploy

2010-09-16 Thread Carsten Ziegeler
.resource.internal.helper.WrappedResourceProvider.listChildren(WrappedResourceProvider.java:65) >> ... >> Caused by: java.lang.ClassNotFoundException: org.slf4j.Logger >> at >> org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:814) >> at org.ap

Re: NoClassDef after bundle redeploy

2010-09-16 Thread Carsten Ziegeler
ESPs, or other *SPs) > for client-side rendering. > Ah ok, I was just asking because we had some problems with bundle updates and scripting - which are hopefully fixed now in latest Sling trunk. So this doesn't seem to be your problem :( Regards Carsten > > On Thu, Sep 16,

Re: NoClassDef after bundle redeploy

2010-09-17 Thread Carsten Ziegeler
Carl Hall wrote > I replaced all references to slf4j in this class with the OSGi LogService > and now get an NPE when it calls to the log service. The reference is > constructed using DS and default values > (ReferenceCardinality.MANDATORY_UNARY, ReferencePolicy.STATIC). > > 16.09.2010 11:38:12.

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-05 Thread Carsten Ziegeler
to stop the >> process is by killing it. >> >> How should I handle this case? Do I have to catch an >> IllegalStateException at all sendEvent call's? >> >> -- >> With kind regards, >> >> Alexander Broekhuis >> > > > -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-05 Thread Carsten Ziegeler
stgenerator.AbcGenerator$1.run(AbcGenerator.java:60) > at java.lang.Thread.run(Thread.java:680) > > > On 5 January 2011 11:49, Carsten Ziegeler wrote: >> Hi, >> >> which version of the event admin are you using? And can you post all >> exception stac

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-07 Thread Carsten Ziegeler
sing the DependencyManager. If the service > is actually down, I would expect a NPE at the point where I use the > EventAdmin, not an exception from within the EventAdmin. Or is this a > wrong assumption? > I don't know the DependencyManager :) But maybe you can show the code,

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-17 Thread Carsten Ziegeler
ow the stacktrace isn't show now, but only the warning is >>>> given, >>>> and the shutdown stops. Trying to list bundles results in >>>> IllegalStateException. The only way to stop it is by killing the >>>> process. >>>> >>>> Th

Re: Trouble changing the Web Management Console admin username and password

2011-02-04 Thread Carsten Ziegeler
--- > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-02-14 Thread Carsten Ziegeler
that version for now. > > > On 17 January 2011 17:02, Carsten Ziegeler wrote: >> Hi Alex, >> >> ok, can you please file a bug and attach the source for your code so we >> can easily reproduce the problem? >> >> Thanks >> Carsten >> >> A

Re: Eventadmin and producer consumer pattern

2011-03-31 Thread Carsten Ziegeler
block on put operations) and process it > elsewhere (in an Executor for example). > This is what we're doing - an event handler just puts incoming events into the queue - and therefore returns quickly. And a background task is processing the items in the queue. Regards Carsten -- Car

Re: Maven SCR and BUNDLE Plugins

2011-03-31 Thread Carsten Ziegeler
>> >> jar >> >> bundle >> >> pom >> >> >> >> ${project.artifactId} >> ${project.name} >> >> >> ${bundle.export.package}

Re: Howto specify @Service for multiple services?

2011-05-26 Thread Carsten Ziegeler
faceA.class, InterfaceB.class}) or just @Service({InterfaceA.class, InterfaceB.class}) Regards Carsten -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-06-13 Thread Carsten Ziegeler
or$1.run(FMCWGenerator.java:55) > at java.lang.Thread.run(Thread.java:680) > > Yes, I think I saw this one as well occasionally - can you please create an issue for this one? I'll take care of it then. Regards Carsten -- Carsten Ziegeler cziege...@apache.org ---

Re: Moving fragment to Resolved state in fileinstall watched directory?

2011-07-13 Thread Carsten Ziegeler
ail: users-unsubscr...@felix.apache.org >> >>> For additional commands, e-mail: users-h...@felix.apache.org >> >>> >> >>> >> >>> >> >> -- >> >> View this message in context: >> >> >> http://old.nabble.

Re: A webconsole plugin to help tracking missing service dependencies

2011-07-18 Thread Carsten Ziegeler
le in a > haystack!" > > Regards, > Arjun > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Carsten Ziegeler cziege...@apach

Re: Programatically adding FileInstall Configurations

2011-11-07 Thread Carsten Ziegeler
NAPSHOT.jar >  felix.fileinstall.dir = > /Users/nbaker/IdeaProjects/Dashboards/Kettle/trunk/osgi-plugins/pdi-birt-output >  service.factoryPid = org.apache.felix.fileinstall-pdi-birt-output >  service.pid = > org.apache.felix.fileinstall-pdi-birt-output.001f0458-d562-4567-b969-9b1b158389a9 > > > T

Re: Felix EventAdmin configuration in Karaf

2011-11-10 Thread Carsten Ziegeler
t; If you need assistance please contact our Contact Center  (+7495) 258 0500 or > go to www.troika.ru/eng/Contacts/system.wbp > > -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Using maven-scr-plugin under JDK 1.7

2011-12-14 Thread Carsten Ziegeler
;> > -- >> > "Great artists are extremely selfish and arrogant things" — Steven >> Wilson, >> > Porcupine Tree >> > >> > On Wed, Dec 7, 2011 at 2:51 PM, Stuart McCulloch >> wrote: >> > >> >> Did you try passing Class

Re: Using maven-scr-plugin under JDK 1.7

2011-12-16 Thread Carsten Ziegeler
as well in the mvn repo Carsten > > -- > "Great artists are extremely selfish and arrogant things" — Steven Wilson, > Porcupine Tree > > On Wed, Dec 14, 2011 at 9:41 PM, Carsten Ziegeler wrote: > >> So I guess we should add those flags to the plugin.

Re: EventAdmin Asynchronous/Parallel EventHandler

2012-01-24 Thread Carsten Ziegeler
gt; http://stackoverflow.com/questions/7018762/when-to-use-osgi-eventadmin-and-when-not >> for BJ's official answer. >> >> hope this helps >> Holger >> >> --------- >> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org >> For additional

Re: Issue with maven-bundle-plugin and system properties

2012-02-07 Thread Carsten Ziegeler
- >>> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org >>> For additional commands, e-mail: users-h...@felix.apache.org >>> >> >> - >> To unsubscribe, e-mail: users-unsubscr.

Re: EventAdmin Performance

2012-04-04 Thread Carsten Ziegeler
eaten up somewhere… I can’t seem to track down any reason or log for why > the events simply disappeared. > > ** ** > > ** ** > > Thanks all for consideration. > > ** ** > > ** ** > > ** ** > > > > ** ** > > - Joel > > ** ** > > ** ** > > >

Re: EventAdmin Performance

2012-04-04 Thread Carsten Ziegeler
, Marcel > > On Apr 4, 2012, at 19:30 PM, Carsten Ziegeler wrote: > >> Hi Joel, >> >> yes, we noticed some performance problems as well - apart from the problem >> you mentioned in our case it was a very high load on the service registry >> (which in addition coul

Re: EventAdmin Performance

2012-04-05 Thread Carsten Ziegeler
ndles in your sandbox? I would be interested > to have something to measure the performance of EventAdmin. It does not > necessarily need to be a Pax Exam compatible test. > > Greetings, Marcel > > > On Apr 4, 2012, at 19:50 PM, Carsten Ziegeler wrote: > >> I

Re: EventAdmin Performance

2012-04-05 Thread Carsten Ziegeler
Both is possible :) 2012/4/5 Marcel Offermans : > Snow? :) I feel for the easter bunnies ;) > > Thanks! > > Greetings, Marcel > > > On Apr 5, 2012, at 13:03 , Carsten Ziegeler wrote: > >> The code is too ugly to make it publically available :) >> But if we

Re: EventAdmin Performance

2012-04-10 Thread Carsten Ziegeler
rsten 2012/4/5 Carsten Ziegeler : > Both is possible :) > > 2012/4/5 Marcel Offermans : >> Snow? :) I feel for the easter bunnies ;) >> >> Thanks! >> >> Greetings, Marcel >> >> >> On Apr 5, 2012, at 13:03 , Carsten Ziegeler wrote: >> &g

Re: Proposal to make org.apache.felix.scr.annotations available at Runtime

2012-04-14 Thread Carsten Ziegeler
but that >> > > gets >> > > > tedious pretty fast. >> > > > >> > > > 2. Processing SCR annotations in a JSR-269 annotation processor >> > > > >> > > > Having the annotations available to the pr

Re: can web console RESTful API block until installation has been finished?

2012-05-24 Thread Carsten Ziegeler
t;_noredir_=_noredir_" -F >>>>>> "bundlefile=@bundle10.jar" -F "bundlestart=start" -F >>>>> "bundlestartlevel=20" >>>>>> -F "refreshPackages=true" " >>> http://localhost:4502/system/console/install"; >>>&g

Re: Groovy, SCR annotations and the maven-scr-plugin

2012-07-24 Thread Carsten Ziegeler
I’m from >> a >> > Grails world so OSGi/Felix/CRX is all fairly new to me): >> > >> > >> > >> > pastebin.com/G9PuWqxV >> > >> > >> > >> > Thanks, >> > >> > Miles >> > >> > >> > >> > -- >> > Many thanks, >> > Miles Burton >> > >> > > > > -- > Many thanks, > Miles Burton -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Web console can't find org.json export

2012-08-14 Thread Carsten Ziegeler
m getting "Unable >> to resolve 131.0: missing requirement [131.0] package; (package=org.json)". >> Is there a bundle where org.json can be found, should that have been >> included in the release (not an issue in webconsole-3.1.8) or is there >&

Re: EventAdmin 1.2.15

2012-08-30 Thread Carsten Ziegeler
ould have a new release. Regards Carsten 2012/8/30 Joel Schuster : > The 1.2.15-SNAPSHOT of EventAdmin has some marked performance improvements. > I would love to see those released soon. > > > > Any eta on getting a new version of EventAdmin out? > > > > > > - Jo

Re: WebConsole 4: Factory configurations not appearing

2012-10-24 Thread Carsten Ziegeler
@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: scr-plugin: "Annotated method {0} not found"

2012-10-26 Thread Carsten Ziegeler
tD9R7Qv6dPysIAMU6hslredbmhK3jBYpPFMRH > 64zzPu74n1Q1XoczhdOq3E1rrzrizIw4NPBG3HdB3NrZh8VlTBREPixyJWoIZr8O > 0msaQHUDcET47b5arEsja10Un4FIUDNXPTiRhDW3uHYKg6ATZqKDqOJahuqosnAX > xe4y+JkDPoGeR4vjptLhdxrYINaoawV78E9kD7zf0p/4l5usTi5wVR9BnGe3G545 > G+OUE5+NjqMejqWW56O189hdOja6Wrv

Re: maven-bundle (BND) plugin support for OSGi R4.3 SCR annotations (org.osgi.service.component.annotations)

2012-11-03 Thread Carsten Ziegeler
> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org >>>> For additional commands, e-mail: users-h...@felix.apache.org >>>> >>> >>> >>> ----- >>> To uns

Re: NPE uninstalling bundle from the WebConsole (4.0.0)

2012-11-29 Thread Carsten Ziegeler
ting this bug? > > > thanks, > alex > > [0] https://issues.apache.org/jira/browse/FELIX-3318 -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: InterruptedException throw by EventAdmin when Felix HTTP Service 2.2.0 starts

2013-01-21 Thread Carsten Ziegeler
>>> startJetty(JettyService.java:**115)[66:org.apache.felix.http.** >>> jetty:2.2.0] >>> at org.apache.felix.http.jetty.**internal.JettyService.run(** >>> JettyService.java:290)[66:org.**apache.felix.http.jetty:2.2.0] >>> at java.lang.Thread.run(Thread.**java:722)[:1.7.0_07] >>> 2012-12-11 16:30:04,132 | INFO | tty HTTP Service | jetty >>> | ? ? | 66 - >>> org.apache.felix.http.jetty - 2.2.0 | Started jetty 6.1.x at port(s) >>> HTTP:7979 >>> >>> >>> --**--**- >>> To unsubscribe, e-mail: >>> users-unsubscribe@felix.**apache.org >>> For additional commands, e-mail: users-h...@felix.apache.org >>> >>> > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > > For additional commands, e-mail: users-h...@felix.apache.org > -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Release plans for maven-scr-plugin 1.10.0?

2013-02-15 Thread Carsten Ziegeler
t the intended recipient (or have received this e-mail in error) please > notify the sender immediately and destroy this e-mail. Any unauthorised > copying, disclosure or distribution of the material in this e-mail is > strictly forbidden. -- Carsten Ziegeler cziege...@apache.org

Re: NPE with maven-scr-plugin 1.10.0

2013-02-25 Thread Carsten Ziegeler
f these two methods I get NPE >> again. If I remove the generateAccessors property and the new methods the >> plugin "works" again and generate broken Descriptor. It checks when It >> shouldn't and It does not check when it should. >> >> I see there is an integration test >> src/it/basic-build-it/src/main/java/org/apache/felix/scr/SimpleDSComponent.java >> but it does not validates the generated Descriptor. >> >> Regards, >> Laszlo >> > > > -- > Felix Meschberger | Principal Scientist | Adobe > > > > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > -- Carsten Ziegeler cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: NPE with maven-scr-plugin 1.10.0

2013-03-01 Thread Carsten Ziegeler
ate the first problem occurred on a final class > and I didn't pay attention when I wrote the example. I happens on a plain > public class and I'm sure the integration test would fail with this > configuration. > > On 25 Feb 2013, at 13:02, Carsten Ziegeler wrote: > >>

Re: Felix SCR - Single valued String array issue

2013-05-02 Thread Carsten Ziegeler
as an array. > > @Property(label="Multivalued Property", value={"only-single-value"*, ""*}) > private static final String MV_PROPERTY= "multivalued.property"; > > I Googled around but could not find anything conclusive. Am I missing > something here? How can I get a String array without a workaround done > above. > > -- > Thanks, > /Thomas Joseph > -- Carsten Ziegeler cziege...@apache.org

Re: Felix SCR - Single valued String array issue

2013-05-03 Thread Carsten Ziegeler
gt; still it won't work. Can I have a code sample somewhere, so that I can try > it out? > > > Thanks, > Thomas Joseph > > > > On Fri, May 3, 2013 at 11:44 AM, Carsten Ziegeler >wrote: > > > Hi, > > > > unfortunately, the java annotations do not di

Re: Felix SCR - Single valued String array issue

2013-05-05 Thread Carsten Ziegeler
gt; Thanks, > Thomas Joseph > > > On Fri, May 3, 2013 at 5:32 PM, Carsten Ziegeler >wrote: > > > Ah, yes - you're right; I think you've hit a bug in the SCR plugin. With > > cardinality or the unbounded property you influence the generation of the > > m

Re: How to specify a @Property with a valueRef?

2013-05-14 Thread Carsten Ziegeler
I would appreciate any pointers/links to more info. I may not have the > > right google keywords to dig the answer out. > > > > Thanks, > > > > Phillip > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Carsten Ziegeler cziege...@apache.org

Re: declarative Services

2013-06-04 Thread Carsten Ziegeler
; > > > > > > > > > > > -- > > View this message in context: > > > http://apache-felix.18485.x6.nabble.com/declarative-Services-tp5003596p5003643.html > > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > > > - > > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > > For additional commands, e-mail: users-h...@felix.apache.org > > > > > -- Carsten Ziegeler cziege...@apache.org

Re: declarative Services

2013-06-06 Thread Carsten Ziegeler
2013/6/6 Agemo Cui > > > On 6/6/13 5:21 AM, Chetan Mehrotra wrote: > >> I have at times also struggled with DS when I moved from Blueprint. Within >> a Bundle if there are some internal services which are used by various DS >> Components *within* that bundle then is it fine to >> >> 1. Register t

Re: ANT SCR Task - scanClasses supported?

2013-07-09 Thread Carsten Ziegeler
workaround/fix for this issue. > > Does the ant task also support this feature? > > thank you, > Daniel > -- Carsten Ziegeler cziege...@apache.org

Re: EventAdmin Blacklist

2013-10-20 Thread Carsten Ziegeler
estingevent",new HashMap > ())); >} > >@Override >public void handleEvent(final Event event) { >System.out.println("Event received, sleeping."); >Thread.sleep(10*1000); >System.out.println("Awake."); > >} > } > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > > -- Carsten Ziegeler cziege...@apache.org

Re: SCR @Reference on fields?

2013-11-02 Thread Carsten Ziegeler
>>>>> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > >>>>> For additional commands, e-mail: users-h...@felix.apache.org > >>>>> > >>>> > >>>> - > >>>> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > >>>> For additional commands, e-mail: users-h...@felix.apache.org > >>>> > >>> > >>> > >>> - > >>> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > >>> For additional commands, e-mail: users-h...@felix.apache.org > >>> > >> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > >> For additional commands, e-mail: users-h...@felix.apache.org > > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Carsten Ziegeler cziege...@apache.org

Re: SCR @Reference on fields?

2013-11-02 Thread Carsten Ziegeler
.annotations bundle as a dependency - maybe I just assumed that having > included the annotations bundle, those were the annotations I should be > using. > > If this is the case, no need for an feature request I think. > > Best, Dan. > > On 2 Nov 2013, at 15:12, Carsten Ziegeler w

Re: FELIX-2782 Preferences Service - Unable to delete nodes

2013-12-08 Thread Carsten Ziegeler
--- > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Carsten Ziegeler cziege...@apache.org

Re: A required class was missing while executing org.apache.felix:maven-scr-plugin

2014-03-04 Thread Carsten Ziegeler
this? Any work-around other than downgrading to > version 1.7.4 in the dependent projects? > > Cheers, > Reto > -- Carsten Ziegeler cziege...@apache.org

Re: httpservice questions

2014-03-07 Thread Carsten Ziegeler
2014-03-07 9:44 GMT+01:00 Jan Willem Janssen : > > 2) For support of rfc-189 (httpservice updates), what version will > > support this rfc? (i.e. it's 2.2.2 now...is there a schedule for > > the release of impl that supports rfc-189)? More generally...what > > release(s) of Felix will be supp

Re: Maven and declarative services

2014-03-17 Thread Carsten Ziegeler
users-h...@felix.apache.org > > > > > > > -- > -- > Scott England-Sullivan > Apache Camel Committer > Principal Consultant / Sr. Architect | Red Hat, Inc. > FuseSource is now part of Red Hat > Web: fusesource.com <http://www.fusesource.com> | > redhat.com<http://www.redhat.com> > Blog: sully6768.blogspot.com > Twitter: sully6768 > -- Carsten Ziegeler cziege...@apache.org

Re: Unresolved annotation with embedded class after re-install

2014-07-14 Thread Carsten Ziegeler
en - or the class loading mechanism is indeed > broken here > > Cheers, > Stefan > -- > [0] - > https://github.com/junit-team/junit/blob/r4.11/src/main/java/org/junit/inte > rnal/builders/AnnotatedBuilder.java#L19 > > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

Re: OSGi and Git - what release process, how many repos?

2014-08-11 Thread Carsten Ziegeler
t;> >> > > -- > Christian Schneider > http://www.liquid-reality.de > > Open Source Architect > Talend Application Integration Division http://www.talend.com > > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

Re: why org.osgi.util.tracker are embedded ?

2014-09-10 Thread Carsten Ziegeler
r etc. > > > > Note that the tracker package is not and has never been part of OSGi > Core. > > > > Regards > > Neil > > > > On 9 September 2014 at 15:08:35, Cristiano Gavião (cvgav...@gmail.com > > <mailto:cvgav...@gmail.com>) wrote: > > > >> Hi all, > >> > >> I'm facing a class duplicity problem and while investigating it I noted > >> that org.apache.felix.configadmin, org.apache.felix.scr and others > >> embeds the /org.osgi.util.tracker/ package inline in its own bundle. > >> > >> I thought that this package would be imported/used from the framework... > >> > >> What is the reason for such approach ? when should I worry to embed > >> packages from osgi.core in my own bundle ? > >> > >> many thanks, > >> > >> regards, > >> > >> Cristiano > > -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

Re: Memory leak in AsyncDeliverTasks, EventAdmin 1.3.2

2014-10-03 Thread Carsten Ziegeler
task entring this section can not cause harm, right? > But the submit method can potentially throw a RejectedExecutionException. > Couldn't this also result in the same condition? TaskExecutor not scheduled > but still added to m_running_threads? > Is there a bug-fix planned for 1.3.x? Or do we have to switch to 1.4.x? > > Thanks for reading this long message ;-) > Hartmut > -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

Re: [framework] Is there any release date for felix 4.6.0

2014-10-12 Thread Carsten Ziegeler
4 um 13:05 schrieb Balázs Zsoldos: > Hi, > > as much as I saw in the Jira of Felix, version 4.6.0 will support OSGi 6.0. > Do you know when it will be available? Is there any public roadmap with > release dates? > > Thanks and regards, > *Zsoldos Balázs* > -- Carste

Re: Configurable service properties with standard osgi annotations

2014-12-07 Thread Carsten Ziegeler
ith the standard osgi annotations > (org.osgi.service.component.annotation)? > This will be added to an update of the metatype service spec which will be part of R6 (I think it's RFC 208) - not sure if any tooling has implemented this already. Carsten > Cheers, > Reto > -- Ca

Re: DS property replacement?

2015-03-09 Thread Carsten Ziegeler
hat's not working for your case. And finally you can change the values through a configuration, so instead of coming up with a new way to get a value for the placeholders you create a configuration that set the [reference].target property to the appropriate value.

Re: DS property replacement?

2015-03-09 Thread Carsten Ziegeler
nagement problem. > > So, my thought about where the information for replacement is that it would > come from only > - bundle runtime info What exactly do you mean with that? > - manifest How is this different from a properties file in the bundle? Rega

Re: DS property replacement?

2015-03-09 Thread Carsten Ziegeler
gt; You can't see runtime info from the build! > > This is the main point! > Sorry, I still haven't understood this part - what is an example for "runtime info" ? Regards Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org --

Re: DS property replacement?

2015-03-09 Thread Carsten Ziegeler
rty being correct. Regards Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: ConfigAdmin 1.8.2 does not call ManagedServiceFactory updates method

2015-04-07 Thread Carsten Ziegeler
en 1.8.0 and 1.8.2)? > I don't see a code change between 1.8.0 and 1.8.2 in this section. 1.8.2 is still passing the CT (in this respect at least). if the problem is still there, please file a Jira issue, if possible with the source of your bundle showing the problem. Thanks Carst

Re: Jetty vs Undertow

2015-04-15 Thread Carsten Ziegeler
the http whiteboard spec completely. Writing an implementation on something else than jetty shouldn't be too hard, one could use the jetty based impl as a starting point. Regards Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege

Re: ServletContextListener

2015-05-09 Thread Carsten Ziegeler
gt; ServletContextListener are not supported (but should be in the near future) > by felix. Is there any other way I can add shiro to my webapp, that I'm not > aware of? Is the documentation up-to-date or is the ServletContextListener > maybe already added? > > Any advice is a

Re: ServletContextListener

2015-05-11 Thread Carsten Ziegeler
ve to add some special properties to > the service which I maybe overread in the specification? > > Any advice is appreciated :) > > Best regards, > Thomas > > > [1]https://github.com/apache/felix > > 2015-05-09 14:17 GMT+02:00 Carsten Ziegeler : > >

Re: ServletContextListener

2015-05-11 Thread Carsten Ziegeler
Am 11.05.15 um 18:25 schrieb Scott Lewis: > On 5/11/2015 8:53 AM, Carsten Ziegeler wrote: >> Hi Thomas, >> >> the http/whiteboard project is the "old" proprietary whiteboard support >> from Apache Felix. The new RFC-189 based stuff requires you to compile &g

Re: ServletContextListener

2015-05-11 Thread Carsten Ziegeler
Am 11.05.15 um 18:51 schrieb Scott Lewis: > On 5/11/2015 9:45 AM, Carsten Ziegeler wrote: >> >> Is there a release scheduled that will include all the http service >> changes for R6 final? >> >> Yes, once there is an official final R6 version, we can do a release

  1   2   3   >