Re: DISCUSS DeltaSpike-332

2013-06-02 Thread Romain Manni-Bucau
for WebLogic?) and sometimes because of company reasons. Thus I'm +1 for adding it as _optional_ feature. LieGrue, strub From: Romain Manni-Bucau rmannibu...@gmail.com To: dev@deltaspike.apache.org Sent: Sunday, 2 June 2013, 8:57 Subject: Re: DISCUSS

Re: DISCUSS DeltaSpike-332

2013-06-02 Thread Romain Manni-Bucau
(not sure if it's who proposed it or the lack of use of these specs). John On Sun, Jun 2, 2013 at 5:03 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Weird if that s true but in such a case app will be constrained too i think Le 2 juin 2013 10:25, Mark Struberg strub...@yahoo.de

Re: CDI Query import

2013-06-14 Thread Romain Manni-Bucau
Jpa-repository sounds fine as a jpa submodule for me Le 14 juin 2013 19:56, John D. Ament john.d.am...@gmail.com a écrit : i thought it was a separate module from JPA at inception. On Fri, Jun 14, 2013 at 1:08 PM, Jason Porter lightguard...@gmail.com wrote: Sounds like we need to create a

[jira] [Commented] (DELTASPIKE-382) mask out passwords and other credentials

2013-06-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13684635#comment-13684635 ] Romain Manni-Bucau commented on DELTASPIKE-382: --- An alternative would

Re: [DISCUSS] beanval module name

2013-06-16 Thread Romain Manni-Bucau
whatever the list is IMO, the point was already mentionned: how many times did you use bv to say bean validation? You never say Java Persistence API but always jpa, for bval that's the opposite IMO. I commonly see bval or beanvalidation but not others. *Romain Manni-Bucau* *Twitter: @rmannibucau

Re: [DISCUSS] beanval module name

2013-06-16 Thread Romain Manni-Bucau
even when speaking? Then the point is who should understand the name, the EG or users. *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau

Re: [DISCUSS] beanval module name

2013-06-16 Thread Romain Manni-Bucau
know what it is. *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/6/16 Gerhard Petracek

Re: Time to cut 0.5?

2013-07-10 Thread Romain Manni-Bucau
, EntityId, Dto, DtoId) - probably needs another discuss thread but i'll let JL open it *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github

Re: Data Module

2013-07-10 Thread Romain Manni-Bucau
+1 just to complete this thread the main issue is not the implementation but the exposed API: public interface EntityRepositoryE, PK extends Serializable would become public interface EntityDtoRepositoryE, PK extends Serializable, Dto, DtoPk *Romain Manni-Bucau* *Twitter: @rmannibucau https

Re: Data Module

2013-07-10 Thread Romain Manni-Bucau
globally my answer meant if forEntity is sometimes mandatory, sometimes not this is maybe not the right place i thought to add it to mapper config *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http

Re: Data Module

2013-07-10 Thread Romain Manni-Bucau
Cause in REST you can push your entities to your REST endpoints then simply convert it to DTO, that's a stateless case which work but not that general. *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http

Re: Data Module

2013-07-12 Thread Romain Manni-Bucau
Ps: you can make a cdi bean an ejb from cdi extension Le 12 juil. 2013 08:12, Romain Manni-Bucau rmannibu...@gmail.com a écrit : Hi Depending the case DTO are not an option. I agree in rest app i wouldnt it but if not possible (maybe through another Bean) it would kill this module for half

Re: all tests green (almost)

2013-08-11 Thread Romain Manni-Bucau
I think so too, this is not a main feature of DS IMO Le 11 août 2013 16:43, John D. Ament john.d.am...@gmail.com a écrit : Well, it looks like Glassfish 4 is shipping with 2.0.0.SP1. Maybe we can just list this as a known limitation? On Sun, Aug 11, 2013 at 9:22 AM, Mark Struberg

[jira] [Created] (DELTASPIKE-404) BeanManagerProvider leaks in case of undeploy/redeploy

2013-08-28 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created DELTASPIKE-404: - Summary: BeanManagerProvider leaks in case of undeploy/redeploy Key: DELTASPIKE-404 URL: https://issues.apache.org/jira/browse/DELTASPIKE-404

ConfigSource using ThreadLocal

