Also, since Hibernate is a JPA implementation, your question seems a little confusing. Even if you use hbm.xml files, you can still bootstrap an entity manager factory in hibernate.
I think the current implementation assumes an EE type environment. John On Wed, Sep 25, 2013 at 12:43 PM, Jason Porter <[email protected]> wrote: > To my knowledge there are no plans for diving into specific > implementations. We want to stay pure Java EE. Of course if others would > like to comment they're welcome. > > > On Wed, Sep 25, 2013 at 4:19 AM, Rodrigo <[email protected]> wrote: > >> Hi enveryone, >> >> I've been testing DeltaSpike 0.4 with the standard architecture of my >> company, but found some troubles to inject Session object in my CDI beans. >> I cant use JPA, so my Domain classes are mapped by HBM files. I opened the >> source files of the framework and realized that only entitymanagers are >> available. >> >> Is there intention to make Deltaspike Hibernate compatible? If yes, when >> its planned to be released? >> >> Thanks in advance >> >> Rodrigo >> >> Enviado via iPad > > > > > -- > Jason Porter > http://en.gravatar.com/lightguardjp
