A new draft of the Equinox Project Helios (3.6) plan is available for
review at
http://eclipse.org/projects/project-plan.php?projectid=rt.equinox
This plan update includes new reference platforms for Helios, and an
initial set of proposed plan items. Please send general comments about this
dra
The short answer is that getting JNDI to work is a bit tricky as there are
generally lookup dependencies on the context class loader and for some
servers the lookup must be done by an incoming request thread. Here's an
answer I wrote a ways back that should help but feel free to ask more
questions
Hi,
I wrote a small application using eclipse equinox, that accesses a database
using eclipselink JPA and exposes some services using apache CXF. I manged
to get this to work using the embedded jetty. In this scenario, the
standalone application gets some command-line parameters specifying to which
Another posibility is that this could be related to bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=287850
I just realized that bug was causing unexpected security issues on the
event manager thread if event thread was created under the wrong
AccessControlContext. That is possible with the Use
This looks like bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=284505
but from your stack trace it looks like the useradmin bundle was not
granted the necessary topic permission. So even if this bug was fixed in
useradmin by protecting calls to eventadmin with proper doPrivs I suspect a
securi
Hi, I have launched Equinox 3.4 with security and I got the next Exception:
2009-09-10 10:34:18.515 Log WarningA UserAdminListener threw an Exception
{org.osgi.service.useradmin.UserAdmin}={service.description=OSGi User Admin
serv
ice - IBM Implementation,
service.pid=org.eclipse.equinox.i