>Yeah, I don't know if that's doable now, but we could do some work on
>Tapestry-IoC so the Registry object could provide a method that returns a
>list of services, something which isn't done yet AFAIK.

Maybe this service could help us for that :
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/ioc/services/ServiceActivityScoreboard.html

>This was container specific, but remember reading somewhere that it would
>be a standard way to specify exclusions in cdi 1.1.  Couldn't find the
>reference, but here is a commit though:
>https://github.com/pmuir/cdi/commit/a4061ffd0ef52e4028e8cb5727335e7e25f1d493

Good to know !

>tapestry-cdi should be portable across containers, think there was only an
>issue when including a beans.xml in tapestry app where the weld extensions
>could be used.

BTW, we managed to exclude tapestry resources from CDI management at
server's start with spi extension :
https://github.com/got5/tapestry-cdi/blob/master/src/main/java/org/got5/tapestry5/cdi/extension/TapestryExtension.java

2013/5/16 Bård Magnus Kvalheim <mag...@kvalheim.eu>:
> On Thu, May 16, 2013 at 12:08 PM, Nourredine Khadri <
> nourredine.kha...@atos.net> wrote:
>
>> >I do believe that the same could be said for tapestry-cdi and by
>> extension FlowLogix
>> >Magnus, can you comment on this?
>> I think that you have to rely on a specific container's implementation
>> to exclude classes from scanning and avoid conficts between CDI and
>> Tapestry IOC. I can be wrong.
>
>
> This was container specific, but remember reading somewhere that it would
> be a standard way to specify exclusions in cdi 1.1.  Couldn't find the
> reference, but here is a commit though:
> https://github.com/pmuir/cdi/commit/a4061ffd0ef52e4028e8cb5727335e7e25f1d493
>
> tapestry-cdi should be portable across containers, think there was only an
> issue when including a beans.xml in tapestry app where the weld extensions
> could be used.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to