Re: [Data] Scope of repositories

2014-06-18 Thread Thomas Andraschko
13:12, Thomas Andraschko andraschko.tho...@gmail.com wrote: or: @Repository(scope = ApplicationScoped.class) 2014-06-18 12:25 GMT+02:00 Thomas Andraschko andraschko.tho...@gmail.com : Hi Thomas, my problem is that when i inject it in a ViewScoped bean, it tries

[Data] Update/Delete via @Query?

2014-06-17 Thread Thomas Andraschko
Hi, i currently try to execute a update via @Query - @Modifying @Query(UPDATE BasketItem SET status = ?1 WHERE e.basket.basketId = ?2) public abstract int updateStatus(int status, String basketId); Is it possible? Is it also possible with a DELETE statement? I get following

Re: [Data] Update/Delete via @Query?

2014-06-17 Thread Thomas Andraschko
Ah damn, sorry! Should be ofc: @Query(UPDATE BasketItem e SET e.status = ?1 WHERE e.basket.basketId = ?2) Will do further tests. 2014-06-17 16:49 GMT+02:00 Thomas Andraschko andraschko.tho...@gmail.com: Hi, i currently try to execute a update via @Query - @Modifying @Query

Re: [data] dto and isNew

2014-06-16 Thread Thomas Andraschko
Why don't we use entityManager#contains instead of checking the ID? 2014-06-16 10:22 GMT+02:00 Karl Kildén karl.kil...@gmail.com: Hi, On could argue that the real problem is that the algorithm that decides if it should be a save or persist. It uses some portable way of deciding this that

Re: [VOTE] Release of Apache DeltaSpike 1.0.0

2014-06-16 Thread Thomas Andraschko
+1 2014-06-16 13:40 GMT+02:00 Rafael Benevides benevi...@redhat.com: +1 Em 14/06/14 12:00, Gerhard Petracek escreveu: Hi, I was running the needed tasks to get the 8th release of Apache DeltaSpike out. The artifacts are deployed to Nexus [1] (and [2]). The tag is available at [3]

Re: DeltaSpike docs help

2014-06-14 Thread Thomas Andraschko
right :) 2014-06-13 23:04 GMT+02:00 Gerhard Petracek gerhard.petra...@gmail.com: hi rafael, i guess thomas just opened those ticket, because there is still a lot to do. +1 for your suggestion. regards, gerhard 2014-06-13 16:42 GMT+02:00 Rafael Benevides benevi...@redhat.com: Hi

Re: [VOTE] logo-color

2014-06-14 Thread Thomas Andraschko
+1 for blue 2014-06-14 20:55 GMT+02:00 Gerhard Petracek gerhard.petra...@gmail.com: hi @ all, this second vote is about the color and therefore the final logo. i've uploaded the candidates provided by jim at [1]-[4]. please send a +1 for one of them. regards, gerhard [1]

[jira] [Created] (DELTASPIKE-640) Document Scopes in Core module

2014-06-12 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-640: Summary: Document Scopes in Core module Key: DELTASPIKE-640 URL: https://issues.apache.org/jira/browse/DELTASPIKE-640 Project: DeltaSpike

[jira] [Created] (DELTASPIKE-642) Better structure for Core documentation

2014-06-12 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-642: Summary: Better structure for Core documentation Key: DELTASPIKE-642 URL: https://issues.apache.org/jira/browse/DELTASPIKE-642 Project: DeltaSpike

[jira] [Created] (DELTASPIKE-634) Add documentation for Deactivatable

2014-06-11 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-634: Summary: Add documentation for Deactivatable Key: DELTASPIKE-634 URL: https://issues.apache.org/jira/browse/DELTASPIKE-634 Project: DeltaSpike

[jira] [Updated] (DELTASPIKE-634) Add documentation for Deactivatable

2014-06-11 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-634: - Issue Type: Task (was: Bug) Add documentation for Deactivatable

