> We sure that all examples still work :) Heh, I hope so, I at least tried out samples/guess and samples/reservation before checking in ;)
I hope I can sum up the magic behind this (maybe even in the new xdoc) this weekend. In general it seems like we have a 3-staged mechanism (even if this is not so visible from the first glance) 1st layer: webbeans-core 2nd layer: the general plugin on a specific specification area (e.g. JMS, JPA, EJB) 3rd layer: the 2) bound to a specific product or technique: e.g. the JPA Implementation for SE (provided originally with webbeans-jpa, now moved over to webbeans-resource) will give you a @PersistenceContext EntityManager with PersitenceType.EXTENDED whereas if you switch over to the SPI Implementation from webbeans-geronimo you will get a TRANSACTIONAL PersistenceContext (which we get from OpenEJB + it's JTA layer). It's really important to know these differences and to understand the fundamentally different way those 2 EntityManagers work internally. But I think David or the other geronimo and OpenEJB folks here can explain this much better than I can, so I'll focus on the OWB part. LieGrue, strub --- Gurkan Erdogdu <[email protected]> schrieb am Fr, 11.12.2009: > Von: Gurkan Erdogdu <[email protected]> > Betreff: Re: [jira] Resolved: (OWB-188) remove webbeans-jpa and cleanup > webbeans-resource > An: [email protected] > Datum: Freitag, 11. Dezember 2009, 10:51 > Awesome thanks! Good idea to throw > out trashed code. > > We sure that all examples still work :) > > --Gurkan > > 2009/12/11 Mark Struberg (JIRA) <[email protected]> > > > > > [ > > https://issues.apache.org/jira/browse/OWB-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > > > Mark Struberg resolved OWB-188. > > ------------------------------- > > > > Resolution: Fixed > > > > > remove webbeans-jpa and cleanup > webbeans-resource > > > > ------------------------------------------------- > > > > > > > Key: OWB-188 > > > > URL: https://issues.apache.org/jira/browse/OWB-188 > > > > Project: OpenWebBeans > > > Issue Type: > Improvement > > > Affects Versions: M3 > > > > Reporter: Mark Struberg > > > > Assignee: Mark Struberg > > > > Fix For: M4 > > > > > > > > > Most of the code from webbeans-jpa has been > dupped over to > > webbeans-resource. The whole plugin is now essentially > obsolete and shall be > > removed. > > > We also have to cleanup webbeans-resource and > webbeans-geronimo and > > remove unused code. > > > > -- > > This message is automatically generated by JIRA. > > - > > You can reply to this email to add a comment to the > issue online. > > > > > > > -- > Gurkan Erdogdu > http://gurkanerdogdu.blogspot.com > __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com
