Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Server Side Equinox - JNDI(How to bind and later lookup JNDI resources in Server Side Equinox?)
Server Side Equinox - JNDI [message #516555] Wed, 24 February 2010 11:55 Go to next message
Nikolas Falco is currently offline Nikolas FalcoFriend
Messages: 7
Registered: July 2009
Junior Member
Hello,

I am writing an equinox based server-side application which needs to bind and lookup JNDI resources to run (e.g. JMS Connection Factory)

How can I define JNDI resources in Equinox ?

Thanks
Re: Server Side Equinox - JNDI [message #517201 is a reply to message #516555] Fri, 26 February 2010 15:10 Go to previous message
Gunnar Wagenknecht is currently offline Gunnar WagenknechtFriend
Messages: 486
Registered: July 2009
Location: San Francisco ✈ Germany
Senior Member

Hi Nikolas,

Am 24.02.2010 12:56, schrieb Nikolas Falco:
> How can I define JNDI resources in Equinox ?

Equinox is just a runtime not a container. It does not have capabilities
for defining resources. Do you intend to run under the servlet bridge?
If yes you should use the container capabilities for defining resources.

Alternatively, you could define your own initialization procedure and
bind the resource objects programmatically.

-Gunnar

--
Gunnar Wagenknecht
gunnar@wagenknecht.org
http://wagenknecht.org/
Previous Topic:Trouble with o.e.e.launcher companion library: "Eclipse-BundleShape: dir" ignored?
Next Topic:Publisher Problem with 3.6M5
Goto Forum:
  


Current Time: Fri Apr 26 04:32:41 GMT 2024

Powered by FUDForum. Page generated in 0.02829 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top