Re: Cascade persist and merge with Repository.

2015-07-09 Thread Daniel Cunha
Hmm, not deployed to nexus yet. (I don't have acknowledgment about this process [snapshot nexus deploy]) You can build the source as well. On Thu, Jul 9, 2015 at 10:24 AM, akm ameh...@ford.com wrote: I just got the 1.4.2-SNAPSHOT from the http://repository.apache.org/snapshots repository,

Re: Cascade persist and merge with Repository.

2015-07-09 Thread Gerhard Petracek
hi, currently you have to build the snapshot manually, because there is an infra-issue. regards, gerhard 2015-07-09 15:24 GMT+02:00 akm ameh...@ford.com: I just got the 1.4.2-SNAPSHOT from the http://repository.apache.org/snapshots repository, but it still behavahes the same way. I do

Re: Cascade persist and merge with Repository.

2015-07-09 Thread akm
Do you have any estimate on when the snapshot will be ready? -- View this message in context: http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/Cascade-persist-and-merge-with-Repository-tp4661002p4661025.html Sent from the Apache DeltaSpike Incubator Discussions mailing list

Start Request scope manually fro a worker thread(asynchronous thread) in WAS8

2015-07-09 Thread akm
Since RequestScope is not available as part of the worker thread we are trying to use Deltaspike API to start the RequestScope context, WAS throws exception - Caused by: java.lang.NoClassDefFoundError: org.apache.webbeans.config.WebBeansContext at

Re: Cascade persist and merge with Repository.

2015-07-09 Thread Gerhard Petracek
i just deployed a new snapshot manually. regards, gerhard 2015-07-09 17:03 GMT+02:00 akm ameh...@ford.com: Do you have any estimate on when the snapshot will be ready? -- View this message in context:

[jira] [Created] (DELTASPIKE-949) RequestResponseHolderListener should be deactivatable

2015-07-09 Thread Christian Kaltepoth (JIRA)
Christian Kaltepoth created DELTASPIKE-949: -- Summary: RequestResponseHolderListener should be deactivatable Key: DELTASPIKE-949 URL: https://issues.apache.org/jira/browse/DELTASPIKE-949

QueryCriteria is being mapped with Mapper

2015-07-09 Thread dvidovic
Hi I have an issue using Criteria API and mapper class. I get an exception that Criteria can not be cast to Part. Using delta spike version 1.4.1 The issue is that in QueryBuilder class in method isUnmappableResult you should have check if it's an instance of Criteria, and evaluate if you need

Re: Cascade persist and merge with Repository.

2015-07-09 Thread akm
I just got the 1.4.2-SNAPSHOT from the http://repository.apache.org/snapshots repository, but it still behavahes the same way. I do not see any change in the isNew method code. public boolean isNew(Object entity) { try { return