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

2014-02-17 Thread Romain Manni-Bucau
spec) > > > > >> or > > > > >> b) Trust Deltaspike to handle any conflicts. > > > > >> > > > > >> pros: > > > > >> - No conflicts or conflict management. > > > > >> - Users can use both variants for exa

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

2014-02-17 Thread Romain Manni-Bucau
@Gerhard: loos too much to existing JMX APIs + managed doesn't mean anything anymore today IMO 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 8:32 GMT+

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
@Gerhard: hmm, @Managed neither in fact + the type is expressive, qualifier is just a namespace IMO 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:26 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.linkedi

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

2014-02-18 Thread Romain Manni-Bucau
@Gerhard: yeah but managed is not expressive, doesnt give the origin + is quite standard for jmxso i would avoid it. That said it doesnt bring any feature so i dont want to fight for a name. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http

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 : > we haven't seen a nice name so far -> i would k

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 : > imo we "just" need to support interceptors

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 : > The m

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

Re: PartialBeans and concrete methods

2014-02-20 Thread Romain Manni-Bucau
epository methods for now until we have > 1) > > in a later release > > > > > > > > > > > > On Thu, Feb 20, 2014 at 5:39 PM, Romain Manni-Bucau > > wrote: > > > > > Ok got, that's because @Tx and@EMC doesn't use same syntax

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 : > 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 T

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:

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 : > Shoudln't

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 : > Hmm. So i would just start with 1) and we can continue our discussion af

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

2014-02-24 Thread Romain Manni-Bucau
+1 as well for a global qualifier @DeltaSPike 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 9:52 GMT+01:00 Thomas Andraschko : > +1 for @DeltaSpike -> @

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

2014-02-24 Thread Romain Manni-Bucau
if it is global it should be the name of project IMHO 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 16:54 GMT+01:00 John D. Ament : > I'm inclined to

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 : > I agree with the use of the name (@DeltaSp

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

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 : > +1 > thanks gerhard > > > 2014-03-12 11:14 GMT+01:00 G

Re: [VOTE] #2 Release of Apache DeltaSpike 0.6

2014-03-16 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-16 18:36 GMT+01:00 John D. Ament : > +1. > > Don't forget to cancel the prior vote. > > On Sun,

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 : > hi @ all, > > initially we agreed on releasing early and often. >

Re: first steps for the next release

2014-04-21 Thread Romain Manni-Bucau
Hi Great! Note the thread safety issue of data needs to be fixed before (if an issue ill try to help next week) Le 21 avr. 2014 13:55, "Gerhard Petracek" a écrit : > hi @ all, > > if there are no objections, i will start with the first steps for the next > release (v0.7) by the end of next week

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 : > +1 > > > 2014-05-01 11:30 GMT+02:00 Gerhard Petracek : >

[data] dto and isNew

2014-05-06 Thread Romain Manni-Bucau
Otherwise users need to do the find in the mapper...almost eveytime. wdyt? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: [data] dto and isNew

2014-05-16 Thread Romain Manni-Bucau
I think a protected findEntity(id) in the mapper can be enough. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-07 22:29 GMT+02:00 Thomas Hug : > Hi Romain, &g

Re: [data] dto and isNew

2014-05-17 Thread Romain Manni-Bucau
would work while return is and not Object ;) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-17 11:47 GMT+02:00 Thomas Hug : > Or a protected abstract Obj

Re: [data] dto and isNew

2014-05-17 Thread Romain Manni-Bucau
Yep, missed it. Works for me. Maybe the name should be closer to other methods, mapKey? But whatever you choose as name this solution works :). Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https

Re: [DISCUSS] next release as 1.0?

2014-05-19 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-19 11:13 GMT+02:00 Mark Struberg : > Hi! > > Is there ANYTHING which holds us back from moving our versi

Re: Data Module - Provide an abstract base entity class?

2014-05-20 Thread Romain Manni-Bucau
Hi +-0 nothing particular against but not sure the real gain is Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-20 12:57 GMT+02:00 Thomas Andraschko : >

Re: Data Module - Provide an abstract base entity class?

