JNDI naming exception:javax.naming.NameNotFoundException when trying to create Connection factory
I faced a problem which is when trying to establish connection Factory to the JMS server that I have configured correctly , I got that error.
the following is the code
The hi lighted line failed.
I am sure that I created the connection factory with the correct JNDI name. it runs successfully on the integated WLS , but not working on the Stand alone WLS
The solution is
Deploy you JMS server on the admin server not on the managed server
the following is the code
The hi lighted line failed.
I am sure that I created the connection factory with the correct JNDI name. it runs successfully on the integated WLS , but not working on the Stand alone WLS
The solution is
Deploy you JMS server on the admin server not on the managed server
Comments