2013-09-25 Thread Romain Manni-Bucau
) backing a TestConfigSource. The question now: do we provide a default impl answering this need? (maybe an in memory configuration == map/properties updatable through a static method) wdyt? *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http

Re: ConfigSource using ThreadLocal

2013-09-25 Thread Romain Manni-Bucau
It would be a contextual config so in the case of arquillian you'd set it in the beginning of your test method. The point is not if it works but if we can/should support it. typically how to configure a webservice client url when the port is random? *Romain Manni-Bucau* *Twitter: @rmannibucau

Re: ConfigSource using ThreadLocal

2013-09-25 Thread Romain Manni-Bucau
in environments). On Wed, Sep 25, 2013 at 2:35 PM, Jason Porter lightguard...@gmail.com wrote: Ah, okay. Now I see. On Wed, Sep 25, 2013 at 12:12 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Yep but the app doesnt know it and arquillian doesnt have it in packaging phase

Re: ConfigSource using ThreadLocal

2013-09-25 Thread Romain Manni-Bucau
an own ThreadLocalTestConfigSource which you add as lib to your tomee, right? LieGrue, strub - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: dev@deltaspike.apache.org Cc: Sent: Wednesday, 25 September 2013, 21:49 Subject: Re: ConfigSource using

Re: ConfigSource using ThreadLocal

2013-09-26 Thread Romain Manni-Bucau
Yep, I'll ping him today on IRC *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/9/26 Jason

Re: Data Module

2013-10-01 Thread Romain Manni-Bucau
Hi any news on it? @ResultMapper was good to me *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau

Re: Renaming @ViewRef config property?

2013-10-03 Thread Romain Manni-Bucau
+1, same for @ConfigProperty btw Le 3 oct. 2013 20:49, Gerhard Petracek gerhard.petra...@gmail.com a écrit : -0.5 for now once we add more, you get the same and it would be not that expressive. that was the reason for changing it (compared to codi). regards, gerhard 2013/10/3 Thomas

Re: Renaming @ViewRef config property?

2013-10-03 Thread Romain Manni-Bucau
andraschko.tho...@gmail.com @Gerhard: Are there any expected properties on @ViewRef in the future? 2013/10/3 Romain Manni-Bucau rmannibu...@gmail.com +1, same for @ConfigProperty btw Le 3 oct. 2013 20:49, Gerhard Petracek gerhard.petra...@gmail.com a écrit : -0.5 for now once

Re: Renaming @ViewRef config property?

2013-10-03 Thread Romain Manni-Bucau
learned from using it in projects and explaining it in trainings for almost three years. what we have right now just reflects the feedback. regards, gerhard 2013/10/3 Romain Manni-Bucau rmannibu...@gmail.com If config is the unique mandatory attr it should be value imo Le 3 oct. 2013 22:39

[jira] [Commented] (DELTASPIKE-334) CDI + Blueprint integration

2013-10-28 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13806868#comment-13806868 ] Romain Manni-Bucau commented on DELTASPIKE-334: --- maybe we should get

Re: [DISCUSS] next release version? 0.6 or 1.0?

2013-11-11 Thread Romain Manni-Bucau
Well if code is released it should be stable or explicitely in alpha/beta..maybe we should do subreleases for unstables modules Le 11 nov. 2013 18:43, Mark Struberg strub...@yahoo.de a écrit : Oki folks, txs 4 the feedback, all! I'd say we should create the module-maturity-matrix.md first and

Re: [DISCUSS] next release version? 0.6 or 1.0?

2013-11-12 Thread Romain Manni-Bucau
+1 for v1. If we don't go back (= we don't make unstable stable modules) it is enough IMO

Re: Data Module

2013-11-15 Thread Romain Manni-Bucau
+1 Works for me, thks Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/15 Thomas Hug thomas@gmail.com: One question is probably whether it's worth adding something

[jira] [Commented] (DELTASPIKE-453) Provide @Eager for ApplicationScoped beans

2013-11-29 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13835472#comment-13835472 ] Romain Manni-Bucau commented on DELTASPIKE-453: --- Guys, we discussed

Re: [DISCUSS] unit-test cdi-control

2013-12-02 Thread Romain Manni-Bucau
we have something like it in openejb and it is really nicer than arquillian for real apps and unit tests since you don't need deployment or heavy enrichments processes Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau

Re: [DISCUSS] unit-test cdi-control

2013-12-02 Thread Romain Manni-Bucau
well I asked cause I used it and found something to replace in junit for everything (all you speak about) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/12/2 Mark

Re: Simple Cron Module

2013-12-03 Thread Romain Manni-Bucau
Oh, so something else ;). I'm +0 on this feature since IMO JavaEE 6 offers what is needed but I understand your constraint Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: Simple Cron Module

2013-12-03 Thread Romain Manni-Bucau
Hi what is issing in JavaEE 6 for you (TimerService already allows a lot)? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/12/3 Nathan Dennis nathan.den...@monarchnc.org

[jira] [Commented] (DELTASPIKE-472) Implement portable extensions that install custom beans when not running inside a WAR file.

2013-12-21 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13855122#comment-13855122 ] Romain Manni-Bucau commented on DELTASPIKE-472: --- Hi I don't get it too

[jira] [Commented] (DELTASPIKE-475) auto. registration of jobs with cron-expressions

2013-12-21 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13855121#comment-13855121 ] Romain Manni-Bucau commented on DELTASPIKE-475: --- Hi guys, I think we

Re: Parent vs BOM

2013-12-22 Thread Romain Manni-Bucau
+-0 while deltaspike doesnt use itself the bom (they lead too often to dep issues in practise) Le 23 déc. 2013 02:09, John D. Ament john.d.am...@gmail.com a écrit : Hi all Recently for the binary distribution task, I added a bom. I added this because the parent pom includes our dependencies,

[jira] [Commented] (DELTASPIKE-399) Incorporate Solder's ResourceLoader features into DeltaSpike

2013-12-27 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13857468#comment-13857468 ] Romain Manni-Bucau commented on DELTASPIKE-399: --- Guys, why not making

[jira] [Commented] (DELTASPIKE-473) Add support for javax.transaction.Transactional annotation added in JTA 1.2 spec

2013-12-28 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13858091#comment-13858091 ] Romain Manni-Bucau commented on DELTASPIKE-473: --- Hi Some inputs without

Re: Fwd: Support of Instance in OWB

2013-12-29 Thread Romain Manni-Bucau
@john: I guess the issue you got with tomee is linked to the dependencies in DS more than to tomee itself (answered your jira) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

[jira] [Comment Edited] (DELTASPIKE-482) Multiple test fixes

2013-12-29 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13858408#comment-13858408 ] Romain Manni-Bucau edited comment on DELTASPIKE-482 at 12/29/13 7:36 PM

Re: Servlet Module - Do we really need @Web?

2014-01-03 Thread Romain Manni-Bucau
-0 both injections can be different depending on containers using some advanced stuff out of ee but affecting ee lifecycle (at least in tomcat) but your proposal sounds acceptable. Le 3 janv. 2014 17:58, Thomas Andraschko andraschko.tho...@gmail.com a écrit : Hi, IMHO @Web is somehow annoying.

Re: Servlet Module - Do we really need @Web?

2014-01-04 Thread Romain Manni-Bucau
replacement. I know it is doable but needs to update the app and can break big apps where you aggregate multiple parts. Having a namespace should be a best practise IMHO. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github

Re: Servlet Module - Do we really need @Web?

2014-01-04 Thread Romain Manni-Bucau
@gerhard: @Decorator is broken in 85% of the case and doesn't work with producers IIRC Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014/1/4 Gerhard Petracek gerhard.petra

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Romain Manni-Bucau
I'd release 0.6 before having it, it will surely create discussion once we'll get something and it is easy to do something totally brokenn in particular when we'll want to get something clever in a web context btw we shouldn't do it without pivotal IMO Romain Manni-Bucau Twitter: @rmannibucau

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Romain Manni-Bucau
nothing fancy and surely slow. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014/1/23 Charles Moulliard ch0...@gmail.com: -1. Why would you like to support Spring Integration

[jira] [Commented] (DELTASPIKE-518) DS Data should support Wrapped JPA APIs

2014-02-06 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13893437#comment-13893437 ] Romain Manni-Bucau commented on DELTASPIKE-518: --- +1 sirona is doing

[jira] [Closed] (DELTASPIKE-518) DS Data should support Wrapped JPA APIs

