Re: [DISCUSS] deltaspike-0.5 features

2013-06-03 Thread Karl Kildén
1+ For JSF stuff The bridge between JSF ExceptionHandler and DS Exception Handling feels like pretty low hanging fruit? The implementation from Seam Faces seems good to me, maybe use BeanManagerProvider to fire the event instead. 1+ For JPA Generic Repository. But if it hinders the plan to

Re: CDI Query import

2013-06-14 Thread Karl Kildén
but currently not supported. cheers 2013/6/14 Thomas Andraschko andraschko.tho...@gmail.com sorry for this question, i didn't read other posts but why can't this be used on a plain servlet container? 2013/6/14 Karl Kildén karl.kil...@gmail.com Sorry if I missed out on some

Re: Deltaspike fails to detect Javascript in IE8

2013-07-18 Thread Karl Kildén
John, meta http-equiv=X-UA-Compatible content=IE=edge always worked for me so it sounds pretty weird I think but then again it's IE... Regarding this whole feature and the decisions and configuration one must do I feel it's a bit tough. I have not read the current docs for this but I tried it

CMS diff: Documentation

2013-10-02 Thread Karl Kildén
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://deltaspike.apache.org/documentation.mdtext Karl Kildén Index: trunk/content/documentation.mdtext === --- trunk/content

Re: git commit: DELTASPIKE-424 taking into account EntityManagerResolver with a normal scope

2013-10-11 Thread Karl Kildén
Hello! I have some trouble understanding why it's bad to destroy the instance with that example. What about this example, does it make sense? DependentProviderContextControl ctxControl = BeanProvider.getDependent(ContextControl.class);

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

2013-12-14 Thread Karl Kildén
I think 1.0 sounds great. Improving docs would be the best way to move deltaspike forward imo. My major concern right now is the windowId stuff. I like many want the functionality but struggles with dual ids (windowId dsRid) a loading splash. Would love docs here that covers the different

Re: JSF - default ClientWindowRenderMode?

2014-01-09 Thread Karl Kildén
If I ever were to post a meme to this mail list it would probably be: If my application could have just one of dsRid and windowId and no loading splash I would be so happy cheers On 9 January 2014 22:52, Thomas Andraschko andraschko.tho...@gmail.comwrote: Hi, currently the default

Re: JSF Security regression

