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 the JMS API?
Why doesn't AQ_ADMINISTRATOR_ROLE or AQ_USER_ROLE always work for AQ applications using Java/JMS API?
What is jms consumer?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?
Must I place all my class files in the WEB-INF folder and all JSP's outside?
0 Answers Nigerian Ports Authority,
What is Producer and Consumer?
What is a topic string?
Why jms is used in java?
Mention different types of messages available in JMS API?
What do you mean by Synchronous and Asynchronous type of messaging?
What is jms endpoint?
Is jms a protocol?