1. Remote ActiveMQ as JMS Service for JBoss with JNDI Support? stackoverflow.comi'm trying to set up a JBoss 6 with a remote ActiveMQ Server as a JMS Provider and have two questions concerning the current tutorials. Most tutorials describe using the ActiveMQ Resoure ... |
2. Does Oracle 11g provide a JNDI service? stackoverflow.comI'm going through this document which describes how to configure Oracle AQ as JMS provider in WebLogic. Personally, I'm using WebSphere, but the configuration required by the two app ... |
3. How to programmatically un/register POJOs as services in JBoss 4.2.3.GA stackoverflow.comI need to be able to circumvent the whole deployer malarkey and programmatically register/unregister (dependency-less) POJOs as services in JBoss. Currently I'm dynamically creating an MBean interface and registering this with the ... |
4. How can I find , where the JNDI service is available? coderanch.com |
5. JNDI and JAX-WS coderanch.comCan you tie a JNDI name to a Web Service? I'm about 4 days in to Web Services using JAX-WS. I created a generic web service and have it deployed successfully on Sun App Server 9. I created a generic client that calls my web service. I can run it and I get the expected results. Two things I do not ... |
6. how to configure a JNDI URL resource coderanch.comI am trying to replicate the Websphere's URL Resource provider functionality in Tomcat, but haven't been really successful. So what I would like to do is access a properties file from a URL. This provides a convenient approach to modifying prop files as apposed to residing within WAR file. Anyway back to my question, I have taken a stab at this ... |
7. Service Jndi Lookup Error coderanch.com |
8. issue in binding object to JNDI coderanch.comHI ALL, I am getting an exception while binding the object to JNDI.I missing some minute thing over here. I am using Netbeans 6.5 and Tomcat 6.0. Following is code. import javax.naming.*; public class BindObject { public static final String TITLE = "sams/book"; public static void main (String[] args) { Object object = "Some_String"; try { Context initialContext = new InitialContext(); ... |