Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] JNDI and OSGI

> >> I have a question regarding using JNDI (e.g. to look-up  DataSources)
> >> and running equinox via a the servletbridge. I hope this is the right
> >> place to post it (if not my apologies, and please tell me where should
> I
> >> ask).
> >>
> >> My question is simple. Is it possible to directly access JNDI resource
> >> from a bundle. I'm trying to access a DataSource defined in JBoss and I
> >> get  a javax.naming.CommunicationException (with a nested timeout
> >> exception) .


A simple new InitialContext() should work. The cause, I would not search in
OSGi...


Back to the top