Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Charles Moulliard
Sorry about my previous remark. I was thinking that we would like to integrate the "Spring Integration" project. Confusion around the wording. +1 to move into the direction to integrate Spring AND CDI. This was the motivation of my tweet of yesterday evening but not related to this thread ( https:

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Romain Manni-Bucau
@Charles: ? don't get the point. You would like to use camel to bridge spring and cdi? seems just overengineered and not efficient compared to real integration + why doing a route, setuping camel context just for it + you need then to use camel proxies to get a "normal" API which is a lot to get no

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Charles Moulliard
-1. Why would you like to support Spring Integration while we have Apache Camel which is the most elaborated Spring Java Integration Framework available today, easier to setup, ... proposing also annotations @Produce, @Consume to produce an exchange from and to a Camel Route (= list of processors)

[jira] [Created] (DELTASPIKE-511) Navigation seems not to work

2014-01-22 Thread Paa Kojo Konduah Amos (JIRA)
Paa Kojo Konduah Amos created DELTASPIKE-511: Summary: Navigation seems not to work Key: DELTASPIKE-511 URL: https://issues.apache.org/jira/browse/DELTASPIKE-511 Project: DeltaSpike

[jira] [Closed] (DELTASPIKE-510) PersistenceException not handled by @Handles @FacesRequest ExceptionEvent

2014-01-22 Thread Esteve (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteve closed DELTASPIKE-510. - > PersistenceException not handled by @Handles @FacesRequest > ExceptionEvent >

[jira] [Commented] (DELTASPIKE-510) PersistenceException not handled by @Handles @FacesRequest ExceptionEvent

2014-01-22 Thread Jason Porter (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13879213#comment-13879213 ] Jason Porter commented on DELTASPIKE-510: - No problem, glad you found the issu

[jira] [Resolved] (DELTASPIKE-510) PersistenceException not handled by @Handles @FacesRequest ExceptionEvent

2014-01-22 Thread Esteve (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteve resolved DELTASPIKE-510. --- Resolution: Invalid > PersistenceException not handled by @Handles @FacesRequest > ExceptionEven

[jira] [Commented] (DELTASPIKE-510) PersistenceException not handled by @Handles @FacesRequest ExceptionEvent

2014-01-22 Thread Esteve (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13879211#comment-13879211 ] Esteve commented on DELTASPIKE-510: --- Jason, Thanks for your rapid answer. I saw I w

[jira] [Commented] (DELTASPIKE-510) PersistenceException not handled by @Handles @FacesRequest ExceptionEvent

2014-01-22 Thread Jason Porter (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13879186#comment-13879186 ] Jason Porter commented on DELTASPIKE-510: - This is working exactly as it shoul

[jira] [Created] (DELTASPIKE-510) PersistenceException not handled by @Handles @FacesRequest ExceptionEvent

2014-01-22 Thread Esteve (JIRA)
Esteve created DELTASPIKE-510: - Summary: PersistenceException not handled by @Handles @FacesRequest ExceptionEvent Key: DELTASPIKE-510 URL: https://issues.apache.org/jira/browse/DELTASPIKE-510 Project: De

[jira] [Created] (DELTASPIKE-509) [perf] cache map in DefaultClientWindow#getQueryURLParameters

2014-01-22 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-509: Summary: [perf] cache map in DefaultClientWindow#getQueryURLParameters Key: DELTASPIKE-509 URL: https://issues.apache.org/jira/browse/DELTASPIKE-509 P

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Jason Porter
+1 for adding the Spring integration On Wed, Jan 22, 2014 at 11:21 AM, John D. Ament wrote: > +1 to Romain > I'd like to see something like this for a 1.0 release. It would be a > real game changer. > > On Wed, Jan 22, 2014 at 12:03 PM, Romain Manni-Bucau > wrote: > > I'd release 0.6 before ha

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread John D. Ament
+1 to Romain I'd like to see something like this for a 1.0 release. It would be a real game changer. On Wed, Jan 22, 2014 at 12:03 PM, Romain Manni-Bucau wrote: > 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

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 Blog

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Jason Porter
Do we just want to take what we had in Seam 3 and move it over? On Wed, Jan 22, 2014 at 9:51 AM, Gerhard Petracek < gerhard.petra...@gmail.com> wrote: > hi jason, > > the bridge doesn't introduce an api and the spi just provides a simple > contract for starting the container as well as a bean-fi

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Gerhard Petracek
hi jason, the bridge doesn't introduce an api and the spi just provides a simple contract for starting the container as well as a bean-filter. -> if needed, we could improve the implementation at any time. imo we should add it before the release of v0.6 (since a lot of users requested such a bridg

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Jason Porter
I'd like to engage the Pivotal Team (anyone have contacts?) to see if we can get some of there help as well to create a really good integration. On Wed, Jan 22, 2014 at 2:12 AM, Gerhard Petracek < gerhard.petra...@gmail.com> wrote: > hi @ all, > > i would like to continue with this discussion. >

[jira] [Created] (DELTASPIKE-508) @Transaction return NPE on qualified Datasource injections

2014-01-22 Thread Cloves J. G. Almeida (JIRA)
Cloves J. G. Almeida created DELTASPIKE-508: --- Summary: @Transaction return NPE on qualified Datasource injections Key: DELTASPIKE-508 URL: https://issues.apache.org/jira/browse/DELTASPIKE-508

Re: [DISCUSS] Spring - CDI Integration in DeltaSpike

2014-01-22 Thread Gerhard Petracek
hi @ all, i would like to continue with this discussion. [1] describes a two-way bridge which is already based on deltaspike. it offers a simple spi which allows more advanced add-ons like it is mentioned in [2]. regards, gerhard [1] http://os890.blogspot.com/2013/12/add-on-spring-bridge-with-d