Re: [DISCUSS] [DELTASPIKE-27] CodiConfig

2011-12-23 Thread John D. Ament
+1 How about SpikeConfig? On Fri, Dec 23, 2011 at 3:27 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 for a new name. (initially it was a bit more. we reduced the functionality later on.) we could call it e.g. ModuleConfig regards, gerhard 2011/12/23 Jason Porter

Re: basic decisions: test setup

2011-12-24 Thread John D. Ament
What if we ask Aslak very nicely to create a class that combines the two? On Sat, Dec 24, 2011 at 11:56 AM, Jason Porter lightguard...@gmail.comwrote: I just some digging, I think we'll have to stick with our original idea of separating via package because JUnit won't accept multiple @RunWith

Re: [jira] [Commented] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-27 Thread John D. Ament
Do you have a link to where this is in OWB? example maybe? On Tue, Dec 27, 2011 at 6:04 PM, Gerhard Petracek (Commented) (JIRA) j...@apache.org wrote: [

Re: [jira] [Commented] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-27 Thread John D. Ament
to the other feature threads) as soon as the jira issue is ready for the discussion. regards, gerhard 2011/12/28 John D. Ament john.d.am...@gmail.com Do you have a link to where this is in OWB? example maybe? On Tue, Dec 27, 2011 at 6:04 PM, Gerhard Petracek (Commented) (JIRA) j

Re: [DISCUSS] [DELTASPIKE-8] @Veto

2011-12-27 Thread John D. Ament
Unmanaged sounds a little confusing. this simply represents the default implementation of the bean, correct? so an app developer can create a manual producer... right? On Tue, Dec 27, 2011 at 7:24 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 for @Unmanaged (+1 for @Exclude if

Re: Project Planning

2012-01-01 Thread John D. Ament
Mom and Dad :) Sent from my iPhone On Jan 1, 2012, at 17:10, John D. Ament john.d.am...@gmail.com wrote: So (and this is going to sound extremely cliche) What can I do to help? Cuz right now I see lots of commits from you and strub, Lots of discusses. John

Re: [DISCUSS] [DELTASPIKE-7] ExpressionActivated

2012-01-01 Thread John D. Ament
+1 for ExpressionActivated which seems closer to a name the CDI spec would use. On Sun, Jan 1, 2012 at 7:57 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi, please send your opinion about the name (@ActivatedOnExpression vs @ExpressionActivated). thx regards, gerhard

Re: [DISCUSS] [DELTASPIKE-6] ProjectStageActivated

2012-01-01 Thread John D. Ament
My personal preference is against any behavior based on project stage. ends up with some bad developer coding (at least my experience at the enterprise level). However, I do not think we should remove the feature due to this. Focusing on just the name, I think anything -ed makes sense for CDI

Re: [DISCUSS] deltaspike v0.1

2012-01-14 Thread John D. Ament
+1 On Sat, Jan 14, 2012 at 3:06 AM, Christian Kaltepoth christ...@kaltepoth.de wrote: I really like the idea of releasing early and often! +1 2012/1/14 Matthias Wessendorf mat...@apache.org: +1 On Saturday, January 14, 2012, Mark Struberg strub...@yahoo.de wrote: +1 just

Re: [DISCUSS][SECURITY-API] [DELTASPIKE-64] @Secured

2012-01-31 Thread John D. Ament
Is it up to the developer to define the bean that implements an interface? On Tue, Jan 31, 2012 at 6:59 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi @ all, imo this feature of myfaces codi-core is a nice starting point for the security-api discussion, because the basic idea

Re: [VOTE] Release of Apache DeltaSpike 0.1-incubating

2012-02-04 Thread John D. Ament
+1 looks good. John On Feb 3, 2012 8:22 PM, Gerhard Petracek gpetra...@apache.org wrote: Hi, I'd like to call a VOTE on releasing Apache DeltaSpike 0.1-incubating. Maven staging repository: https://repository.apache.org/content/repositories/orgapachedeltaspike-187/ Source release:

Re: Issues with arquillian archives on WebLogic 12c - wrong beans.xml file location

