[jira] [Updated] (DELTASPIKE-23) documentation for ProjectStage

2011-12-21 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-23: --- Component/s: (was: Core) Documentation documentation

[jira] [Updated] (DELTASPIKE-19) documentation for BeanManagerProvider

2011-12-21 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-19: --- Component/s: (was: Core) Documentation documentation

[jira] [Updated] (DELTASPIKE-3) review and discuss BeanManagerProvider

2011-12-21 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-3: -- Fix Version/s: 1.0.0-incubating review and discuss BeanManagerProvider

[jira] [Reopened] (DELTASPIKE-24) Deactivatable

2011-12-21 Thread Gerhard Petracek (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reopened DELTASPIKE-24: Deactivatable - Key: DELTASPIKE-24

[jira] [Assigned] (DELTASPIKE-10) review and discuss metadata implementations and utils

2011-12-21 Thread Gerhard Petracek (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reassigned DELTASPIKE-10: -- Assignee: Jason Porter (was: Gerhard Petracek) review and discuss

[jira] [Updated] (DELTASPIKE-10) review and discuss metadata implementations and utils

2011-12-21 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-10: --- Description: BeanBuilder - DELTASPIKE-16 NarrowingBeanBuilder - DELTASPIKE-16

[jira] [Assigned] (DELTASPIKE-9) review and discuss @Requires

2011-12-21 Thread Gerhard Petracek (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reassigned DELTASPIKE-9: - Assignee: Jason Porter (was: Gerhard Petracek) review and discuss

[jira] [Created] (DELTASPIKE-27) review and discuss CodiConfig

2011-12-21 Thread Gerhard Petracek (Created) (JIRA)
review and discuss CodiConfig - Key: DELTASPIKE-27 URL: https://issues.apache.org/jira/browse/DELTASPIKE-27 Project: DeltaSpike Issue Type: Sub-task Reporter: Gerhard Petracek Assignee

[jira] [Created] (DELTASPIKE-28) review and discuss ServiceProvider

2011-12-21 Thread Gerhard Petracek (Created) (JIRA)
review and discuss ServiceProvider -- Key: DELTASPIKE-28 URL: https://issues.apache.org/jira/browse/DELTASPIKE-28 Project: DeltaSpike Issue Type: Sub-task Reporter: Gerhard Petracek

[jira] [Created] (DELTASPIKE-31) review and discuss StartupEventBroadcaster

2011-12-21 Thread Gerhard Petracek (Created) (JIRA)
Petracek Assignee: Gerhard Petracek -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http

[DISCUSS] [DELTASPIKE-28] ServiceProvider

2011-12-21 Thread Gerhard Petracek
hi @ all, fyi: please check [1] before you answer. [2] is the implementation used in owb. i suggest to start with it (instead of the version of codi), because the version of codi provides additional mechanisms we might need later on (if we include the corresponding features). the basic concept:

Re: [DISCUSS] [DELTASPIKE-27] CodiConfig

2011-12-21 Thread Gerhard Petracek
+1 regards, gerhard 2011/12/21 Gerhard Petracek gerhard.petra...@gmail.com hi @ all, fyi: please check [1] before you answer. [2] shows how to provide custom config-values in a type-safe manner. the basic concept: CodiConfig itself is just a marker interface to find all config classes

Re: [DISCUSS] [DELTASPIKE-28] ServiceProvider

2011-12-21 Thread Gerhard Petracek
+1 regards, gerhard 2011/12/21 Gerhard Petracek gerhard.petra...@gmail.com hi @ all, fyi: please check [1] before you answer. [2] is the implementation used in owb. i suggest to start with it (instead of the version of codi), because the version of codi provides additional mechanisms

[DISCUSS] [DELTASPIKE-29] BeanNames

2011-12-21 Thread Gerhard Petracek
hi @ all, fyi: please check [1] before you answer. the basic concept: in myfaces codi all names for named beans (@Named of cdi) are placed as variables in an interface (one per module). to find such interfaces easily they implement a marker interface called BeanNames (see e.g. [2]) please send

Re: [DISCUSS] [DELTASPIKE-29] BeanNames

2011-12-21 Thread Gerhard Petracek
+1 regards, gerhard 2011/12/21 Gerhard Petracek gerhard.petra...@gmail.com hi @ all, fyi: please check [1] before you answer. the basic concept: in myfaces codi all names for named beans (@Named of cdi) are placed as variables in an interface (one per module). to find such interfaces

[DISCUSS] [DELTASPIKE-30] startup logging of module config

2011-12-21 Thread Gerhard Petracek
hi @ all, fyi: please check [1] before you answer. the basic concept: during the startup of an application myfaces codi writes information about the current environment to the log. (e.g. the values configured via [2] and the detected version and implementation of cdi and other modules do the

Re: [DISCUSS] [DELTASPIKE-30] startup logging of module config

2011-12-21 Thread Gerhard Petracek
+1 regards, gerhard 2011/12/21 Gerhard Petracek gerhard.petra...@gmail.com hi @ all, fyi: please check [1] before you answer. the basic concept: during the startup of an application myfaces codi writes information about the current environment to the log. (e.g. the values configured

Re: [DISCUSS] [DELTASPIKE-29] BeanNames

2011-12-21 Thread Gerhard Petracek
an easy topic. regards, gerhard 2011/12/22 Mark Struberg strub...@yahoo.de -0.8 I just don't see the benefit. Never used that in Codi. LieGrue, strub - Original Message - From: Gerhard Petracek gerhard.petra...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent

git workflow

2011-12-20 Thread Gerhard Petracek
hi @ all, feel free to add your suggestions to [1]. regards, gerhard [1] https://cwiki.apache.org/confluence/display/DeltaSpike/Suggested+Git+Workflows

Re: [DISCUSS][DELTASPIKE-14] Generic Beans

2011-12-20 Thread Gerhard Petracek
hi antoine, imo we need at least a short but correct description as well as a clear vision (e.g. at least one real-world use-case which shows that there is a real benefit for users). @seam-social: it's nice that you could use it there, but currently i can't see the need to use it (compared to

[DISCUSS] [DELTASPIKE-4] ProjectStage

2011-12-19 Thread Gerhard Petracek
hi @ all, fyi: please check [1] before you answer. [2] provides a short introduction as well as the basic usage. [3] provides a short overview about implementing and using a custom (type-safe) project-stage the basic concept: the basic idea is to provide type-safe but extensible project-stages.

Re: [DISCUSS] [DELTASPIKE-7] ExpressionActivated

2011-12-19 Thread Gerhard Petracek
+1 (we could think about a different name) regards, gerhard 2011/12/19 Gerhard Petracek gerhard.petra...@gmail.com hi @ all, fyi: please check [1] before you answer. [2] provides a short introduction as well as the basic usage. the basic concept: via the annotation

Re: [DISCUSS] [DELTASPIKE-6] ProjectStageActivated

2011-12-19 Thread Gerhard Petracek
+0.5 e.g. for the name @ActivatedOnProjectStage, if we can also agree on @ActivatedOnExpression for [1]. regards, gerhard [1] http://s.apache.org/MeX 2011/12/19 Gerhard Petracek gerhard.petra...@gmail.com +1 (we could think about a different name) regards, gerhard 2011/12/19 Gerhard

Re: basic decisions: test setup

2011-12-17 Thread Gerhard Petracek
hi mark, that's very similar to the idea implemented by manila :) regards, gerhard 2011/12/17 Jason Porter lightguard...@gmail.com I like the idea, however, that would be a very core change to both core arquillian and the containers. I don't think we'll get that anytime soon. Maybe a

Re: basic decisions - coding conventions

2011-12-15 Thread Gerhard Petracek
hi @ all, i created [1] for collecting the suggestions. if you don't like one of the mentioned conventions, add your own suggestion. i'll start a vote about it on monday. regards, gerhard [1] https://issues.apache.org/jira/browse/DELTASPIKE-12 2011/12/12 Jason Porter lightguard...@gmail.com

Re: [DISCUSS] [DELTASPIKE-3] BeanManagerProvider

2011-12-15 Thread Gerhard Petracek
- Original Message - From: Gerhard Petracek gerhard.petra...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent: Wednesday, December 14, 2011 8:28 PM Subject: [DISCUSS] [DELTASPIKE-3] BeanManagerProvider hi @ all, fyi: please check [1

[jira] [Commented] (DELTASPIKE-1) initial jira setup

2011-12-12 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13167953#comment-13167953 ] Gerhard Petracek commented on DELTASPIKE-1: --- notifications: Administration

[jira] [Updated] (DELTASPIKE-1) initial jira setup

2011-12-12 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-1: -- Description: - issue types - workflow - roles (no groups - only individuals

[jira] [Created] (DELTASPIKE-2) deltaspike java-se feature ranking

2011-12-12 Thread Gerhard Petracek (Created) (JIRA)
deltaspike java-se feature ranking -- Key: DELTASPIKE-2 URL: https://issues.apache.org/jira/browse/DELTASPIKE-2 Project: DeltaSpike Issue Type: Task Reporter: Gerhard Petracek Assignee

[jira] [Created] (DELTASPIKE-3) review and discuss BeanManagerProvider

2011-12-12 Thread Gerhard Petracek (Created) (JIRA)
review and discuss BeanManagerProvider -- Key: DELTASPIKE-3 URL: https://issues.apache.org/jira/browse/DELTASPIKE-3 Project: DeltaSpike Issue Type: Sub-task Reporter: Gerhard Petracek

[jira] [Created] (DELTASPIKE-5) review and discuss Deactivatable

2011-12-12 Thread Gerhard Petracek (Created) (JIRA)
review and discuss Deactivatable Key: DELTASPIKE-5 URL: https://issues.apache.org/jira/browse/DELTASPIKE-5 Project: DeltaSpike Issue Type: Sub-task Reporter: Gerhard Petracek Assignee

[jira] [Created] (DELTASPIKE-8) review and discuss @Veto

2011-12-12 Thread Gerhard Petracek (Created) (JIRA)
review and discuss @Veto Key: DELTASPIKE-8 URL: https://issues.apache.org/jira/browse/DELTASPIKE-8 Project: DeltaSpike Issue Type: Sub-task Reporter: Gerhard Petracek Assignee: Gerhard

[jira] [Created] (DELTASPIKE-10) review and discuss metadata implementations and utils

2011-12-12 Thread Gerhard Petracek (Created) (JIRA)
Reporter: Gerhard Petracek Assignee: Gerhard Petracek -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information

[jira] [Created] (DELTASPIKE-9) review and discuss @Requires

2011-12-12 Thread Gerhard Petracek (Created) (JIRA)
review and discuss @Requires Key: DELTASPIKE-9 URL: https://issues.apache.org/jira/browse/DELTASPIKE-9 Project: DeltaSpike Issue Type: Sub-task Reporter: Gerhard Petracek Assignee

<    4   5   6   7   8   9