vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.79k stars 729 forks source link

Cannot deploy Vaadin 8 OSGi bundles on Payara 4/5 #11178

Open HRE opened 5 years ago

HRE commented 5 years ago

Tested with Vaadin 8.5.1. Payara 4 provides org.osgi.framework only with version 1.6.0, not 1.8. Payara 5 provides servlet-api only with version 4.0, not 3.

Can be reproduced by starting a payara domain and copying the vaadin bundles to ${com.sun.aas.instanceRoot}/autodeploy/bundles/. Payara 5 needs felix.fileinstall.dir in glassfish/config/osgi.properties to be adjusted accordingly.

stale[bot] commented 5 years ago

Hello there!

We are sorry that this issue hasn't progressed lately. We are prioritizing issues by severity and the number of customers we expect are experiencing this and haven't gotten around to fix this issue yet.

There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!

TatuLund commented 5 years ago

@HRE is it possible for you to test this with Vaadin 8.7.0? Some improvements and fixes has been made since 8.5.1 regarding OSGi in order to make Liferay work better, these may have also impacted this.

HRE commented 5 years ago

@TatuLund I have tried Vaadin 8.7.0 with Payara 4.1.2.181 and 5.184, the results are still the same.

stale[bot] commented 5 years ago

Hello there!

We are sorry that this issue hasn't progressed lately. We are prioritizing issues by severity and the number of customers we expect are experiencing this and haven't gotten around to fix this issue yet.

There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!