[jira] [Created] (DELTASPIKE-635) Document last TODOs in the JSF module documentation

2014-06-11 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-635: Summary: Document last TODOs in the JSF module documentation Key: DELTASPIKE-635 URL: https://issues.apache.org/jira/browse/DELTASPIKE-635 Project

[jira] [Commented] (DELTASPIKE-636) @Secures should trigger the ds-exception-handler

2014-06-11 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14028276#comment-14028276 ] Thomas Andraschko commented on DELTASPIKE-636: -- AFAIR you don't need

[jira] [Updated] (DELTASPIKE-544) api for a fine-grained control of @ViewAccessScoped beans

2014-06-10 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-544: - Fix Version/s: (was: 1.0.0) 1.0.1 api for a fine

[jira] [Resolved] (DELTASPIKE-621) DeltaSpikeResourceHandler should implement Deactivatable

2014-06-10 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-621. -- Resolution: Fixed DeltaSpikeResourceHandler should implement

[jira] [Created] (DELTASPIKE-629) Initial redirect fails behind proxy/fw/apache redirects

2014-06-06 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-629: Summary: Initial redirect fails behind proxy/fw/apache redirects Key: DELTASPIKE-629 URL: https://issues.apache.org/jira/browse/DELTASPIKE-629 Project

[jira] [Commented] (DELTASPIKE-620) BridgeExceptionHandlerWrapper interferes with wrapped ExceptionHandlers

2014-05-30 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14013830#comment-14013830 ] Thomas Andraschko commented on DELTASPIKE-620: -- Could you please

[jira] [Commented] (DELTASPIKE-613) Avoid windowhandler.html in GET requests from links

2014-05-27 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14009493#comment-14009493 ] Thomas Andraschko commented on DELTASPIKE-613: -- AFAICS it's a mix between

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

2014-05-26 Thread Thomas Andraschko
Hi, i currently start to use the Data Module and one thing isn't really nice. If you have an abstract Repository, you likely have an import of javax.persistence.Query and maybe @Query. What do you think about renaming @Query to resolve the naming conflict? Regards, Thomas

[jira] [Commented] (DELTASPIKE-604) Add #merge to EntityRepository

2014-05-23 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006957#comment-14006957 ] Thomas Andraschko commented on DELTASPIKE-604: -- I have an case where i

[jira] [Created] (DELTASPIKE-603) removeBy* - similiar to findBy*

2014-05-22 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-603: Summary: removeBy* - similiar to findBy* Key: DELTASPIKE-603 URL: https://issues.apache.org/jira/browse/DELTASPIKE-603 Project: DeltaSpike

[jira] [Created] (DELTASPIKE-604) Add #merge to EntityRepository

2014-05-22 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-604: Summary: Add #merge to EntityRepository Key: DELTASPIKE-604 URL: https://issues.apache.org/jira/browse/DELTASPIKE-604 Project: DeltaSpike

Re: [DISCUSS] next release as 1.0?

2014-05-19 Thread Thomas Andraschko
+0 - no logo - documentation... there are many TODOs. Also a docu for some for the really core features is not available (like Deactivatable). - we should check the performance of the modules. (i already openend some improvements for the JSF module) 2014-05-19 12:39 GMT+02:00 Karl Kildén

[jira] [Commented] (DELTASPIKE-591) Add a ProjectStage aware resource Servlet

2014-05-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997522#comment-13997522 ] Thomas Andraschko commented on DELTASPIKE-591: -- +1 Romain. So the servlet

[jira] [Comment Edited] (DELTASPIKE-591) Add a ProjectStage aware resource Servlet

2014-05-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996298#comment-13996298 ] Thomas Andraschko edited comment on DELTASPIKE-591 at 5/13/14 11:50 AM

[jira] [Created] (DELTASPIKE-590) ExceptionHandlerBroadcaster should not rethrow exceptions from BridgeExceptionHandlerWrapper