2014-05-20 Thread Romain Manni-Bucau
g-data etc...). PS: the hierarchy can be seen http://grepcode.com/file/repo1.maven.org/maven2/org.springframework.data/spring-data-jpa/1.0.3.RELEASE/org/springframework/data/jpa/domain/AbstractAuditable.java?av=h#AbstractAuditable Romain Manni-Bucau Twitter: @rmannibucau

Re: [COMMUNITY] DeltaSpike += Rafael Benevides

2014-05-20 Thread Romain Manni-Bucau
Congrats! Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-20 13:44 GMT+02:00 Jean-Louis MONTEIRO : > Congrats. > > > 2014-05-20 4:26 GMT-07:00 Gerh

Re: @Query naming conflict with javax.persistence.Query. Rename?

2014-05-26 Thread Romain Manni-Bucau
You will not get it using TypedQuery ;). @Query is the smoother default IMO Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-26 16:22 GMT+02:00 Thomas Andraschko

Re: @Query naming conflict with javax.persistence.Query. Rename?

2014-05-26 Thread Romain Manni-Bucau
case then? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-26 16:56 GMT+02:00 Thomas Hug : > Thought about this too as it pops up also in some impl classes,

Re: @Query naming conflict with javax.persistence.Query. Rename?

2014-05-26 Thread Romain Manni-Bucau
Ok, so I'd go for TypedQuery. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-26 17:38 GMT+02:00 Thomas Hug : > At least for me, it's typic

Re: first steps for the next release

2014-06-06 Thread Romain Manni-Bucau
+1, thks Gerhard Le 6 juin 2014 21:21, "Gerhard Petracek" a écrit : > hi @ all, > > if there are no objections, i will start with the first steps for the next > release (v1.0.0) by the end of next week. > > regards, > gerhard >

Re: Support for Quartz JobFactory?

2014-06-06 Thread Romain Manni-Bucau
+1. Having a cdi job with constructor injections would be nice Le 7 juin 2014 03:52, "John D. Ament" a écrit : > Hi, > > I noticed that in our scheduler module, we let quartz instantiate the > job, manually inject into it, and use that to do work. If I have a > job that is ApplicationScoped, thi

Re: Support for Quartz JobFactory?

2014-06-07 Thread Romain Manni-Bucau
Hi Isn't Instance too slow? But globally +1 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-07 9:31 GMT+02:00 Arne Limburg : > Hi all, > > I did d

Re: [VOTE] logo-shape

2014-06-12 Thread Romain Manni-Bucau
+1 for #5 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-12 11:37 GMT+02:00 Antoine Sabot-Durand : > +1 for #1 > +1 for #5 > > Antoine > > Le 11

Re: [VOTE] Release of Apache DeltaSpike 1.0.0

2014-06-14 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-06-14 18:31 GMT+02:00 Karl Kildén : > Hi, > > Thomas do you think our recent discussions [1] about the m

Re: [VOTE] logo-color

2014-06-15 Thread Romain Manni-Bucau
+1 for blue Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-15 11:01 GMT+02:00 Mark Struberg : > +1 blue. > > LieGrue, > strub > > > On Satur

Re: [data] dto and isNew

2014-06-16 Thread Romain Manni-Bucau
13, 2014 at 8:42 AM, Karl Kildén < > > karl.kil...@gmail.com> > > > > > > wrote: > > > > > > > > > > > > > I wrote a response to the users list but not sure it came > > through. > > > It > > > >

Re: [data] dto and isNew

