[jira] [Closed] (DELTASPIKE-448) Review exception handling in Data module

2015-06-30 Thread Thomas Hug (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Hug closed DELTASPIKE-448.
-
Resolution: Fixed

Thanks Daniel, missed to close it.

> Review exception handling in Data module
> 
>
> Key: DELTASPIKE-448
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-448
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: Data-Module
>Reporter: Thomas Hug
>Assignee: Daniel Cunha (soro)
>
> For the exception handling:
> - javax.persistence.PersistenceException should be re-thrown to the caller
> - Other exceptions should be wrapped in a QueryInvocationException. The 
> exception should be available in the API module.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [MARKETING] LinkedIn Group

2015-06-30 Thread Daniel Cunha
Hi folks,

typo fixed.
Site updated. :)

On Mon, Jun 29, 2015 at 4:55 PM, Daniel Cunha  wrote:

> Hi Marvin,
>
> it will be fixed with the next site-update.
>
> Thank you for reporting.
>
> On Sun, Jun 28, 2015 at 8:38 PM, MarvinToll 
> wrote:
>
>> By the way.. it would be great if the typo on the home page could be
>> fixed...
>> it has been incorrect for many months:
>>
>> In 2014, DeltaSpike become a Duke’s Choice Award winner.
>>
>> Should read:
>>
>> In 2014, DeltaSpike became a Duke’s Choice Award winner.
>>
>>
>>
>> --
>> View this message in context:
>> http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/MARKETING-LinkedIn-Group-tp4660955p4660959.html
>> Sent from the Apache DeltaSpike Incubator Discussions mailing list
>> archive at Nabble.com.
>>
>
>
>
> --
> Best regard,
> Daniel Cunha (soro)
>



-- 
Best regard,
Daniel Cunha (soro)


[jira] [Resolved] (DELTASPIKE-941) JPA link broken in Data Module documentation

2015-06-30 Thread Daniel Cunha (soro) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Cunha (soro) resolved DELTASPIKE-941.

Resolution: Fixed

> JPA link broken in Data Module documentation
> 
>
> Key: DELTASPIKE-941
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-941
> Project: DeltaSpike
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Daniel Cunha (soro)
>Assignee: Daniel Cunha (soro)
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (DELTASPIKE-941) JPA link broken in Data Module documentation

2015-06-30 Thread Daniel Cunha (soro) (JIRA)
Daniel Cunha (soro) created DELTASPIKE-941:
--

 Summary: JPA link broken in Data Module documentation
 Key: DELTASPIKE-941
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-941
 Project: DeltaSpike
  Issue Type: Bug
  Components: Documentation
Reporter: Daniel Cunha (soro)
Assignee: Daniel Cunha (soro)
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (DELTASPIKE-932) Refactor ClientWindow server side

2015-06-30 Thread Thomas Andraschko (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14606164#comment-14606164
 ] 

Thomas Andraschko edited comment on DELTASPIKE-932 at 6/30/15 8:20 PM:
---

DONE: 
- split up modes on server side
- try to merge the cookie usage, currently we have 2 cookies with a similar 
meaning

TODO:
- window.deltaspikeInitialRedirectWindowId in WindowIdHtmlRenderer should only 
be rendered in LAZY mode


was (Author: tandraschko):
DONE: 
- split up modes on server side

TODO:
- try to merge the cookie usage, currently we have 2 cookies with a similar 
meaning

> Refactor ClientWindow server side
> -
>
> Key: DELTASPIKE-932
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-932
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: JSF-Module, JSF22-Module
>Affects Versions: 1.4.1
>Reporter: Thomas Andraschko
>Assignee: Thomas Andraschko
> Fix For: 1.4.2
>
>
> Split DefaultClientWindow to own implementations with a abstract basis
> currently DefaultClientWindow contains the logic for every mode and feels 
> very unstructured



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DELTASPIKE-448) Review exception handling in Data module

2015-06-30 Thread Daniel Cunha (soro) (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14608984#comment-14608984
 ] 

Daniel Cunha (soro) commented on DELTASPIKE-448:


[~thomashug],

I saw that you did some changes:
https://github.com/apache/deltaspike/commit/4e8d58316ee707cda093fe24eb1c6b6286b90d04
Can we close it?

> Review exception handling in Data module
> 
>
> Key: DELTASPIKE-448
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-448
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: Data-Module
>Reporter: Thomas Hug
>Assignee: Daniel Cunha (soro)
>
> For the exception handling:
> - javax.persistence.PersistenceException should be re-thrown to the caller
> - Other exceptions should be wrapped in a QueryInvocationException. The 
> exception should be available in the API module.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Data and JPA module

2015-06-30 Thread Daniel Cunha
Hi folks,

we have a new issue little bit weird.
https://issues.apache.org/jira/browse/DELTASPIKE-940

My doubt is:
If we have define EntityManagerConfig in ours Repository, so.. Do we use
the @Transactional in some method, what is assumed?
@Transactional or the EntityManagerResolver in EntityManagerConfig?

On Tue, Jun 30, 2015 at 4:38 PM, Daniel Cunha  wrote:

> Hi folks,
>
> we have a new issue little bit weird.
> https://issues.apache.org/jira/browse/DELTASPIKE-940
>
> My doubt is:
> If we have define EntityManagerConfig in ours Repository, so.. we does'
>
> --
> Best regard,
> Daniel Cunha (soro)
>



-- 
Best regard,
Daniel Cunha (soro)


Data and JPA module

2015-06-30 Thread Daniel Cunha
Hi folks,

we have a new issue little bit weird.
https://issues.apache.org/jira/browse/DELTASPIKE-940

My doubt is:
If we have define EntityManagerConfig in ours Repository, so.. we does'

-- 
Best regard,
Daniel Cunha (soro)