You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2014/02/06 16:32:10 UTC

[jira] [Commented] (DELTASPIKE-518) DS Data should support Wrapped JPA APIs

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

Romain Manni-Bucau commented on DELTASPIKE-518:
-----------------------------------------------

+1 sirona is doing it as well

> DS Data should support Wrapped JPA APIs
> ---------------------------------------
>
>                 Key: DELTASPIKE-518
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-518
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: Data-Module
>    Affects Versions: 0.5
>            Reporter: Jean-Louis MONTEIRO
>
> In containers like TomEE, you usually don't get the provider implementation directly but a wrapper instead. Currently, DS data fails saying it does not know the provider.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Re: [jira] [Commented] (DELTASPIKE-518) DS Data should support Wrapped JPA APIs

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
Hello guys,

Just submitted a patch for that issue.
There is also a test case now.

Would be great if someone car have a look and lemme know.

In my opinion, the unwrap method should be used in any case and we could
simplify all the factory stuff and remove the 3 implementations I guess.

Happy to give it a try if you want.
Jean-Louis




2014-02-06 Romain Manni-Bucau (JIRA) <ji...@apache.org>:

>
>     [
> https://issues.apache.org/jira/browse/DELTASPIKE-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893437#comment-13893437]
>
> Romain Manni-Bucau commented on DELTASPIKE-518:
> -----------------------------------------------
>
> +1 sirona is doing it as well
>
> > DS Data should support Wrapped JPA APIs
> > ---------------------------------------
> >
> >                 Key: DELTASPIKE-518
> >                 URL:
> https://issues.apache.org/jira/browse/DELTASPIKE-518
> >             Project: DeltaSpike
> >          Issue Type: Bug
> >          Components: Data-Module
> >    Affects Versions: 0.5
> >            Reporter: Jean-Louis MONTEIRO
> >
> > In containers like TomEE, you usually don't get the provider
> implementation directly but a wrapper instead. Currently, DS data fails
> saying it does not know the provider.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.1.5#6160)
>



-- 
Jean-Louis