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

John D. Ament commented on DELTASPIKE-695:
------------------------------------------

If you're already on CDI 1.1, you can also just use 
CDI.current().select(BeanClass.class,Annotation...a).get()

> Allow Injection into JPA 2.1 Converters
> ---------------------------------------
>
>                 Key: DELTASPIKE-695
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-695
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: JPA-Module
>    Affects Versions: 1.0.1
>            Reporter: Dominik Obermaier
>
> Currently CDI injection into JPA 2.1 converters is not supported, at least 
> with CDI 1.1. It would be great if Deltaspike could automagically add this 
> support, similar to the JSF Converters.
> While many conversions are trivial and don't profit from that, there is value 
> for non-trivial conversion or parameterized conversion (like with Converters 
> which encrypt/decrypt data)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to