2014-06-16 Thread Romain Manni-Bucau
; groupMapper.toEntity(user.getGroup(), userDto.getGroup()); > > > > > > > > > > > > > > You will still have to have some conditionals to see which one > to > > > > call, > > > > > > > also depends on your data model (required relations, lazy or > > eager > &g

Re: [data] dto and isNew

2014-06-16 Thread Romain Manni-Bucau
best way to handle relationships in > the Mapper? If the entity has not changed then you can just use > user.getGroup() but as I described previously this is wrong when the group > has changed. > > > On 16 June 2014 10:34, Romain Manni-Bucau wrote: > > > Cause mapping can be

Re: [data] dto and isNew

2014-06-17 Thread Romain Manni-Bucau
Yes, but that s not an issue since you can get it injected Le lundi 16 juin 2014, Karl Kildén a écrit : > But then I need to use the entityManager in the mapper or am I missing > something? > > > On 16 June 2014 11:17, Romain Manni-Bucau wrote: > >> Yes you

Re: [Data] Scope of repositories

2014-06-18 Thread Romain Manni-Bucau
st a @NormalScoped repo - >> >> PartialBeans do support that. >> >> Cheers, >> >> Thomas >> >> >> >> >> >> On Wed, Jun 18, 2014 at 11:37 AM, Thomas Andraschko < >> >> andraschko.tho...@gmail.com> wrote: >> >> >> >> > Hi, >> >> > >> >> > AFAICS repositories are non-scoped, right? >> >> > Isn't it possible to make them appscoped? >> >> > >> >> > Regards, >> >> > Thomas >> >> > >> >> >> > >> > >> > -- Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: Documentation proposal

2014-06-23 Thread Romain Manni-Bucau
Hi Antoine 2014-06-23 20:52 GMT+02:00 Antoine Sabot-Durand : > Hi all, > > > This week-end I wanted to check out documentation source to see how to > contribute to it. > I took me a lot of time to find where the doc source are. I finally found > it in the mailing list thanks to Rafael ;). > > Tha

Re: Documentation proposal

2014-06-23 Thread Romain Manni-Bucau
e can add a jar in site libs and call it from perl so we can still rely on java if needed ;)). Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-23 22:07 GMT+02:00 An

Re: [DISCUSS] supporting different spec versions

2014-06-28 Thread Romain Manni-Bucau
+0 for 1 -1 for 2 (otherwise a single branch will be maintained in practise) are we able to "fix" them? for 3 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-

Re: [DISCUSS] supporting different spec versions

2014-06-28 Thread Romain Manni-Bucau
ok, so I'd say 1. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-29 0:46 GMT+02:00 Gerhard Petracek : > no - i contacted esp. one server team months ago

Re: [VOTE] Release of Apache DeltaSpike 1.0.1

2014-07-14 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-07-14 9:27 GMT+02:00 Thomas Andraschko : > +1 > > > 2014-07-13 16:12 GMT+02:00 Gerhard Petrac

Re: DeltaSpike docs plan

2014-08-04 Thread Romain Manni-Bucau
Hi @John: apache cms is extensible enough to work with what we want (even docx or xls :p). Just need somebody with 1-2 days to hack the rendering and wire it in perl in the DS cms integratino. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http

Re: DeltaSpike docs plan

2014-08-04 Thread Romain Manni-Bucau
Almost: http://www.apache.org/dev/cms.html What's the issue with CMS? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-04 20:15 GMT+02:00 Rafael Benevides : &g

Re: DeltaSpike docs plan

2014-08-04 Thread Romain Manni-Bucau
ents. > It does > Something that came in my mind was to have the documentation as a git > submodule of the DeltaSpike site, that way we can have it linked and splited > at the same time. > I think we *have* to put the doc in deltaspike (no indirection) to keep it consistent >

Re: first steps for the next release

2014-08-05 Thread Romain Manni-Bucau
+1 Le 6 août 2014 05:30, "Christian Kaltepoth" a écrit : > +1 > > > 2014-08-06 4:27 GMT+02:00 John D. Ament : > > > +1 > > > > > > On Tue, Aug 5, 2014 at 5:24 PM, Gerhard Petracek < > > gerhard.petra...@gmail.com > > > wrote: > > > > > hi @ all, > > > > > > if there are no objections, i will star

Re: [data] dto and isNew

2014-08-18 Thread Romain Manni-Bucau
well we have to make it working with openjpa by default. We should also introduce an interface the entity can implement to say if it is new or not (testing business id typically) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in

Re: [VOTE] Release of Apache DeltaSpike 1.0.2

2014-08-18 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-08-18 15:46 GMT+02:00 Thomas Andraschko : > +1 > > > 2014-08-18 15:16 GMT+02:00 Rafael Benevides : > &

Re: cdictrl-servlet breaks cdi-1.1 and 1.2

2014-08-23 Thread Romain Manni-Bucau
y all impl so the gain of using deltaspike here is not obvious (in particular since we handle less than impl - @SessionScoped for instance). Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://githu

