that's what I meant. All openejb stuff stays in openejb, but e.g.
EntityContainerBuilder goes to org.openejb.deployment.
thanks
david jencks
On Oct 22, 2004, at 12:18 PM, David Blevins wrote:
On Oct 22, 2004, at 11:59 AM, Jeremy Boynes wrote:
David Jencks wrote:
Maybe I haven't investigated enough how they are used, but shouldn't
the XXXContainerBuilders be in deployment rather than the runtime
packages?
The builders are specific to each project so we did not want to load
all of that into the deployment module.
I read David J's suggestion as changing the package (not the module)
of the OpenEJB container builders from o.o.x to o.o.deployment. This
is ok.
-David