2012-02-21 Thread John D. Ament
Anyone want to file the S/R with Oracle? :-) (I'm willing if you want) On Tue, Feb 21, 2012 at 5:45 AM, Mark Struberg strub...@yahoo.de wrote: Just another note. 12.1 of the CDI spec does only specify what parts of the classpath are a BeanArchive. But in the Spec we doesn't say anything

Re: integration tests working on WLS 12c

2012-02-24 Thread John D. Ament
Funny, I just asked this recently [1] and the answer is yes apparently. I have not tested it yet. [1] https://twitter.com/#!/VineetReynolds/status/172283597103955968 On Fri, Feb 24, 2012 at 7:34 AM, Mark Struberg strub...@yahoo.de wrote: great news, thanks Rudy! Arquillian guys, is it

[DISCUSS] DELTASPIKE-14 GenericBeans

2012-03-04 Thread John D. Ament
Hi All I would like to begin discussing the use of Generic Beans from Solder (currently this issue is assigned to Antoine, but I have some bandwidth and offered to help him here). This feature is used to configure a set of related beans that require shared components, while still allowing scopes

[DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-03-04 Thread John D. Ament
Hi All I wanted to bring up the subject of ServiceHandler. I added 113 as a child of DELTASPIKE-2, looked appropriate but not 100% sure (so please let me know if you think it's not appropriate as a child). ServiceHandler is a feature in Solder that allows you to define an interceptor that

Re: [DISCUSS] DELTASPIKE-14 GenericBeans

2012-03-06 Thread John D. Ament
correctly in a modular container. Sent from my iPhone On Mar 4, 2012, at 8:52, John D. Ament john.d.am...@gmail.com wrote: Hi All I would like to begin discussing the use of Generic Beans from Solder (currently this issue is assigned to Antoine, but I have some bandwidth

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-03-06 Thread John D. Ament
, but, could we not do this with delegates? Sent from my iPhone On Mar 6, 2012, at 19:05, John D. Ament john.d.am...@gmail.com wrote: @mark I don't think it's a hard requirement for it to be on an interface. One of the best use-cases we built at my job is using it for calling PL/SQL

Re: [DISCUSS] [DELTASPIKE-119] i18n/message module

2012-03-10 Thread John D. Ament
Hi Gerhard Can we also list all features of Seam International in the issue? John On Sat, Mar 10, 2012 at 9:34 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi @ all, i would like to suggest to start the discussion about the requirements for the i18n/message-module. therefore i

Re: [DISCUSS] start()/boot() vs stop()/shutdown()

2012-03-19 Thread John D. Ament
-1 on this as well. No reason to combine the methods. On Mon, Mar 19, 2012 at 1:12 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: great that it's clarified. regards, gerhard 2012/3/19 Pete Muir pm...@redhat.com Sorry, I had totally missed that you want this as an additional

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-04-04 Thread John D. Ament
in addition to whatever the original impl does. ServiceHandlers to me seem more like super interceptors. Sent from my iPhone On Mar 6, 2012, at 19:23, John D. Ament john.d.am...@gmail.com wrote: @jason I think the concepts are very dissimilar

Re: [VOTE] Release Apache DeltaSpike-0.2-incubating

2012-04-15 Thread John D. Ament
+1 John On Apr 15, 2012 4:30 PM, Mark Struberg strub...@yahoo.de wrote: Hi folks, I'd like to call a VOTE on releasing Apache DeltaSpike 0.2-incubating. The Maven staging repository: https://repository.apache.org/content/repositories/orgapachedeltaspike-051/Source release:

Re: DeltaSpike Roadmap

2012-12-17 Thread John D. Ament
://github.com/rmannibucau 2012/12/17 John D. Ament john.d.am...@gmail.com: +1 to Romain's thoughts. DeltaSpike shouldn't care about Validations, since javax.validator.Validator is already injectable to the application stack. Hibernate Validator already provides an @Email as well

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-12-19 Thread John D. Ament
the answers to the existing questions. regards, gerhard 2012/4/4 John D. Ament john.d.am...@gmail.com All, I kind of let this one and the other drop off my radar, I apologize. it looks like where we last left off, Gerhard was still requesting additional comments from everyone. Any

Re: [DISCUSS] DELTASPIKE-60 Review and discuss a generic DAO API

2012-12-19 Thread John D. Ament
I just revived the DS-113 discussion. I was hoping to see more responses internally to my question about approach as well as some more progression from the CDI EG. John On Wed, Dec 19, 2012 at 7:18 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: cdi-query is close to be the answer think

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-12-20 Thread John D. Ament
://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2012/12/20 Jason Porter lightguard...@gmail.com: At this point, I'd say just do it as is in solder. On Wed, Dec 19, 2012 at 5:25 PM, John D. Ament john.d.am...@gmail.comwrote

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-12-20 Thread John D. Ament
, John D. Ament wrote: The problem I have is that now InvocationHandler is both an interface and an @interface which will make it impossible for imports. I don't think they should have the same name. On Thu, Dec 20, 2012 at 9:57 AM, Pete Muir pm...@redhat.com wrote: On 20 Dec 2012

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-12-20 Thread John D. Ament
PM, Jason Porter lightguard...@gmail.comwrote: +1 for @ServiceHandler On Thu, Dec 20, 2012 at 9:39 AM, John D. Ament john.d.am...@gmail.com wrote: If we're still calling the feature ServiceHandler then why not @ServiceHandler? On Thu, Dec 20, 2012 at 11:33 AM, Romain Manni-Bucau

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-12-22 Thread John D. Ament
...@redhat.com wrote: On 21 Dec 2012, at 02:21, John D. Ament wrote: Hi all, So just to summarize the current proposal: - Create a new annotation @ServiceHandlerBinding (in core/api) which will be placed on on the interface that defines points of the - Create a new annotation

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-12-26 Thread John D. Ament
pm...@redhat.com wrote: I think it should work, adding a qualifier, but I don't think it's the normal way to do it. On 23 Dec 2012, at 16:12, John D. Ament wrote: Well, this object is used for a specific case. In my opinion, you should be able to resolve it using @Inject @QueryHandler

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-12-26 Thread John D. Ament
/12/26 John D. Ament john.d.am...@gmail.com but the specific one annotated a certain way. The cleanest way (conceptual

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-12-26 Thread John D. Ament
at 2:06 PM, John D. Ament john.d.am...@gmail.comwrote: Gerhard, I apologize, I hadn't realized you implemented this feature, considering it has been assigned to me. John On Wed, Dec 26, 2012 at 1:56 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi john, that can't

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-12-26 Thread John D. Ament
John D. Ament john.d.am...@gmail.com Gerhard, Just so I'm clear, when I was referring to the current implementation, it was the one shipped with Seam3/Solder: https://github.com/seam/solder/tree/develop/impl/src/main/java/org/jboss/solder/serviceHandler It does look like

[jira] [Assigned] (DELTASPIKE-113) Review and Discuss ServiceHandlers

2013-02-12 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament reassigned DELTASPIKE-113: Assignee: Gerhard Petracek (was: John D. Ament) Review and Discuss

[jira] [Commented] (DELTASPIKE-295) JsfMessageProducer createJsfMessage return type should be parametrized

2013-03-08 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13597047#comment-13597047 ] John D. Ament commented on DELTASPIKE-295: -- Mark, are you working

[jira] [Assigned] (DELTASPIKE-295) JsfMessageProducer createJsfMessage return type should be parametrized

2013-03-08 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament reassigned DELTASPIKE-295: Assignee: John D. Ament (was: Mark Struberg) JsfMessageProducer

[jira] [Commented] (DELTASPIKE-295) JsfMessageProducer createJsfMessage return type should be parametrized

2013-03-08 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13597073#comment-13597073 ] John D. Ament commented on DELTASPIKE-295: -- I have a fix in place but don't

Re: Push rights to the git repo?

2013-03-08 Thread John D. Ament
Nevermind, it apparently was truly a credential issue. I was able to login to JIRA using the credential I knew, but it stopped working in GIT. Fixed now. On Fri, Mar 8, 2013 at 7:28 AM, John D. Ament john.d.am...@gmail.comwrote: As far as I know, my username is johndament and I've been

[jira] [Resolved] (DELTASPIKE-295) JsfMessageProducer createJsfMessage return type should be parametrized

2013-03-08 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-295. -- Resolution: Fixed Ran this on the JSF module mvn clean install -PWeld

[jira] [Commented] (DELTASPIKE-295) JsfMessageProducer createJsfMessage return type should be parametrized

2013-03-08 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13597161#comment-13597161 ] John D. Ament commented on DELTASPIKE-295: -- The problem (and actually I

[jira] [Updated] (DELTASPIKE-319) JPA module fails to start transaction if a qualifier is not used under certain conditions

2013-03-12 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-319: - Fix Version/s: (was: 0.3-incubating) 0.4-incubating

[jira] [Reopened] (DELTASPIKE-319) JPA module fails to start transaction if a qualifier is not used under certain conditions

2013-03-12 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament reopened DELTASPIKE-319: -- JPA module fails to start transaction if a qualifier is not used under certain

[jira] [Updated] (DELTASPIKE-319) Fail deployment of app with JPA module when EM not found in same class.

2013-03-12 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-319: - Summary: Fail deployment of app with JPA module when EM not found in same class

[jira] [Updated] (DELTASPIKE-321) DefaultMessage.argument(Serializable...) should guard against empty arrays

2013-03-18 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-321: - Assignee: John D. Ament (was: Mark Struberg) DefaultMessage.argument

[jira] [Commented] (DELTASPIKE-321) DefaultMessage.argument(Serializable...) should guard against empty arrays

2013-03-18 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605165#comment-13605165 ] John D. Ament commented on DELTASPIKE-321: -- Added a test, to reproduce

[jira] [Resolved] (DELTASPIKE-321) DefaultMessage.argument(Serializable...) should guard against empty arrays

2013-03-18 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-321. -- Resolution: Fixed Fixed and validated (finally checked in too

[jira] [Commented] (DELTASPIKE-321) DefaultMessage.argument(Serializable...) should guard against empty arrays

2013-03-18 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605548#comment-13605548 ] John D. Ament commented on DELTASPIKE-321: -- I'll check it again this evening

[jira] [Commented] (DELTASPIKE-321) DefaultMessage.argument(Serializable...) should guard against empty arrays

2013-03-18 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605573#comment-13605573 ] John D. Ament commented on DELTASPIKE-321: -- I believe this is a limitation

[jira] [Commented] (DELTASPIKE-321) DefaultMessage.argument(Serializable...) should guard against empty arrays

2013-03-18 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605899#comment-13605899 ] John D. Ament commented on DELTASPIKE-321: -- What you're looking for isn't

[jira] [Commented] (DELTASPIKE-321) DefaultMessage.argument(Serializable...) should guard against empty arrays

2013-03-18 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605903#comment-13605903 ] John D. Ament commented on DELTASPIKE-321: -- Also, cannot check to see

Re: DELTASPIKE-321

2013-03-18 Thread John D. Ament
Oops.. Looks like there's only one implementation of message. On Mon, Mar 18, 2013 at 9:57 PM, John D. Ament john.d.am...@gmail.comwrote: All, Based on the above mentioned issue, I'd like to add the following two methods to the Message interface: public Message argument(Serializable

[jira] [Commented] (DELTASPIKE-321) DefaultMessage.argument(Serializable...) should guard against empty arrays

2013-03-19 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13606300#comment-13606300 ] John D. Ament commented on DELTASPIKE-321: -- Added two new methods to help

[jira] [Resolved] (DELTASPIKE-321) DefaultMessage.argument(Serializable...) should guard against empty arrays

2013-03-19 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-321. -- Resolution: Fixed DefaultMessage.argument(Serializable...) should guard

[jira] [Updated] (DELTASPIKE-273) Provide a way to obtain all property names or map of properties

2013-03-20 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-273: - Assignee: John D. Ament Provide a way to obtain all property names or map

Re: cdi-query, no news?

2013-03-20 Thread John D. Ament
* *Blog: **http://rmannibucau.wordpress.com/* http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/3/13 John D. Ament john.d.am

Re: Problems using Deltaspike JMX-Extensions together with JRebel

2013-03-20 Thread John D. Ament
But as a quick fix, he can also just set that property to true, right? Doesn't need a new build to do that. On Wed, Mar 20, 2013 at 2:24 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hi, thanks for the report, it should be fixed on trunk with

[jira] [Commented] (DELTASPIKE-273) Provide a way to obtain all property names or map of properties

2013-03-20 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608524#comment-13608524 ] John D. Ament commented on DELTASPIKE-273: -- Thanks! Merged in your changes

[jira] [Updated] (DELTASPIKE-273) Provide a way to obtain all property names or map of properties

2013-03-20 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-273: - Fix Version/s: 0.4-incubating Provide a way to obtain all property names or map

[jira] [Resolved] (DELTASPIKE-273) Provide a way to obtain all property names or map of properties

2013-03-20 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-273. -- Resolution: Fixed Tested locally, seems ok. No regression breaks. Pushed

[jira] [Commented] (DELTASPIKE-273) Provide a way to obtain all property names or map of properties

2013-03-21 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608914#comment-13608914 ] John D. Ament commented on DELTASPIKE-273: -- I think it's understood

DELTASPIKE-273

2013-03-21 Thread John D. Ament
All, I'd like to open the floor to anyone else who may have some questions or concerns about doing DS-273. Personally its something I need in a project I'm working on, seeing the bug open made it a good idea for me. As Gerhard mentions, if you have a slow source it will be slow to respond for

DISCUSS DeltaSpike-324

2013-03-21 Thread John D. Ament
All, I'd like to open the floor to discussion for porting JMS 2 features to DeltaSpike, specifically the features that added some CDI capabilities to JMS. Details of my rough proposal are here: https://issues.apache.org/jira/browse/DELTASPIKE-324 Importing these features start to deprecate

[jira] [Assigned] (DELTASPIKE-324) Backport JMS2 Like functionality to DeltaSpike

2013-03-21 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament reassigned DELTASPIKE-324: Assignee: John D. Ament Backport JMS2 Like functionality to DeltaSpike

Re: DISCUSS DeltaSpike-324

2013-03-21 Thread John D. Ament
just think we should first close a few tasks before we open new ones. +1 as well. Only wanted to start discussion. I don't think we should try to include this in 0.4 (BTW - when's 0.4 coming out?) LieGrue, strub - Original Message - From: John D. Ament john.d.am...@gmail.com

Re: DISCUSS DeltaSpike-324

2013-03-21 Thread John D. Ament
ones. LieGrue, strub - Original Message - From: John D. Ament john.d.am...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent: Thursday, March 21, 2013 6:09 PM Subject: Re: DISCUSS DeltaSpike-324 Romain, Generally, I'm mixed about these. However I think

[jira] [Commented] (DELTASPIKE-273) Provide a way to obtain all property names or map of properties

2013-03-21 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13609648#comment-13609648 ] John D. Ament commented on DELTASPIKE-273: -- I think perhaps we should discuss

Pending items for release

2013-03-21 Thread John D. Ament
All, When I look at open issues for DeltaSpike, all I see is under [1] ; looking at this list it's not clear which are ready to be done or which need more info. In addition when I look at [2] we end up with 50 open issues. V 0.3 was released in August 2012. I'd like to help get DS to a 0.4

[jira] [Comment Edited] (DELTASPIKE-273) Provide a way to obtain all property names or map of properties

2013-03-21 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13609760#comment-13609760 ] John D. Ament edited comment on DELTASPIKE-273 at 3/22/13 1:07 AM

Re: Pending items for release

2013-03-21 Thread John D. Ament
...@gmail.com wrote: hi john, [1] is the most blocking one we need for v0.4. regards, gerhard [1] https://issues.apache.org/jira/browse/DELTASPIKE-289 2013/3/22 John D. Ament john.d.am...@gmail.com All, When I look at open issues for DeltaSpike, all I see is under [1] ; looking

Re: Pending items for release

2013-03-22 Thread John D. Ament
(of jsf 2.2). afterwards i finish my tickets (which need it) and then we are ready for a release. imo the rest is nice to have for v0.4 regards, gerhard 2013/3/22 John D. Ament john.d.am...@gmail.com Gerhard, But currently it's assigned to Mark. So to outsiders, who maybe haven't been

Re: Pending items for release

2013-03-23 Thread John D. Ament
own interface like ClientWindow and provide a default implementation. (for jsf 2.2+ we just provide an own module with an adapter which delegates to javax.faces.lifecycle.ClientWindow.) regards, gerhard 2013/3/22 John D. Ament john.d.am...@gmail.com I'm not sure I follow. We're

[jira] [Created] (DELTASPIKE-326) Introduce isScannable to ConfigSource

2013-03-23 Thread John D. Ament (JIRA)
John D. Ament created DELTASPIKE-326: Summary: Introduce isScannable to ConfigSource Key: DELTASPIKE-326 URL: https://issues.apache.org/jira/browse/DELTASPIKE-326 Project: DeltaSpike

Re: DISCUSS DeltaSpike-324

2013-03-24 Thread John D. Ament
- Original Message - From: John D. Ament john.d.am...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent: Thursday, March 21, 2013 6:09 PM Subject: Re: DISCUSS DeltaSpike-324 Romain, Generally, I'm mixed about these. However I think there's

Re: DISCUSS DeltaSpike-324

2013-03-24 Thread John D. Ament
query for 0.4 IMO then i agree rest helpers are a must have (some tools around jaxrs client part can be great) etc... Le 24 mars 2013 16:13, John D. Ament john.d.am...@gmail.com a écrit : Romain, My only issue with this is that I don't think we've mapped out what the common use cases

[jira] [Resolved] (DELTASPIKE-326) Introduce isScannable to ConfigSource

2013-03-24 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-326. -- Resolution: Fixed Committed changes. Introduce isScannable

[jira] [Commented] (DELTASPIKE-273) Provide a way to obtain all property names or map of properties

2013-03-24 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13612347#comment-13612347 ] John D. Ament commented on DELTASPIKE-273: -- Added isScannable

[jira] [Resolved] (DELTASPIKE-273) Provide a way to obtain all property names or map of properties

2013-03-24 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-273. -- Resolution: Fixed Provide a way to obtain all property names or map

Re: DISCUSS DeltaSpike-324

2013-03-25 Thread John D. Ament
and still doesnt contain what users are waiting for... When i spoke about 1.0 just understand when last release answer basic needs Le 24 mars 2013 16:49, John D. Ament john.d.am...@gmail.com a écrit : Romain, I'm not sure what to tell you. One of our

[jira] [Updated] (DELTASPIKE-289) implement WindowContext

2013-03-25 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-289: - Fix Version/s: 0.4-incubating implement WindowContext

Heading towards a 0.4 release

2013-03-25 Thread John D. Ament
All, Based on the flurry of threads, I wanted to help get things started to move towards a 0.4 release. I created the filter at [1] to show our current progress. We currently have 50 issues fixed in 0.4, with 27 unresolved for the release. Some of these issues stick out, with me thinking that

[jira] [Created] (DELTASPIKE-328) Create ClientWindow API

2013-03-25 Thread John D. Ament (JIRA)
John D. Ament created DELTASPIKE-328: Summary: Create ClientWindow API Key: DELTASPIKE-328 URL: https://issues.apache.org/jira/browse/DELTASPIKE-328 Project: DeltaSpike Issue Type: Sub

[jira] [Created] (DELTASPIKE-329) Create a WindowContextManager

2013-03-25 Thread John D. Ament (JIRA)
John D. Ament created DELTASPIKE-329: Summary: Create a WindowContextManager Key: DELTASPIKE-329 URL: https://issues.apache.org/jira/browse/DELTASPIKE-329 Project: DeltaSpike Issue Type

[jira] [Created] (DELTASPIKE-330) Create a new WindowScope to represent beans that are bound to a browser window

2013-03-25 Thread John D. Ament (JIRA)
John D. Ament created DELTASPIKE-330: Summary: Create a new WindowScope to represent beans that are bound to a browser window Key: DELTASPIKE-330 URL: https://issues.apache.org/jira/browse/DELTASPIKE-330

Re: DeltaSpike Roadmap

2013-03-25 Thread John D. Ament
I believe all of the major JSF component libraries support some type of form validation using BV. On Mon, Mar 25, 2013 at 12:19 PM, Thomas Andraschko andraschko.tho...@gmail.com wrote: Any news about s:validateForm? As i said, it's great feature of seam3 and would perfectly fit DS (IMO). I

Re: DeltaSpike Roadmap

2013-03-25 Thread John D. Ament
not that easy and cool as s:validateForm. 2013/3/25 John D. Ament john.d.am...@gmail.com I believe all of the major JSF component libraries support some type of form validation using BV. On Mon, Mar 25, 2013 at 12:19 PM, Thomas Andraschko andraschko.tho...@gmail.com wrote: Any news

Re: [VOTE] Recommending DeltaSpike for Graduation to an Apache Top Level Project

2013-03-25 Thread John D. Ament
ken at kenfinnigan.me John D. Ament johndament at apache.org NOW, THEREFORE, BE IT FURTHER RESOLVED, that Mark Struberg be appointed to the office of Vice President, Apache DeltaSpike, to serve in accordance with and subject to the direction of the Board of Directors and the Bylaws

Re: DISCUSS DeltaSpike-324

2013-03-25 Thread John D. Ament
a pain for users. We need jsf + if possible cdi query for 0.4 IMO then i agree rest helpers are a must have (some tools around jaxrs client part can be great) etc... Le 24 mars 2013 16:13, John D. Ament john.d.am...@gmail.com a écrit

Re: [VOTE] Recommending DeltaSpike for Graduation to an Apache Top Level Project

2013-03-25 Thread John D. Ament
are short before our 4th release. I'd say this is quite ok. (Even if I'd be happier if we would improve our release rate). LieGrue, strub From: John D. Ament john.d.am...@gmail.com To: deltaspike-us...@incubator.apache.org; Mark Struberg strub...@yahoo.de

[jira] [Updated] (DELTASPIKE-278) add 'category' to Message API

2013-03-25 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-278: - Fix Version/s: (was: 0.4-incubating) 0.5-incubating add

Re: Servlet module

2013-03-26 Thread John D. Ament
This was already discussed. http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/seam-servlet-stuff-to-deltaspike-td4653869.html On Tue, Mar 26, 2013 at 4:36 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: +1 for 0.5 *Romain Manni-Bucau* *Twitter: @rmannibucau

[jira] [Commented] (DELTASPIKE-263) Generate binaries of DeltaSpike project

2013-03-26 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613703#comment-13613703 ] John D. Ament commented on DELTASPIKE-263: -- [~cmoulliard] No one's saying

[jira] [Commented] (DELTASPIKE-263) Generate binaries of DeltaSpike project

2013-03-26 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613739#comment-13613739 ] John D. Ament commented on DELTASPIKE-263: -- [~gpetracek] it seems like we're

Re: Heading towards a 0.4 release

2013-03-26 Thread John D. Ament
, gerhard 2013/3/26 John D. Ament john.d.am...@gmail.com I think leaving proxy support to full interface only for now makes sense, we can enrich this further in another release. How about we close 113 as a reduced scope and open a new issue for remaining items? I see you

[jira] [Updated] (DELTASPIKE-271) Import Seam Config from Solder

2013-03-26 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-271: - Fix Version/s: (was: 0.4-incubating) 0.5-incubating

[jira] [Updated] (DELTASPIKE-270) Create api and impl spaces for the module

2013-03-26 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-270: - Fix Version/s: (was: 0.4-incubating) 0.5-incubating

[jira] [Updated] (DELTASPIKE-272) Copy documentation from Seam Solder for configuration

2013-03-26 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-272: - Fix Version/s: (was: 0.4-incubating) 0.5-incubating Copy

Re: Heading towards a 0.4 release

2013-03-26 Thread John D. Ament
certainly add it in post 0.4 if there really is a desire for it. — Sent from Mailbox for iPhone On Tue, Mar 26, 2013 at 7:23 AM, John D. Ament john.d.am...@gmail.com wrote: Jason, Does that mean we are no longer bringing XML config to DeltaSpike, even though it was already voted

[jira] [Updated] (DELTASPIKE-269) Add XML Config from Seam

2013-03-26 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-269: - Fix Version/s: (was: 0.4-incubating) 0.5-incubating Add

[jira] [Resolved] (DELTASPIKE-105) remove workarounds for weld

2013-03-26 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-105. -- Resolution: Won't Fix Consensus was that the work arounds are needed for older

Re: Heading towards a 0.4 release

2013-03-26 Thread John D. Ament
I moved the XML config to 0.5 I resolver DS-105 since no additional comments on it and general consensus was that it was needed for backwards compatibility. On Tue, Mar 26, 2013 at 9:40 AM, John D. Ament john.d.am...@gmail.comwrote: Ok. How about the open catch issues? Do you feel any

Re: Heading towards a 0.4 release

2013-03-27 Thread John D. Ament
seemed lukewarm, so I figured it wasn't something people really cared about. We could certainly add it in post 0.4 if there really is a desire for it. — Sent from Mailbox for iPhone On Tue, Mar 26, 2013 at 7:23 AM, John D. Ament john.d.am...@gmail.com wrote: Jason

  1   2   >