2014-02-06 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed DELTASPIKE-518. - Resolution: Fixed Fix Version/s: 0.6 Assignee: Romain Manni

Re: [DISCUSS] DeltaSpike Launch Module

2014-02-06 Thread Romain Manni-Bucau
Hi I see the use case but deltaspike needs so much work on existing code (jsf, security, transactional, data for the one I see) that I think we shouldnt add new things while we dont propose something working fine out of the box. Wdyt? Le 7 févr. 2014 02:31, John D. Ament john.d.am...@gmail.com a

Re: Interceptors not being called in JUnit-aware CDI environment

2014-02-06 Thread Romain Manni-Bucau
HI You want to intercept the test? so it means the runner needs to invoke business methods of the test class which is not the case by default (ie result shouldn't be built from a newInstance() but from a beanManager.getXXX()). Romain Manni-Bucau Twitter: @rmannibucau Blog: http

Re: Interceptors not being called in JUnit-aware CDI environment

2014-02-06 Thread Romain Manni-Bucau
is you test class scanned by cdi? I mean did you provide a META-INF/beans.xml for tests? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-07 it-media.k...@daimler.com

Re: AW: Interceptors not being called in JUnit-aware CDI environment

2014-02-07 Thread Romain Manni-Bucau
Side note: you can also use a JUnit @Rule ;) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-07 Gerhard Petracek gerhard.petra...@gmail.com: hi heiko, you can use

[jira] [Commented] (DELTASPIKE-519) ClassLoader leak in ClassDeactivationUtils

2014-02-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13894475#comment-13894475 ] Romain Manni-Bucau commented on DELTASPIKE-519: --- I think we have

[jira] [Commented] (DELTASPIKE-519) ClassLoader leak in ClassDeactivationUtils

2014-02-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13894508#comment-13894508 ] Romain Manni-Bucau commented on DELTASPIKE-519: --- excepted startup loader

Re: [Discuss] Data Module - Transactional Repositories

2014-02-12 Thread Romain Manni-Bucau
While it works with JTA it is ok for me, I think it should be compatible with our @Transactional and EE 7 one. I think reusing @Transactional is important in declaration (on method) so maybe the way to go. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn

[jira] [Commented] (DELTASPIKE-522) Align cdiCtrl to modules and rename to match other modules named control.

2014-02-13 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901187#comment-13901187 ] Romain Manni-Bucau commented on DELTASPIKE-522: --- +1 this is already too

Re: Revisit cdiCtrl module name and how it's inconsistent with test-control?

2014-02-14 Thread Romain Manni-Bucau
well I don't agree on modules hierarchy which looks inconsistent but I dont really care while code is here but I agree with Mark names are already used 'in fact it is true for this and for core) so we shouldn't change it anymore. Romain Manni-Bucau Twitter: @rmannibucau Blog: http

Re: Revisit cdiCtrl module name and how it's inconsistent with test-control?

2014-02-14 Thread Romain Manni-Bucau
used so we have 1.0 constraints already. Only new modules don't have them. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-14 10:46 GMT+01:00 Gerhard Petracek

Re: Revisit cdiCtrl module name and how it's inconsistent with test-control?

2014-02-14 Thread Romain Manni-Bucau
that's the main point of the discussion I think. We are consistent with what we said but users can't wait for years so we are too used to maintain it. +1 for a vote Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau

Re: Revisit cdiCtrl module name and how it's inconsistent with test-control?

2014-02-14 Thread Romain Manni-Bucau
+0 for position -1 for name or maven coordinates Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-14 13:21 GMT+01:00 it-media.k...@daimler.com: Seems this way. I

Re: [Discuss] Data Module - Transactional Repositories

2014-02-16 Thread Romain Manni-Bucau
is with current @Tx impl we can't force a new transaction so we doesn't cover all needed case. But should be enough to start. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02

Re: [DISCUSS] next release version? 0.6 or 1.0?

2014-02-17 Thread Romain Manni-Bucau
Hi can we wait 1 or 2 weeks (no more) to see if we can sort out @Repo/@Tx stuff? Basically I'm waiting after it for months and this is blocker to be used ATM. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github

Re: Servlet Module - Do we really need @Web?

2014-02-18 Thread Romain Manni-Bucau
Project name should be fine now, if not all pakcages will change so same impact than annotation name Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-18 9:18 GMT+01:00

