Hi guys. I'm about to start playing with EclipseLink, and then look
at adding my proposed extensions on top. I'll probably mostly be
experimenting with EclipseLink inside Eclipse in a J2SE environment,
but I do have another interesting case I'd like to try.
If I have Eclipse embedded in a container like Tomcat using the
Equinox bridge, does EclpseLink then run inside Eclipse? Does the
container manage the entity managers, or is this case treated like the
J2SE case? Basically, I'm wondering how it's going to work when I
create a plug-in that contains entities and then deploy that plug-in
into Eclipse running inside Tomcat. Has anyone tried this?