Valid 1z0-599 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-599 Exam! ExamDiscuss.com now offer the newest 1z0-599 exam dumps, the ExamDiscuss.com 1z0-599 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-599 dumps with Test Engine here:
You deploy two different applications to the WebLogic container. One application use Xerces parser version A and the other application uses Xerces parser version B Both these versions are different from the parser version that the WebLogic server uses internally. You want to use the Filtering Classloader feature to solve this problem. What action would you take to generate proper filtering Classloader entries?
Correct Answer: B
Explanation/Reference: Note: * The FilteringClassLoader provides a mechanism for you to configure deployment descriptors to explicitly specify that certain packages should always be loaded from the application, rather than being loaded by the system classloader. This allows you to use alternate versions of applications such as Xerces and Ant. * To configure the FilteringClassLoader to specify a certain package is loaded from an application, add a prefer-application-packages descriptor element to the weblogic-application.xml which details the list of packages to be loaded from the application. The following example specifies that org.apache.log4j.* and antlr.* packages are loaded from the application, not the system classloader: <prefer-application-packages> <package-name>org.apache.log4j.*</package-name> <package-name>antlr.*</package-name> </prefer-application-packages> Reference: Understanding WebLogic Server Application Classloading