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 a queued message?
What are the steps involved in configuring the jms?
What is an object message?
What is a connection factory?
What is the difference between topic and queue?
What is jms mean?
What is the role of JMS in enterprise solution development?
What Is the JMS API?
what is distributed queues and topics and how they works
What are the advantages of JMS?
What is jms destination?
How may messaging models do JMS provide for and what are they?