2014-05-14 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-590: Summary: ExceptionHandlerBroadcaster should not rethrow exceptions from BridgeExceptionHandlerWrapper Key: DELTASPIKE-590 URL: https://issues.apache.org/jira

Re: [ANNOUNCE] Release of Apache DeltaSpike 0.7

2014-05-04 Thread Thomas Andraschko
Thanks Gerhard! 2014-05-04 9:48 GMT+02:00 Gerhard Petracek gpetra...@apache.org: The Apache DeltaSpike team is pleased to announce the 7th release of DeltaSpike. Apache DeltaSpike is not a CDI-container, but a portable CDI extension. Documentation:

Re: [VOTE] Release of Apache DeltaSpike 0.7

2014-05-01 Thread Thomas Andraschko
+1 2014-05-01 11:30 GMT+02:00 Gerhard Petracek gerhard.petra...@gmail.com: the dist was only generated locally. @john: i planned to create a ticket for you after the release. @rafael: -Pdistribution was used however, it isn't a blocker. regards, gerhard 2014-04-30 23:27

[jira] [Created] (DELTASPIKE-585) HttpSession is not serializable

2014-04-28 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-585: Summary: HttpSession is not serializable Key: DELTASPIKE-585 URL: https://issues.apache.org/jira/browse/DELTASPIKE-585 Project: DeltaSpike

[jira] [Created] (DELTASPIKE-584) ds:disableClientWindow prevents child rendering with CLIENTWINDOW mode

2014-04-27 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-584: Summary: ds:disableClientWindow prevents child rendering with CLIENTWINDOW mode Key: DELTASPIKE-584 URL: https://issues.apache.org/jira/browse/DELTASPIKE-584

Re: first steps for the next release

2014-04-22 Thread Thomas Andraschko
+1 for the release + fixing those mem leaks bugs

[jira] [Updated] (DELTASPIKE-570) Provide prototype/example for proposed mix between LAZY and CLIENTWINDOW window handling

2014-04-21 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-570: - Fix Version/s: (was: 0.7) 0.8 Provide prototype

[jira] [Updated] (DELTASPIKE-544) api for a fine-grained control of @ViewAccessScoped beans

2014-04-21 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-544: - Fix Version/s: (was: 0.7) 0.8 api for a fine-grained

[jira] [Commented] (DELTASPIKE-573) If you define h:head within your site and use ds:windowId (ClientWindowRenderMode.LAZY), then f:viewAction is called twice (2 window ids are generated)

2014-04-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13969445#comment-13969445 ] Thomas Andraschko commented on DELTASPIKE-573: -- I assume it only happens

[jira] [Updated] (DELTASPIKE-573) If you define h:head within your site and use ds:windowId (ClientWindowRenderMode.LAZY), then f:viewAction is called twice (2 window ids are generated)

2014-04-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-573: - Fix Version/s: 0.7 If you define h:head within your site and use

[jira] [Updated] (DELTASPIKE-573) f:viewAction is executed twice with LAZY window handling mode

2014-04-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-573: - Summary: f:viewAction is executed twice with LAZY window handling mode

[jira] [Updated] (DELTASPIKE-573) f:viewAction is executed twice with LAZY window handling mode

2014-04-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-573: - Attachment: DELTASPIKE-573.patch Please try to attached patch with trunk. I

[jira] [Commented] (DELTASPIKE-573) f:viewAction is executed twice with LAZY window handling mode

2014-04-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13969810#comment-13969810 ] Thomas Andraschko commented on DELTASPIKE-573: -- Did cleared your browser

[jira] [Updated] (DELTASPIKE-574) Versioning for DeltaSpike JSF resources

