Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin Control Panel for Liferay bug
Hello , when i've deployed Vaadin Control Panel on Liferay + glassfish v3.1
i got this screen:
http://postimage.org/image/41jhc3glx/full/
I cant control additional dependencies.
I may compile widgets , but i cant access additional dependencies.
Its showing me transparent window.
Whats wrong?
Kadir BASOL: Hello , when i've deployed Vaadin Control Panel on Liferay + glassfish v3.1
i got this screen:
http://postimage.org/image/41jhc3glx/full/I cant control additional dependencies.
I may compile widgets , but i cant access additional dependencies.
Its showing me transparent window.
The control panel portlet copies its own theme and widgetset to a shared directory on the portal and then uses them to make sure it is fully independent of any versions of Vaadin installed on the portal etc. This works at least on Tomcat, but for some reason does not on your GlassFish - either because of the copying failing in general on GlassFish (wrong target directory?) or because of permission problems.
In your screenshot, it is quite obvious also other parts of the theme are missing.
If permissions are not the issue, please create a bug report about this.