EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.

Project

Developer

Wiki

About

|
If you were logged in you would be able to see more operations.
|
|
|
EasyBeans
Created: 30/Jul/08 02:05 PM
Updated: 30/Jul/08 02:05 PM
|
|
| Component/s: |
OSGi
|
| Affects Version/s: |
EasyBeans 1.1.0
|
| Fix Version/s: |
None
|
|
|
Environment:
|
Eclipse 3.4, Equinox 3.4, EZB OSGI 1.1.0 Snapshot, OSX 10.5.4, JDK 1.5
|
|
|
please introduce a new bundle type: someting like a "Persistence Archiv",
whose Activator should create an EntityManagerFactory and publish it as an OSGi service, so that multiple EjbJar bundles can use it.
then some EJB bundles can use the same EntityManagerFactory for a given persistence unit
at the moment all must be in one bundle - otherwise all wills ends up with EZB creating multiple EntityManagerFactory, thus one may have some kind of incoherent view of your datas.
(as discussed by mail with Guillaume)
thanks ekke
|
|
Description
|
please introduce a new bundle type: someting like a "Persistence Archiv",
whose Activator should create an EntityManagerFactory and publish it as an OSGi service, so that multiple EjbJar bundles can use it.
then some EJB bundles can use the same EntityManagerFactory for a given persistence unit
at the moment all must be in one bundle - otherwise all wills ends up with EZB creating multiple EntityManagerFactory, thus one may have some kind of incoherent view of your datas.
(as discussed by mail with Guillaume)
thanks ekke |
Show » |
| There are no comments yet on this issue.
|
|