[jira] [Commented] (DELTASPIKE-1255) query.or

2017-05-11 Thread Daniel Cunha (JIRA)

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

Daniel Cunha commented on DELTASPIKE-1255:
--

[~fradiati] can you share your sample and stacktrace?

> query.or
> 
>
> Key: DELTASPIKE-1255
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1255
> Project: DeltaSpike
>  Issue Type: Bug
>  Components: JPA-Module
>Reporter: Pátkai Attila
>
> i have this query: query.or(query.eq(partnerAttributeA, 
> partner),query.eq(partnerAttributeB, partner));  
> and i get stackoverflow exception 
> how can i fix it? 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (DELTASPIKE-976) document handling of @PersistenceUnitName EntityManagerFactory

2016-07-26 Thread Daniel Cunha (JIRA)

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

Daniel Cunha commented on DELTASPIKE-976:
-

I think so! +1

> document handling of @PersistenceUnitName EntityManagerFactory
> --
>
> Key: DELTASPIKE-976
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-976
> Project: DeltaSpike
>  Issue Type: Task
>  Components: Documentation
>Affects Versions: 1.5.0
>Reporter: Gerhard Petracek
>Assignee: Daniel Cunha
>




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


[jira] [Assigned] (DELTASPIKE-1180) Remove unused imports

2016-07-04 Thread Daniel Cunha (JIRA)

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

Daniel Cunha reassigned DELTASPIKE-1180:


Assignee: Daniel Cunha  (was: Ivan Junckes Filho)

> Remove unused imports
> -
>
> Key: DELTASPIKE-1180
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1180
> Project: DeltaSpike
>  Issue Type: Improvement
>Reporter: Ivan Junckes Filho
>Assignee: Daniel Cunha
>Priority: Trivial
> Fix For: 1.7.1
>
>
> There are several unused imports.



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


[jira] [Resolved] (DELTASPIKE-1180) Remove unused imports

2016-07-04 Thread Daniel Cunha (JIRA)

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

Daniel Cunha resolved DELTASPIKE-1180.
--
Resolution: Fixed

> Remove unused imports
> -
>
> Key: DELTASPIKE-1180
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1180
> Project: DeltaSpike
>  Issue Type: Improvement
>Reporter: Ivan Junckes Filho
>Assignee: Daniel Cunha
>Priority: Trivial
> Fix For: 1.7.1
>
>
> There are several unused imports.



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


[jira] [Commented] (DELTASPIKE-1180) Remove unused imports

2016-07-04 Thread Daniel Cunha (JIRA)

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

Daniel Cunha commented on DELTASPIKE-1180:
--

Thanks Ivan.

PR Merged. :)

> Remove unused imports
> -
>
> Key: DELTASPIKE-1180
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1180
> Project: DeltaSpike
>  Issue Type: Improvement
>Reporter: Ivan Junckes Filho
>Assignee: Ivan Junckes Filho
>Priority: Trivial
> Fix For: 1.7.1
>
>
> There are several unused imports.



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


[jira] [Commented] (DELTASPIKE-1100) Support remove expressions

2016-03-26 Thread Daniel Cunha (JIRA)

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

Daniel Cunha commented on DELTASPIKE-1100:
--

Updated.

> Support remove expressions
> --
>
> Key: DELTASPIKE-1100
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1100
> Project: DeltaSpike
>  Issue Type: Sub-task
>  Components: Data-Module
>Reporter: Daniel Cunha
>Assignee: Daniel Cunha
> Fix For: 1.6.0
>
>




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


[jira] [Updated] (DELTASPIKE-1101) Support aggregate functions

2016-03-26 Thread Daniel Cunha (JIRA)

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

Daniel Cunha updated DELTASPIKE-1101:
-
Description: 
Support aggregate functions. Examples:

{code:java}
Long countByName(String name);
Long countDistinctByName(String name);
Double sumPriceByCategory(Category category);
BigDecimal avgPriceByCategory(Category category);
{code}

> Support aggregate functions
> ---
>
> Key: DELTASPIKE-1101
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1101
> Project: DeltaSpike
>  Issue Type: Sub-task
>  Components: Data-Module
>Reporter: Daniel Cunha
>Assignee: Daniel Cunha
>
> Support aggregate functions. Examples:
> {code:java}
> Long countByName(String name);
> Long countDistinctByName(String name);
> Double sumPriceByCategory(Category category);
> BigDecimal avgPriceByCategory(Category category);
> {code}



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


[jira] [Updated] (DELTASPIKE-1103) Support GROUP BY and HAVING clauses

2016-03-26 Thread Daniel Cunha (JIRA)

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

Daniel Cunha updated DELTASPIKE-1103:
-
Description: 

Support GROUP BY and HAVING clauses. Examples:

{code:java}
List findByNameGroupByName(String name);
List findByNameGroupByNameHavingNameLike(String name);
{code}

> Support GROUP BY and HAVING clauses
> ---
>
> Key: DELTASPIKE-1103
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1103
> Project: DeltaSpike
>  Issue Type: Sub-task
>  Components: Data-Module
>Reporter: Daniel Cunha
>Assignee: Daniel Cunha
>
> Support GROUP BY and HAVING clauses. Examples:
> {code:java}
> List findByNameGroupByName(String name);
> List findByNameGroupByNameHavingNameLike(String name);
> {code}



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


