Re: cdi-query

2012-06-25 Thread Pete Muir
IMO this would be a great thing to add! On 24 Jun 2012, at 16:56, Romain Manni-Bucau wrote: Hi, just browsed http://ctpconsulting.github.com/query/1.0.0.Alpha4/index.html and it is really amazing (a spring-data CDI oriented). it is currently based on solder but since DS integrates a lot

Re: cdi-query

2012-06-25 Thread Mark Struberg
+1 great stuff to review and add them! That would fit great into the deltaspike-jpa module, wdyt? LieGrue, strub - Original Message - From: Pete Muir pm...@redhat.com To: deltaspike-dev@incubator.apache.org Cc: Sent: Monday, June 25, 2012 1:53 PM Subject: Re: cdi-query IMO

Re: cdi-query

2012-06-25 Thread Mark Struberg
The idea of the deltaspike-jpa module is that it should contain stuff which works in both SE and EE but doesn't require any non SE dependency besides the JPA-API. There will (most probably) be a deltaspike-jta module which adds EE functionality on top. But it's still possible to use SE

Re: cdi-query

2012-06-25 Thread Romain Manni-Bucau
that's an open question (maybe another thread) but in EE you often don't want SE part even if it works, in SE you don't want EE parts. So maybe 3 modules and shades to make it user friendly. but well, once again that's another topic, packaging is more a detail IMO since there is nothing

RE: cdi-query

2012-06-25 Thread Thomas Hug
Eventually this came in a little early, but it's already on the radar: https://issues.apache.org/jira/browse/DELTASPIKE-60 The current implementation mainly depends on the Solder ServiceHandler (as far as I remember not yet in DS, waiting for CDI 1.1) and the Property utils. Cheers, Tom

Re: cdi-query

2012-06-25 Thread Pete Muir
Well, we were looking for some good use cases for the ServiceHandler. I would be in support of adding it to DS core, now we have a strong use case. Property util should not be controversial. Maybe we can improve it's API whilst we are at it :-) On 25 Jun 2012, at 10:25, Thomas Hug wrote:

[jira] [Created] (DELTASPIKE-211) ExcludeExtension uses wrong observed event type

2012-06-25 Thread Jozef Hartinger (JIRA)
Jozef Hartinger created DELTASPIKE-211: -- Summary: ExcludeExtension uses wrong observed event type Key: DELTASPIKE-211 URL: https://issues.apache.org/jira/browse/DELTASPIKE-211 Project: DeltaSpike

[jira] [Updated] (DELTASPIKE-211) ExcludeExtension uses wrong observed event type

2012-06-25 Thread Jozef Hartinger (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jozef Hartinger updated DELTASPIKE-211: --- Description: org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension

Re: cdi-query

2012-06-25 Thread Gerhard Petracek
@ pete: +1 @ java-se vs java-ee features: we can think about a more fine-grained structure (similar to seam3). e.g.: deltaspike-jpa-transaction deltaspike-jpa-query ... regards, gerhard 2012/6/25 Pete Muir pm...@redhat.com Well, we were looking for some good use cases for the

Re: cdi-query

2012-06-25 Thread Mark Struberg
I fear that would get us into jarmageddon... We discussed the module structure at the very beginning, and we all concluded that there are 2 reasons for introducing a new module: .) a dependency to another project or EE api (like jta, jpa, jsf) .) an area which is an completely own block and has