// NOTE: This initialisation code is mostly copied from the RI
// 20020925 RI example init.jsp.
logger.fine("Initialising JSR-188 RI CC/PP library");
// Create and initialise the RI Profile Factory.
ProfileFactoryImpl factory = (ProfileFactoryImpl)
ProfileFactoryImpl.getInstance();
factory.setCacheEnabled(false);
// Create and initialise the RI Profile Fragment Factory.
ProfileFragmentFactoryImpl fragmentFactory =
(ProfileFragmentFactoryImpl)
ProfileFragmentFactoryImpl.getInstance();