Thomas Andraschko
Thomas Andraschko
Changed the title
It may just be that its missing in the specs? where is #{request} or #{application} mentioned?
https://github.com/eclipse-ee4j/mojarra/blob/master/impl/src/main/java/com/sun/faces/cdi/RequestProducer.java#L31 ok, just to make sure again: - in JSF 2.3 we moved from old-style EL "producing" (called ImplicitObject in MyFaces) to CDI producer - this means, that actually the...
ok, as this chapter is just for EL access, can we just rewrite this: `The following Implicit Objects for Facelets and Programmatic Access must be resolved using CDI.` into `The...
+1, really a important feature when just using CDI + JPA
+1 in general provide such a functionality in EE4J im not the initial creator of DeltaSpike Data but i maintain it since years and i can provide help here since...
I could definitely prepare/extract the code for a official POC API + RI as first step But we would also need to make @Transactional to work with resourcelocal
i think, if we should really introduce something like a repository API, we MUST NOT just do it for JPA. We have to check if we can really create a...
startup is easy: `@Observes @Initialized(ApplicationScoped.class)`
Its an official way and available since 1.2