2014-04-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-574: - Summary: Versioning for DeltaSpike JSF resources (was: versioning

[jira] [Resolved] (DELTASPIKE-574) Versioning for DeltaSpike JSF resources

2014-04-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-574. -- Resolution: Fixed Versioning for DeltaSpike JSF resources

[jira] [Resolved] (DELTASPIKE-568) Client Window cookie name is different on server and client side

2014-04-12 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-568. -- Resolution: Fixed Client Window cookie name is different on server

[jira] [Commented] (DELTASPIKE-567) Consistent post/get parameter naming

2014-04-11 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13966425#comment-13966425 ] Thomas Andraschko commented on DELTASPIKE-567: -- Currently we have

[jira] [Created] (DELTASPIKE-567) Consistent post/get parameter naming

2014-04-11 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-567: Summary: Consistent post/get parameter naming Key: DELTASPIKE-567 URL: https://issues.apache.org/jira/browse/DELTASPIKE-567 Project: DeltaSpike

[jira] [Commented] (DELTASPIKE-559) ExceptionHandler lifecycle

2014-04-09 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13964608#comment-13964608 ] Thomas Andraschko commented on DELTASPIKE-559: -- Fixed now. Could you

[jira] [Resolved] (DELTASPIKE-559) ExceptionHandler lifecycle

2014-04-09 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-559. -- Resolution: Fixed ExceptionHandler lifecycle

[jira] [Created] (DELTASPIKE-566) JSF always requires an active WindowContext

2014-04-09 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-566: Summary: JSF always requires an active WindowContext Key: DELTASPIKE-566 URL: https://issues.apache.org/jira/browse/DELTASPIKE-566 Project: DeltaSpike

[jira] [Resolved] (DELTASPIKE-566) JSF always requires an active WindowContext

2014-04-09 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-566. -- Resolution: Fixed JSF always requires an active WindowContext

[jira] [Commented] (DELTASPIKE-544) api for a fine-grained control of @ViewAccessScoped beans

2014-04-08 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13963410#comment-13963410 ] Thomas Andraschko commented on DELTASPIKE-544: -- Any idea for the new API

[jira] [Comment Edited] (DELTASPIKE-544) api for a fine-grained control of @ViewAccessScoped beans

2014-04-08 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13963410#comment-13963410 ] Thomas Andraschko edited comment on DELTASPIKE-544 at 4/8/14 8:38 PM

[jira] [Assigned] (DELTASPIKE-559) ExceptionHandler lifecycle

2014-04-04 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko reassigned DELTASPIKE-559: Assignee: Thomas Andraschko ExceptionHandler lifecycle

[jira] [Updated] (DELTASPIKE-559) ExceptionHandler lifecycle

2014-04-04 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-559: - Fix Version/s: 0.7 ExceptionHandler lifecycle

[jira] [Assigned] (DELTASPIKE-546) NPE in observer method on Glassfish 4.x

2014-03-24 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko reassigned DELTASPIKE-546: Assignee: Thomas Andraschko NPE in observer method on Glassfish 4.x

[jira] [Updated] (DELTASPIKE-546) NPE in observer method on Glassfish 4.x

2014-03-24 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-546: - Component/s: Core NPE in observer method on Glassfish 4.x

[jira] [Resolved] (DELTASPIKE-545) DeltaSpikeExceptionHandler getRootCause assumes caught FacesException is wrapping another Exception

2014-03-23 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-545. -- Resolution: Fixed DeltaSpikeExceptionHandler getRootCause assumes caught

Re: [VOTE] Release of Apache DeltaSpike 0.6

2014-03-16 Thread Thomas Andraschko
+1 2014-03-16 14:04 GMT+01:00 Gerhard Petracek gerhard.petra...@gmail.com: +1 regards, gerhard 2014-03-16 14:04 GMT+01:00 Gerhard Petracek gpetra...@apache.org: Hi, I was running the needed tasks to get the 6th release of Apache DeltaSpike out. The artifacts are deployed to

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

2014-03-16 Thread Thomas Andraschko
+1 2014-03-16 20:19 GMT+01:00 Romain Manni-Bucau rmannibu...@gmail.com: +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

[Proposal] new client window mode - mix between LAZY and CLIENTWINDOW

2014-03-14 Thread Thomas Andraschko
Hi, some months ago, i developed a own client window handling for a ASP.NETapplication. It's like a mix of LAZY and CLIENTWINDOW - IMO it's completely safe but the windowhandler.html streaming is reduced to a minimum. The main concept behind it is - the windowId will not be rendered for links.

Re: first steps for the next release

2014-03-12 Thread Thomas Andraschko
+1 thanks gerhard 2014-03-12 11:14 GMT+01:00 Gerhard Petracek gpetra...@apache.org: hi @ all, if there are no objections, i will start with the first steps for the next release (v0.6) by the end of this week. regards, gerhard

[jira] [Resolved] (DELTASPIKE-533) Introduce a global deltaspike qualifier

2014-03-06 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-533. -- Resolution: Fixed Introduce a global deltaspike qualifier

[jira] [Resolved] (DELTASPIKE-534) Replace @Web with @DeltaSpike

2014-03-06 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-534. -- Resolution: Fixed Replace @Web with @DeltaSpike

@JsfPhaseListener - Alternative name?

2014-03-06 Thread Thomas Andraschko
Hi, as we introduced @DeltaSpike now and replaced the redundant @Web with it, maybe we can discuss @JsfPhaseListener, too. We could also use @DeltaSpike in this case but @JsfPhaseListener also contains an ordinal attribute. Gerhard mentioned that the idea was to combine it in one annotation as

[jira] [Commented] (DELTASPIKE-532) DeltaSpikeFacesContextFactory construction issue in non EE

2014-03-04 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13919337#comment-13919337 ] Thomas Andraschko commented on DELTASPIKE-532: -- Yep, create an issue

[jira] [Updated] (DELTASPIKE-535) DeltaSpikeViewHandler construction issue in non EE

2014-03-04 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-535: - Fix Version/s: 0.6 DeltaSpikeViewHandler construction issue in non EE

[jira] [Resolved] (DELTASPIKE-535) DeltaSpikeViewHandler construction issue in non EE

2014-03-04 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-535. -- Resolution: Fixed DeltaSpikeViewHandler construction issue in non EE

[jira] [Commented] (DELTASPIKE-532) DeltaSpikeFacesContextFactory construction issue in non EE

2014-03-03 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917999#comment-13917999 ] Thomas Andraschko commented on DELTASPIKE-532: -- I will fix

[jira] [Assigned] (DELTASPIKE-532) DeltaSpikeFacesContextFactory construction issue in non EE

2014-03-03 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko reassigned DELTASPIKE-532: Assignee: Thomas Andraschko DeltaSpikeFacesContextFactory

[jira] [Updated] (DELTASPIKE-532) DeltaSpikeFacesContextFactory construction issue in non EE

2014-03-03 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-532: - Fix Version/s: 0.6 DeltaSpikeFacesContextFactory construction issue in non

[jira] [Created] (DELTASPIKE-533) Introduce a global deltaspike qualifier

2014-03-03 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created DELTASPIKE-533: Summary: Introduce a global deltaspike qualifier Key: DELTASPIKE-533 URL: https://issues.apache.org/jira/browse/DELTASPIKE-533 Project: DeltaSpike

[jira] [Commented] (DELTASPIKE-532) DeltaSpikeFacesContextFactory construction issue in non EE

2014-03-03 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13918339#comment-13918339 ] Thomas Andraschko commented on DELTASPIKE-532: -- fixed - please give

[jira] [Resolved] (DELTASPIKE-532) DeltaSpikeFacesContextFactory construction issue in non EE

2014-03-03 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-532. -- Resolution: Fixed DeltaSpikeFacesContextFactory construction issue in non

[jira] [Updated] (DELTASPIKE-533) Introduce a global deltaspike qualifier

2014-03-03 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-533: - Attachment: DELTASPIKE-533.patch if there are no objections, i will commit

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

2014-02-26 Thread Thomas Andraschko
Thomas Andraschko andraschko.tho...@gmail.com: +1 for @DeltaSpike - @Inject @DeltaSpike ServletContext 2014-02-24 9:52 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com: Hi, based on the discusstion in Servlet Module - Do we really need @Web?, I'd like to call a vote

[jira] [Updated] (DELTASPIKE-529) DeltaSpikeExceptionHandler construction issue in non EE

2014-02-26 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-529: - Fix Version/s: 0.6 DeltaSpikeExceptionHandler construction issue in non EE

[jira] [Assigned] (DELTASPIKE-529) DeltaSpikeExceptionHandler construction issue in non EE

2014-02-26 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko reassigned DELTASPIKE-529: Assignee: Thomas Andraschko DeltaSpikeExceptionHandler construction

[jira] [Resolved] (DELTASPIKE-529) DeltaSpikeExceptionHandler construction issue in non EE

2014-02-26 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-529. -- Resolution: Fixed DeltaSpikeExceptionHandler construction issue in non EE

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

2014-02-24 Thread Thomas Andraschko
+1 for @DeltaSpike - @Inject @DeltaSpike ServletContext 2014-02-24 9:52 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com: Hi, based on the discusstion in Servlet Module - Do we really need @Web?, I'd like to call a vote. The idea is to replace @Web with a common qualifier because

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

2014-02-23 Thread Thomas Andraschko
, something like @Advanced would be better. 2014-02-18 11:16 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com: IMO it's actually more expressive than any other names. Maybe @DeltaSpikeManaged would be more impressive... +1 @DeltaSpike then, before keeping the old redudant/ugly qualifiers

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

2014-02-23 Thread Thomas Andraschko
as it was in codi. once we do that, we break the consistency in that area. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-02-23 21:41 GMT+01:00 Thomas Andraschko

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

2014-02-23 Thread Thomas Andraschko
: @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 reusing javax.annotation.Priority? 2014-02-23 22:02 GMT

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

2014-02-23 Thread Thomas Andraschko
: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-23 22:17 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com : Hmm... We could clone it for JEE6 support and handle both annotations for backward compatibility. Maybe we could also use

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

2014-02-23 Thread Thomas Andraschko
Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-23 22:34 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com : Could you explain this? I can't follow you. 2014

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

2014-02-23 Thread Thomas Andraschko
. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-02-23 22:48 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com : which consistency gerhard? 2014-02

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

2014-02-23 Thread Thomas Andraschko
://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...@gmail.com : Shoudln't we do 2 polls? 1) Should we introduce a global qualifier instead @web? If yes, which name? 2

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

2014-02-18 Thread Thomas Andraschko
of a global qualifier like this. That's something I was already looking for when I created @Web back then. But the most difficult question is what the name should be. Unfortunately I've no really good idea. 2014-02-15 15:26 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com

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

2014-02-18 Thread Thomas Andraschko
2014-02-18 9:18 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com : I like @DeltaSpike but as gerhard said, maybe it's better to use one without the project name in it? On the other side, DeltaSpike is the final name... Maybe @ExtensionManaged? 2014-02-18 8:54 GMT

Re: [DISCUSS] move @Initialized and @Destroyed

2014-02-18 Thread Thomas Andraschko
+1 I like such minor improvements and finalize such stuff :) Whats the replacements for @After/BeforeJsfRequest then? 2014-02-18 13:23 GMT+01:00 Gerhard Petracek gerhard.petra...@gmail.com: hi @ all, if we would move @Initialized and @Destroyed to ds-core, we could use them for other

