diff options
-rw-r--r-- | server/src/com/vaadin/server/VaadinPortlet.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/src/com/vaadin/server/VaadinPortlet.java b/server/src/com/vaadin/server/VaadinPortlet.java index 026873a04d..940a4925c8 100644 --- a/server/src/com/vaadin/server/VaadinPortlet.java +++ b/server/src/com/vaadin/server/VaadinPortlet.java @@ -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())); |