Re: Servlet Module - Do we really need @Web?

2014-02-18 Thread Romain Manni-Bucau
well managedresource looks really like a jmx stuff for me and since it uses cdi managed is quite obvious. That's why i thought the project name would fit and make the origin obvious. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com

Re: Servlet Module - Do we really need @Web?

2014-02-18 Thread Romain Manni-Bucau
+1 kind of tradeoff Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-18 10:46 GMT+01:00 Gerhard Petracek gerhard.petra...@gmail.com: we haven't seen a nice name so far

Re: PartialBeans and concrete methods

2014-02-20 Thread Romain Manni-Bucau
I think so too Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-20 13:05 GMT+01:00 Gerhard Petracek gerhard.petra...@gmail.com: imo we just need to support

Re: PartialBeans and concrete methods

2014-02-20 Thread Romain Manni-Bucau
it is since you use the handled (interface for instance) as metadata, no? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-20 16:32 GMT+01:00 Thomas Hug thomas

Re: PartialBeans and concrete methods

2014-02-20 Thread Romain Manni-Bucau
Ok got, that's because @Tx and@EMC doesn't use same syntax. If both uses qualifier it would work Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-20 17:15 GMT+01:00

Re: PartialBeans and concrete methods

2014-02-20 Thread Romain Manni-Bucau
, 2014 at 5:39 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Ok got, that's because @Tx and@EMC doesn't use same syntax. If both uses qualifier it would work Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com

Re: Servlet Module - Do we really need @Web?

2014-02-23 Thread Romain Manni-Bucau
That's would be ambiguous with JavaEE 6 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-23 22:12 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com: What about

Re: Servlet Module - Do we really need @Web?

2014-02-23 Thread Romain Manni-Bucau
I'd prefer something more explicit. Just changing the package would be enough for me Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-23 22:17 GMT+01:00 Thomas

Re: Servlet Module - Do we really need @Web?

2014-02-23 Thread Romain Manni-Bucau
using javax.* from deltaspike is quite ambiguous: is it a DS behavior or a spec one? I'm no opposed Priority but in org.apache.deltaspile...Priority Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https

Re: Servlet Module - Do we really need @Web?

2014-02-23 Thread Romain Manni-Bucau
wonder if 2 is really a *public* question once 1 is decided Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-23 23:26 GMT+01:00 Thomas Andraschko andraschko.tho

Re: Servlet Module - Do we really need @Web?

2014-02-23 Thread Romain Manni-Bucau
maybe we can do a public poll? 1) Keep it like it 2) @DeltaSpike 3) ordinal() 4) other? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-23 23:18 GMT+01:00 Thomas

Re: Servlet Module - Do we really need @Web?

2014-02-23 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-23 23:31 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com: Hmm. So i would just start with 1) and we can

Re: [VOTE] Replace @Web with a common DeltaSpike qualifier

2014-02-24 Thread Romain Manni-Bucau
seems we agree on DeltaSpike, no? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-24 17:24 GMT+01:00 John D. Ament john.d.am...@gmail.com: I agree with the use

Re: [VOTE] Replace @Web with a common DeltaSpike qualifier

2014-02-24 Thread Romain Manni-Bucau
yes but until now everybody seems ok if we have multiple proposal we can see if we do another vote or if some change their vote, no? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com

[jira] [Commented] (DELTASPIKE-420) Transactional repositories

2014-03-03 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13918201#comment-13918201 ] Romain Manni-Bucau commented on DELTASPIKE-420: --- That's a good point

[jira] [Resolved] (DELTASPIKE-537) test-utils jar should be added to deployed wars only if the test is a server test