Re: [DISCUSS] move @Initialized and @Destroyed

2014-02-18 Thread Thomas Andraschko
. regards, gerhard 2014-02-18 13:44 GMT+01:00 Mark Struberg strub...@yahoo.de: +1 LieGrue, strub On Tuesday, 18 February 2014, 13:27, Thomas Andraschko andraschko.tho...@gmail.com wrote: +1 I like such minor improvements and finalize such stuff :) Whats

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

2014-02-17 Thread Thomas Andraschko
/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-02-16 22:07 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com: +1 Ove We are really late for an 0.6. I would release 0.6 this/next

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

2014-02-16 Thread Thomas Andraschko
+1 for 0.6 and 1.0 as the next release after 0.6 2014-02-16 12:40 GMT+01:00 Ove Ranheim oranh...@gmail.com: Dear DS team! Two months ago the team discussed a 0.6 release. What is your plan? There are many new great features since 0.5, so what is stopping the DS-team to provide a new

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

2014-02-16 Thread Thomas Andraschko
+1 Ove We are really late for an 0.6. I would release 0.6 this/next month and after that, lets finish 1.0. We should fix all open issues and finish the documentation!

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

2014-02-14 Thread Thomas Andraschko
parent. And we also must not change the artifactId as cdictrl is already heavily used in projects. LieGrue, strub On Monday, 10 February 2014, 13:05, Thomas Andraschko andraschko.tho...@gmail.com wrote: +1 for renaming to container-controler and both under

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