Re: cdictrl-servlet breaks cdi-1.1 and 1.2

2014-08-23 Thread Romain Manni-Bucau
gt; provide instructions (via sample boot code) on how to register. > > > On Sat, Aug 23, 2014 at 3:01 PM, Romain Manni-Bucau > > wrote: > > > Actually I don't get this module > > > > why doing: > > > > > > > servletContextEvent.getServ

Re: Data Module - some issues in SE/Maven Tests

2014-09-01 Thread Romain Manni-Bucau
Hi Archive url issue is due to the arquillian adapter (so no problem for data module) Can't the other one be fixed using @Typed? Le 1 sept. 2014 21:41, "John D. Ament" a écrit : > Hi All! > > I've hit a couple of issues with the Data Module and wanted to know if it > was worth fixing. > > First

Re: "mocking" of abstractentityrepository implementations

2014-09-02 Thread Romain Manni-Bucau
Hi ejbs are not vetoable btw Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-02 15:10 GMT+02:00 hwaastad : > Hi, > yes it's for testing only. > > I

Re: Gap with BeanManagerProvider

2014-09-07 Thread Romain Manni-Bucau
Hi It means you'll not get the right bm sometimes (multithreaded arquillian tests for instance I think). BMP relies on classloader so if test is not executed in archive loader (shrinkwrapclassloader) then DS - but not only - is broken. I'd fix the arquillian adapter here. Le 8 sept. 2014 05:27,

Re: Gap with BeanManagerProvider

2014-09-08 Thread Romain Manni-Bucau
- it uses openejb internals but hopefully the idea is more explicit Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-08 13:09 GMT+02:00 John D. Ament : > Hmm so it seem

Re: [VOTE] Release of Apache DeltaSpike 1.0.3

2014-09-22 Thread Romain Manni-Bucau
+1 Le 22 sept. 2014 00:59, "John D. Ament" a écrit : > +1 release looks good. > > I've also put together this page [1] which I'll use to pass around various > parts of the internet.. (once vote is done, I'll finalize the page). > > [1]: > http://deltaspike.staging.apache.org/documentation/deltasp

Re: [DISCUSS] CDI 1.1/1.2 Integration

2014-10-01 Thread Romain Manni-Bucau
oed >>- What do we enhance? >>- Our current @Transactional mirrors the EE7 transactional, except we >>support RESOURCE_LOCAL for JPA. >>- Certain modules become irrelevant (Servlet/BeanVal come to mind). >>Do >>we document how to migrate forward? >>

Re: Repository save duplicate key

2014-10-02 Thread Romain Manni-Bucau
@Thomas: we can maybe add it to DS itself: "insert"? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-10-02 10:58 GMT+02:00 Thomas Hug : > I'd not t

Re: Repository save duplicate key

2014-10-02 Thread Romain Manni-Bucau
g but semantically it is not the same). About isNew: we can introduce a spi by provider and fallback on current impl if provider is unknown, it would certainly be better if we still have issues with it. wdyt? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ Lin

Re: Repository save duplicate key

2014-10-02 Thread Romain Manni-Bucau
yeah, not sure too saveNew maybe? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-10-02 15:21 GMT+02:00 Thomas Hug : > Agree that it has its uses, but I'm more

Re: JPA doc related to EM Producer

2014-10-03 Thread Romain Manni-Bucau
IIRC with deltaspike you need a custom transaction strategy for JTA (DS is really designed for resource local *by default*) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: IllegalStateException 1.0.2 -> 1.0.3

2014-10-25 Thread Romain Manni-Bucau
Could it be linked to another ServletContextListener? Le 25 oct. 2014 16:36, "hwaastad" a écrit : > In my quest now to find this issue, i've noticed that in my project having > this issue this is found in logs: > > org.apache.deltaspike.jsf.impl.config.view.ViewConfigPathValidator > contextIniti

Re: IllegalStateException 1.0.2 -> 1.0.3

2014-10-26 Thread Romain Manni-Bucau
Missing transaction? Le 26 oct. 2014 14:06, "Thomas Hug" a écrit : > Sounds strange. If you get an Arquillian test project up on e.g. GitHub > that would certainly help a lot. > > On Sun, Oct 26, 2014 at 1:53 PM, hwaastad wrote: > > > I think I finally figured it out. > > > > somewhere in my rep