2014-03-08 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved DELTASPIKE-537. --- Resolution: Fixed Fix Version/s: (was: 0.7

[jira] [Resolved] (DELTASPIKE-537) test-utils jar should be added to deployed wars only if the test is a server test

2014-03-08 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved DELTASPIKE-537. --- Resolution: Fixed Done, thanks for the review. Side note: i didn't put

Re: first steps for the next release

2014-03-12 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-03-12 11:19 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com: +1 thanks gerhard 2014-03-12 11:14 GMT+01:00

[jira] [Commented] (DELTASPIKE-552) Failed to Create Component Instance when using EntityRepository

2014-03-28 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13951216#comment-13951216 ] Romain Manni-Bucau commented on DELTASPIKE-552: --- FYI https

[jira] [Commented] (DELTASPIKE-552) Failed to Create Component Instance when using EntityRepository

2014-03-29 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13954369#comment-13954369 ] Romain Manni-Bucau commented on DELTASPIKE-552: --- Did you activate

[jira] [Commented] (DELTASPIKE-552) Failed to Create Component Instance when using EntityRepository

2014-03-29 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13954380#comment-13954380 ] Romain Manni-Bucau commented on DELTASPIKE-552: --- foo.bar.YourImpl

[jira] [Commented] (DELTASPIKE-552) Failed to Create Component Instance when using EntityRepository

2014-03-29 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13954388#comment-13954388 ] Romain Manni-Bucau commented on DELTASPIKE-552: --- hmm looks like

Re: [DISCUSS] releases

2014-04-03 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-04-03 14:42 GMT+02:00 Gerhard Petracek gerhard.petra...@gmail.com: hi @ all, initially we agreed on releasing early

[jira] [Commented] (DELTASPIKE-558) OpenEJB-ContainerControl tests randomly lock up on Solaris

2014-04-03 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13958842#comment-13958842 ] Romain Manni-Bucau commented on DELTASPIKE-558: --- Hi when you say

[jira] [Commented] (DELTASPIKE-558) OpenEJB-ContainerControl tests randomly lock up on Solaris

2014-04-03 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13958904#comment-13958904 ] Romain Manni-Bucau commented on DELTASPIKE-558: --- can you try

[jira] [Commented] (DELTASPIKE-558) OpenEJB-ContainerControl tests randomly lock up on Solaris

2014-04-03 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13959650#comment-13959650 ] Romain Manni-Bucau commented on DELTASPIKE-558: --- yes sounds consistent

[jira] [Commented] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13974794#comment-13974794 ] Romain Manni-Bucau commented on DELTASPIKE-577

[jira] [Commented] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13974833#comment-13974833 ] Romain Manni-Bucau commented on DELTASPIKE-577: --- @Gerhard: #1 owb should

[jira] [Assigned] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau reassigned DELTASPIKE-577: - Assignee: Romain Manni-Bucau Test-control: Add delegation

[jira] [Commented] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13974852#comment-13974852 ] Romain Manni-Bucau commented on DELTASPIKE-577: --- well it is portable

[jira] [Comment Edited] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13974852#comment-13974852 ] Romain Manni-Bucau edited comment on DELTASPIKE-577 at 4/19/14 1:11 PM

[jira] [Updated] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated DELTASPIKE-577: -- Assignee: (was: Romain Manni-Bucau) Test-control: Add delegation

[jira] [Commented] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-20 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13975073#comment-13975073 ] Romain Manni-Bucau commented on DELTASPIKE-577: --- ${openejb.home}/conf

[jira] [Comment Edited] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-20 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13975073#comment-13975073 ] Romain Manni-Bucau edited comment on DELTASPIKE-577 at 4/20/14 7:38 AM

[jira] [Commented] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-20 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13975106#comment-13975106 ] Romain Manni-Bucau commented on DELTASPIKE-577: --- wherever

[jira] [Commented] (DELTASPIKE-580) @InvocationMonitored

2014-04-20 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13975171#comment-13975171 ] Romain Manni-Bucau commented on DELTASPIKE-580: --- Just for memories we

[jira] [Commented] (DELTASPIKE-404) BeanManagerProvider leaks in case of undeploy/redeploy

2014-04-21 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13975625#comment-13975625 ] Romain Manni-Bucau commented on DELTASPIKE-404: --- the issue

[jira] [Comment Edited] (DELTASPIKE-404) BeanManagerProvider leaks in case of undeploy/redeploy

2014-04-21 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13975625#comment-13975625 ] Romain Manni-Bucau edited comment on DELTASPIKE-404 at 4/21/14 3:19 PM

Re: [VOTE] Release of Apache DeltaSpike 0.7

2014-05-01 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-01 15:20 GMT+02:00 Thomas Andraschko andraschko.tho...@gmail.com: +1 2014-05-01 11:30 GMT+02:00 Gerhard

  1   2   3   4   5   >