2014-02-10 Thread Thomas Andraschko
+1 for renaming to container-controler and both under modules 2014-02-10 12:28 GMT+01:00 John D. Ament john.d.am...@gmail.com: -1 for cdi unit (name already in use for the exact same purpose) +1 for renaming cdictrl to container-control +1 for aligning both under modules (even though

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

2014-02-10 Thread Thomas Andraschko
the artifactId as cdictrl is already heavily used in projects. LieGrue, strub On Monday, 10 February 2014, 13:05, Thomas Andraschko andraschko.tho...@gmail.com wrote: +1 for renaming to container-controler and both under modules 2014-02-10 12:28 GMT+01:00 John D. Ament john.d.am...@gmail.com

Re: V 1.0 getting close... Logotype?

2014-02-10 Thread Thomas Andraschko
+1 John +1 for using the logo in the header 2014-02-10 14:59 GMT+01:00 John D. Ament john.d.am...@gmail.com: Project name was already established as a part of graduation. Unless we see a need to have a rename, we should stick with it (a good example of why a rename is needed is OpenEJB -

[jira] [Commented] (DELTASPIKE-516) ClientWindowHelper.handleInitialRedirect mutilates URL, pathInfo is omitted

2014-02-02 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13889053#comment-13889053 ] Thomas Andraschko commented on DELTASPIKE-516: -- Fixed. Could you please

[jira] [Resolved] (DELTASPIKE-516) ClientWindowHelper.handleInitialRedirect mutilates URL, pathInfo is omitted

2014-02-02 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-516. -- Resolution: Fixed Fix Version/s: 0.6

[jira] [Commented] (DELTASPIKE-516) ClientWindowHelper.handleInitialRedirect mutilates URL, pathInfo is omitted

2014-02-02 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13889059#comment-13889059 ] Thomas Andraschko commented on DELTASPIKE-516: -- great

[jira] [Commented] (DELTASPIKE-503) Add JSF playground module

2014-02-02 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13889076#comment-13889076 ] Thomas Andraschko commented on DELTASPIKE-503: -- simple playground added

[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

Re: ClientWindow compatibility - Rename post param to javax.faces.ClientWindow?

2014-01-21 Thread Thomas Andraschko
. regards, gerhard 2014/1/20 Thomas Andraschko andraschko.tho...@gmail.com I added a workaround in PrimeFaces - https://code.google.com/p/primefaces/issues/detail?id=6525 2014/1/17 Thomas Andraschko andraschko.tho...@gmail.com Hi, currently our hidden input is called

<    4   5   6   7   8   9   10   >