]> source.dussan.org Git - vaadin-framework.git/commitdiff
Don't check UI provider before running onVaadinSessionStarted (#9556)
authorLeif Åstrand <leif@vaadin.com>
Wed, 12 Sep 2012 07:53:58 +0000 (10:53 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 12 Sep 2012 07:54:09 +0000 (10:54 +0300)
server/src/com/vaadin/server/VaadinPortlet.java

index 026873a04d319cced4ce2cccb307c458e0b830b4..940a4925c8933634019c8643d3d32d7df02b5c63 100644 (file)
@@ -862,12 +862,6 @@ public class VaadinPortlet extends GenericPortlet implements Constants {
             WrappedPortletRequest request) throws PortletException {
         VaadinPortletSession newApplication = createApplication();
 
-        try {
-            ServletPortletHelper.checkUiProviders(newApplication);
-        } catch (ApplicationClassException e) {
-            throw new PortletException(e);
-        }
-
         newApplication.storeInSession(new WrappedPortletSession(request
                 .getPortletRequest().getPortletSession()));