Examples of ThreadLocalSessionProviderService


Examples of org.exoplatform.services.jcr.ext.app.ThreadLocalSessionProviderService

   public void setUp() throws Exception
   {
      super.setUp();

      // prepare SessionProviderService
      ThreadLocalSessionProviderService sesProv = 
         (ThreadLocalSessionProviderService)container
            .getComponentInstanceOfType(ThreadLocalSessionProviderService.class);
      sesProv.setSessionProvider(null, new SessionProvider(new ConversationState(new Identity(session.getUserID()))));

      nodeRepresentationService =
         (NodeRepresentationService)container.getComponentInstanceOfType(NodeRepresentationService.class);
      assertNotNull(nodeRepresentationService);
      ntFileNodeRepresentationFactory =
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.