Re: ContainerManagedTransactionStrategy issue

2014-10-28 Thread Romain Manni-Bucau
Hello a persistence unit is not JTA AFAIK so you need to produce an entity manager instead of an entity manager factory. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-28 12:40 GMT+01:00 hwaastad : > Right, &

Re: IllegalStateException 1.0.2 -> 1.0.3

2014-10-28 Thread Romain Manni-Bucau
You can alternatively use a "startup event" to create the timer. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-28 22:18 GMT+01:00 hwaastad : > Hi, > just wanted to let you know I found out wh

Re: v1.1.0 instead of v1.0.4

2014-10-31 Thread Romain Manni-Bucau
not sure it does worth it (security fix should surely be a patch version instead of a minor to allow smooth upgrade) but no other objection Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-31 9:19 GMT+01:00 Gerhard

Re: [VOTE] Release of Apache DeltaSpike 1.1.0

2014-11-02 Thread Romain Manni-Bucau
+1 Le 1 nov. 2014 21:49, "Gerhard Petracek" a écrit : > +1 > > regards, > gerhard > > > > 2014-11-01 21:46 GMT+01:00 Gerhard Petracek : > > > Hi, > > > > I was running the needed tasks to get the 12th release of Apache > > DeltaSpike out. > > The artifacts are deployed to Nexus [1] (and [2]). > >

Re: BeanManagerProvider for parent classloader

2014-11-07 Thread Romain Manni-Bucau
finally use the classloader if nothing worked (ie ClassNotFoundException/NoClassDefFoundError). Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-07 17:30 GMT+00:00 Matt Benson : > Hi John, > The concept is IMO b

Re: BeanManagerProvider for parent classloader

2014-11-07 Thread Romain Manni-Bucau
I'd go for the default support of CDI.current(). In all case we leak by default (redeployment) so we should do something Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-07 18:23 GMT+00:00 Matt Benson : >

Re: first steps for the next release

2014-11-17 Thread Romain Manni-Bucau
+0 (i dont like all the noise around BeanManagerProvider but seems alone so dont want to block) Le 17 nov. 2014 20:20, "Jason Porter" a écrit : > +1 > On Mon, Nov 17, 2014 at 12:10 Rafael Benevides > wrote: > > > +1 for 1.2.0 > > > > > > On 11/17/14 16:54, Gerhard Petracek wrote: > > > hi @ all,

Re: [ANNOUNCE] DeltaSpike PMC += Thomas Andraschko

2014-11-24 Thread Romain Manni-Bucau
Congrats Thomas! Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-24 12:18 GMT+01:00 Gerhard Petracek : > The DeltaSpike PMC is proud to announce that Thomas Andraschko accepted to > join the DeltaSpi

Re: [VOTE] Release of Apache DeltaSpike 1.2.0

2014-11-30 Thread Romain Manni-Bucau
+1 Le 30 nov. 2014 18:25, "Gerhard Petracek" a écrit : > Hi, > > I was running the needed tasks to get the 13th release of Apache DeltaSpike > out. > The artifacts are deployed to Nexus [1] (and [2]). > > The tag is available at [3] and will get pushed to the ASF repository once > the vote passed

Re: OSGi support for DeltaSpike Data

2014-11-30 Thread Romain Manni-Bucau
Guys do we target OSGi? BeanManagerProvider and its classloader key doesnt work well in such an environment but is used everywhere... Le 30 nov. 2014 18:41, "Gerhard Petracek" a écrit : > hi harald, > > first of all: thx for providing the fix. > > i built the release about half an hour before yo

Re: OSGi support for DeltaSpike Data

2014-11-30 Thread Romain Manni-Bucau
gards, > Harald > > Am 30.11.2014 um 19:07 schrieb Romain Manni-Bucau: > >> Guys do we target OSGi? BeanManagerProvider and its classloader key doesnt >> work well in such an environment but is used everywhere... >> Le 30 nov. 2014 18:41, "Gerhard Petracek" &

Re: [VOTE] Release of Apache DeltaSpike 1.2.1

