-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
JMS Step 6 - How to Set Up an AQ JMS (Advanced Queueing JMS) for SOA
Purposes
.jblist{list-style-type:disc;margin:0;padding:0;padding-left:0pt;margin-left:36pt}
ol{margin:0;padding:0}
.c17_6{vertical-align:top;width:468pt;border-style:solid;border-color:#000000;border-width:1pt;padding:5pt…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been having problems trying to call an EJB's method from a Java Application Client.
Here is the code.
EJB Remote Interface
package com.test;
import javax.ejb.Remote;
@Remote
public interface HelloBeanRemote {
public String sayHello();
}
EJB
package com.test;
import javax.ejb.Stateless;
@Stateless…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello All,
My application currently relies on JDBC realm authentication. Recent needs have forced us to think about having LDAP authentication as well. We are thinking about using Active Directory for both authentication as well as authorization (roles). As a standalone test, I was able to authenticate…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I’m running a couple of servlet applications in Tomcat (5.5). All of the servlets use a common factory resource that is shared out using JNDI. At the moment, I can get everything working by including the factory resource as a GlobalNamingResource in the /conf/server.xml file, and then having…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am deploying a webapp from eclipse to tomcat. I am having an issue with my application and JNDI lookups. When the app tries to load the JNDI resource I am this stacktrace:
javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost;…
>>> More