2014-02-06 Thread Karl Kildén
/*q On 6 February 2014 18:08, Jean-Louis MONTEIRO jeano...@gmail.com wrote: Hello guys, I'm currently facing a regression on Securty module. Just wanted to know if you are aware of? I was using 0.5 with the following @View(basePath = /, extension = xhtml, navigation =

Re: JSF Security regression

2014-02-06 Thread Karl Kildén
I apologize for my last email, currently babysitting... On 6 February 2014 19:30, Karl Kildén karl.kil...@gmail.com wrote: /*q On 6 February 2014 18:08, Jean-Louis MONTEIRO jeano...@gmail.com wrote: Hello guys, I'm currently facing a regression on Securty module. Just wanted to know

V 1.0 getting close... Logotype?

2014-02-10 Thread Karl Kildén
Hello! By following the discussions you seem to draw closer and closer to 1.0. I think it would be appropriate to end the project name (or was that settled?) and logotype discussions before. I myself is -1 for name change and +1 for the logotype that's currently in the header Cheers!

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

2014-02-14 Thread Karl Kildén
would rather not change it's name. test-control is not yet released. So that would be easier to change. LieGrue, strub On Sunday, 9 February 2014, 20:16, Karl Kildén karl.kil...@gmail.com wrote: Hello

Fwd: [ANNOUNCE] Release of Apache DeltaSpike 0.6

2014-03-20 Thread Karl Kildén
Big congratulations and thanks! -- Forwarded message -- From: Gerhard Petracek gpetra...@apache.org Date: 20 March 2014 09:38 Subject: [ANNOUNCE] Release of Apache DeltaSpike 0.6 To: dev@deltaspike.apache.org dev@deltaspike.apache.org, us...@deltaspike.apache.org The Apache

Re: Extended Persistent Context

2014-04-08 Thread Karl Kildén
I am also curious about best practice for this (right now) and perhaps in the future. The thing is the Deltaspike /CDI style is very nice to work with and it would be a preferred API for me. On 8 April 2014 13:33, Rafael Meireles rafaelmeire...@gmail.com wrote: Hello everyone, I would like to

CMS diff: Container Control

2014-04-21 Thread Karl Kildén
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://deltaspike.apache.org/container-control.mdtext Karl Kildén Index: trunk/content/container-control.mdtext === --- trunk/content

Suggestion: Include CDI Bean Mock concept in Test-Control

2014-05-11 Thread Karl Kildén
Hello! Sometimes odd use cases makes it hard to mock out stuff when you use Test-Control. For that reason Gerhard wrote a test-control addon for mocking. I think it should be added as a feature in Test-Control. Example is for example to be able to mock Repositories from data-module.

Re: [DISCUSS] next release as 1.0?

2014-05-19 Thread Karl Kildén
+0 because I would really like to see a logotype selected before 1.0. I am aware of https://issues.jboss.org/browse/DESIGN-520 and I am also fine with going with one already proposed. I just feel that every project needs a good logo On 19 May 2014 11:55, Christian Kaltepoth

Re: [DISCUSS] next release as 1.0?

2014-05-19 Thread Karl Kildén
Design help for the logo Saw that mail just now, sounds great :-) On 19 May 2014 12:37, Karl Kildén karl.kil...@gmail.com wrote: +0 because I would really like to see a logotype selected before 1.0. I am aware of https://issues.jboss.org/browse/DESIGN-520 and I am also fine with going

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

2014-05-20 Thread Karl Kildén
Hi, The gain is that the collective behind the data module are pretty much the people I would hire to write my base class if I could ;) It also unifies how stuff is done etc... On 20 May 2014 13:03, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi +-0 nothing particular against but not

Re: [data] dto and isNew

2014-06-13 Thread Karl Kildén
I wrote a response to the users list but not sure it came through. It kinda belongs in this thread so here it goes. So I ran into issues with the DTO mapper api and voiced my concerns in irc. I saw this discussion and now I am trying the solution present in the current SNAPSHOT. However I have

Re: [data] dto and isNew

2014-06-13 Thread Karl Kildén
? Better ideas? On Fri, Jun 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 kinda belongs in this thread so here it goes. So I ran into issues with the DTO mapper api and voiced my concerns in irc. I

Re: [data] dto and isNew

2014-06-13 Thread Karl Kildén
: Hi Karl Sorry not sure if I get you right. Why would user.getGroup() be stale? As in the update case user has just been fetched by the PK, user.getGroup() should lazyload the group - right? On Fri, Jun 13, 2014 at 2:51 PM, Karl Kildén karl.kil...@gmail.com wrote: Hi and hrmmm, What

Re: [VOTE] Release of Apache DeltaSpike 1.0.0

2014-06-14 Thread Karl Kildén
Hi, Thomas do you think our recent discussions [1] about the mapper api for the data module will break the API? It seems it will not imo. Possibly add a new method or change visibility but nothing contract breaking right? In that case I am +1 because all my apps run fine with snapshot [1]

Re: [data] dto and isNew

2014-06-16 Thread Karl Kildén
that would even work if the group is not persisted if you adapt cascading. Makes sense? On Fri, Jun 13, 2014 at 5:56 PM, Karl Kildén karl.kil...@gmail.com wrote: Not sure I get myself ;) Lets walk through how I see it: 1. User foo is created and is assigned to the preexisting group

Re: [data] dto and isNew

2014-06-16 Thread Karl Kildén
Andraschko andraschko.tho...@gmail.com a écrit : 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

Re: [data] dto and isNew

2014-06-16 Thread Karl Kildén
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 rmannibu...@gmail.com wrote: Yes you need to merge it but the responsability is yours (user) IMO. Le 16 juin 2014 09:56, Karl Kildén karl.kil...@gmail.com a écrit

Re: [data] dto and isNew

2014-08-18 Thread Karl Kildén
it save ;-) On Tue, Jun 17, 2014 at 4:41 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Yes, but that s not an issue since you can get it injected Le lundi 16 juin 2014, Karl Kildén karl.kil...@gmail.com a écrit : But then I need to use the entityManager in the mapper or am I missing

Re: General purpose start scopes interceptor

2014-09-10 Thread Karl Kildén
Hrrmm I have not used the scheduler, but it looks like you don't really start scopes in the docs? For test-control it feels pretty natural the way it is now imo. No idea about the Servlet Listener, what module / feature is that? On 10 September 2014 10:10, Gerhard Petracek

[suggestion] Test-Control - better support for boot(Properties p)

2014-09-20 Thread Karl Kildén
Hello, Test-Control will bootstrap the CdiContainer for me using the #boot() constructor. However I want it to use #boot(Properties p) This seems logical since CdiContainer contract has that boot method. My suggestion is: public interface PropertiesProvider { Properties properties(); }

Re: [suggestion] Test-Control - better support for boot(Properties p)

2014-09-20 Thread Karl Kildén
we support right now don't support such properties anyway). regards, gerhard [1] http://tomee.apache.org/alternate-descriptors.html 2014-09-20 15:28 GMT+02:00 Karl Kildén karl.kil...@gmail.com: Hello, Test-Control will bootstrap the CdiContainer for me using the #boot

Re: [suggestion] Test-Control - better support for boot(Properties p)

2014-09-20 Thread Karl Kildén
FYI Gerhard said on the list that the boot(Properties p) in CdiContainer was a mistake and supporting it in test-control is thus wrong. I disagree and will branch test-control over n out On 20 September 2014 16:15, Karl Kildén karl.kil...@gmail.com wrote: All those suggestions use properties

Re: [suggestion] Test-Control - better support for boot(Properties p)

2014-09-20 Thread Karl Kildén
the api is so nice and concise. Anyway thanks I had a good run with it ;) cheers [1] https://issues.apache.org/jira/browse/DELTASPIKE-577 On 20 September 2014 19:26, Karl Kildén karl.kil...@gmail.com wrote: If it was TomEEConfig.java rather than Properties I would understand your objection

Re: JPA doc related to EM Producer

2014-10-03 Thread Karl Kildén
Can you try this? @PersistenceContext(unitName = APP_NAME) private EntityManager entityManager; @Produces @RequestScoped protected EntityManager createEntityManager() { return this.entityManager; } On 3 October 2014 08:02, hwaastad he...@waastad.org wrote: Hi, maybe a little late on this but

Re: ContainerManagedTransactionStrategy

2014-10-05 Thread Karl Kildén
I use TomEE with Eclipselink and have no issues. I do not recognize nor use the eclipselink properties you have in persistence.xml. Otherwise we have very similar configuration. On 5 October 2014 16:58, hwaastad he...@waastad.org wrote: Hi TH, and thanks for answering. I'm running JTA

Re: Deltaspike, Solder integration question.

2015-01-07 Thread Karl Kildén
Hello, You can also use: http://showcase.omnifaces.org/cdi/Param On 7 January 2015 at 10:47, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi damien, we dropped it, because we consider it as anti-pattern. if you really need it, you just need to create a std. cdi-producer with your

Re: Deltaspike, Solder integration question.

2015-01-07 Thread Karl Kildén
The do it yourself: http://stackoverflow.com/questions/13239975/depedency-inject-request-parameter-with-cdi-and-jsf2 On 7 January 2015 at 10:50, Karl Kildén karl.kil...@gmail.com wrote: Hello, You can also use: http://showcase.omnifaces.org/cdi/Param On 7 January 2015 at 10:47, Gerhard

Re: multithreaded repository issues

2015-03-15 Thread Karl Kildén
Hello, I have not really noticed any perf issues with deltaspike data but then again I did not measure it either. We use it a lot. Would be great to learn more about it for sure. I always assumed the method name query syntax and the other static stuff would be cached etc so I don't really get

Re: Issues with EntityRepository.save()

2015-08-14 Thread Karl Kildén
Marvin, What you are suggesting is not required imo. Some strategy configuration like suggested from Thomas would give the same benefits. On 14 August 2015 at 13:39, Marvin Toll marvint...@gtcgroup.com wrote: Harald At the moment, I don't see a way to specify and implement save() in a way