2014-12-21 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-20 23:56 GMT+01:00 Gerhard Petracek : > +1 > > regards, > gerhard > > > > 2014-12-20 23:56 GMT+01:00 Gerhard Petracek : > >> H

Re: [VOTE] Release Apache DeltaSpike-1.3.0

2015-03-04 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-03-04 17:58

Re: [DISCUSS] the upcoming release of deltaspike

2015-03-10 Thread Romain Manni-Bucau
+1 to remove any suffix. Le 10 mars 2015 20:50, "Rafael Benevides" a écrit : > I also realized that deltaspike-root-1.3.0-source-release.zip now brings > site and documenation sources. Maybe the distribution profile should be > reviewed to consider only deltaspike-project instead deltaspike-root.

Fwd: [2/2] deltaspike git commit: DELTASPIKE-851 move proxy-handling to ds-core

2015-03-15 Thread Romain Manni-Bucau
Hmm, shouldn't we provide this as another module? I'm not super happy to have asm shade in core. BTW can't we just use [proxy2]? we can still make the code evolving if needed. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau

Re: [2/2] deltaspike git commit: DELTASPIKE-851 move proxy-handling to ds-core

2015-03-15 Thread Romain Manni-Bucau
module > > > > before i implemented the asm proxy for the partial bean module, i tried > it > > many hours to understand and implement it with commons proxy > > as it was not possible out of the box, i switched to plain ASM > > If someone would like to evolve

Re: [2/2] deltaspike git commit: DELTASPIKE-851 move proxy-handling to ds-core

2015-03-15 Thread Romain Manni-Bucau
kb when we shade asm > > or not > > > > > > 2015-03-15 21:40 GMT+01:00 Romain Manni-Bucau : > > > >> But owb has no link with ds need imo. Ds is a lib so need to care about > >> user deps where owb doesnt. > >> > >> Not having an own modul

Re: [2/2] deltaspike git commit: DELTASPIKE-851 move proxy-handling to ds-core

2015-03-15 Thread Romain Manni-Bucau
yep but no need to be merged in core Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.to

Re: v1.4.0 instead of v1.3.1

2015-05-02 Thread Romain Manni-Bucau
Hi Gerhard, can you highlight some new features? Not sure proxy module is enough by itself so would be +0 ATM for me. hi @ all, if there are no objections, i'll change the version number to 1.4.0 >before< the next release. reasons: - the release will contain a new module (the proxy-module) - we

Re: v1.4.0 instead of v1.3.1

2015-05-02 Thread Romain Manni-Bucau
249 > > regards, > gerhard > > > > 2015-05-02 22:48 GMT+02:00 Romain Manni-Bucau : > > > Hi Gerhard, can you highlight some new features? Not sure proxy module is > > enough by itself so would be +0 ATM for me. > > hi @ all, > > > > if there are no o

Re: first steps for the next release

2015-05-08 Thread Romain Manni-Bucau
+1 Le 8 mai 2015 13:13, "Gerhard Petracek" a écrit : > hi @ all, > > if there are no objections, i will start with the first steps for the next > release (v1.4.0) by the end of next week. > > regards, > gerhard >

Re: [VOTE] Release of Apache DeltaSpike 1.4.0

2015-05-18 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-05-18 10

Re: [VOTE] Release of Apache DeltaSpike 1.4.0

2015-05-19 Thread Romain Manni-Bucau
can't it be just "wrap"? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.

Re: CriteriaSupport API

2015-05-19 Thread Romain Manni-Bucau
think we can do it while it doesnt break the project. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber &

Re: [VOTE] Release of Apache DeltaSpike 1.4.1

2015-06-13 Thread Romain Manni-Bucau
+1 Le 13 juin 2015 10:56, "Harald Wellmann" a écrit : > +1 > > Regards, > Harald > > Am 12.06.2015 um 23:23 schrieb Gerhard Petracek: > >> Hi, >> >> I was running the needed tasks to get the 17th release of Apache >> DeltaSpike >> out. >> The artifacts are deployed to Nexus [1] (and [2]). >> >> T

Re: Broken Arquillian tests don't fail

2015-06-15 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-06-15 20:

Re: [VOTE] Release of Apache DeltaSpike 1.4.2

2015-07-19 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-07

<    1   2   3   4   5   6   >