[jira] [Updated] (DELTASPIKE-1102) Support TOP and FIRST

2016-03-26 Thread Daniel Cunha (JIRA)

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

Daniel Cunha updated DELTASPIKE-1102:
-
Description: 
Support TOP and FIRST. Examples:

{code:java}
void findTop10ByName(String name);
void findFirst10ByName(String name);
{code}

> Support TOP and FIRST
> -
>
> Key: DELTASPIKE-1102
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1102
> Project: DeltaSpike
>  Issue Type: Sub-task
>  Components: Data-Module
>Reporter: Daniel Cunha
>Assignee: Daniel Cunha
>
> Support TOP and FIRST. Examples:
> {code:java}
> void findTop10ByName(String name);
> void findFirst10ByName(String name);
> {code}



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


[jira] [Comment Edited] (DELTASPIKE-1100) Support remove expressions

2016-03-26 Thread Daniel Cunha (JIRA)

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

Daniel Cunha edited comment on DELTASPIKE-1100 at 3/26/16 10:29 AM:


This was implemented as deleteBy* -> 
https://issues.apache.org/jira/browse/DELTASPIKE-603
Just added support to use as removeBy*


was (Author: danielsoro):
This was implemented as removeBy* -> 
https://issues.apache.org/jira/browse/DELTASPIKE-603
Just added support to use as deleteBy*

> Support remove expressions
> --
>
> Key: DELTASPIKE-1100
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1100
> Project: DeltaSpike
>  Issue Type: Sub-task
>  Components: Data-Module
>Reporter: Daniel Cunha
>Assignee: Daniel Cunha
>




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


[jira] [Commented] (DELTASPIKE-1100) Support remove expressions

2016-03-26 Thread Daniel Cunha (JIRA)

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

Daniel Cunha commented on DELTASPIKE-1100:
--

This was implemented as removeBy* -> 
https://issues.apache.org/jira/browse/DELTASPIKE-603
Just added support to use as deleteBy*

> Support remove expressions
> --
>
> Key: DELTASPIKE-1100
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1100
> Project: DeltaSpike
>  Issue Type: Sub-task
>  Components: Data-Module
>Reporter: Daniel Cunha
>Assignee: Daniel Cunha
>




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


[jira] [Created] (DELTASPIKE-1103) Support GROUP BY and HAVING clauses

2016-03-25 Thread Daniel Cunha (JIRA)
Daniel Cunha created DELTASPIKE-1103:


 Summary: Support GROUP BY and HAVING clauses
 Key: DELTASPIKE-1103
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1103
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Data-Module
Reporter: Daniel Cunha
Assignee: Daniel Cunha






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


[jira] [Created] (DELTASPIKE-1101) Support aggregate functions

2016-03-25 Thread Daniel Cunha (JIRA)
Daniel Cunha created DELTASPIKE-1101:


 Summary: Support aggregate functions
 Key: DELTASPIKE-1101
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1101
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Data-Module
Reporter: Daniel Cunha
Assignee: Daniel Cunha






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


[jira] [Created] (DELTASPIKE-1102) Support TOP and FIRST

2016-03-25 Thread Daniel Cunha (JIRA)
Daniel Cunha created DELTASPIKE-1102:


 Summary: Support TOP and FIRST
 Key: DELTASPIKE-1102
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1102
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Data-Module
Reporter: Daniel Cunha
Assignee: Daniel Cunha






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


[jira] [Resolved] (DELTASPIKE-1100) Support remove expressions

2016-03-25 Thread Daniel Cunha (JIRA)

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

Daniel Cunha resolved DELTASPIKE-1100.
--
Resolution: Fixed

> Support remove expressions
> --
>
> Key: DELTASPIKE-1100
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1100
> Project: DeltaSpike
>  Issue Type: Sub-task
>  Components: Data-Module
>Reporter: Daniel Cunha
>Assignee: Daniel Cunha
>




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


[jira] [Created] (DELTASPIKE-1100) Support remove expressions

2016-03-25 Thread Daniel Cunha (JIRA)
Daniel Cunha created DELTASPIKE-1100:


 Summary: Support remove expressions
 Key: DELTASPIKE-1100
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1100
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Data-Module
Reporter: Daniel Cunha
Assignee: Daniel Cunha






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


[jira] [Updated] (DELTASPIKE-888) Add support for delete a job from the Scheduler

2015-04-30 Thread Daniel Cunha (JIRA)

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

Daniel Cunha updated DELTASPIKE-888:

Attachment: DELTASPIKE-888.patch

> Add support for delete a job from the Scheduler
> ---
>
> Key: DELTASPIKE-888
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-888
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: Scheduler
>Reporter: Daniel Cunha
>Priority: Minor
> Attachments: DELTASPIKE-888.patch
>
>
> Delete the identified Job from the Scheduler - and any associated Triggers.



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


[jira] [Created] (DELTASPIKE-888) Add support for delete a job from the Scheduler

2015-04-30 Thread Daniel Cunha (JIRA)
Daniel Cunha created DELTASPIKE-888:
---

 Summary: Add support for delete a job from the Scheduler
 Key: DELTASPIKE-888
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-888
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Scheduler
Reporter: Daniel Cunha
Priority: Minor


Delete the identified Job from the Scheduler - and any associated Triggers.



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