Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?
Answer / munnu
To use MessageListeners inside Oracle8i JServer, you can do one for the following
1. GRANT JAVASYSPRIV to <userid>
Call dbms_java.grant_permission ('JAVASYSPRIV', 'SYS:java.net.SocketPermission', '*', 'accept,connect,listen,resolve');
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between queue and topic in jms?
What are the three components of a Message ?
What is jndi? How is it related to jms?
What is jms queue?
What is JMS Client?
Is ibm mq jms compliant?
What is the difference between pub/sub and Point to Point i.e. p2p. ?
what is the use of module in weblogic
Explain about the exception handling mechanism of JMS?
How does spring jms listener work?
Does JMS specification define transactions?
What is jms jndi?