vaadin / full-stack-starter

Public repository for Full Stack Starter issues
https://vaadin.com/start
1 stars 0 forks source link

Bakery App (Vaadin 12) not runnable on WildFly / JBoss in Development Mode #24

Open ManuelAtJEE opened 5 years ago

ManuelAtJEE commented 5 years ago

Problem description: Vaadin Bakery App Starter (Vaadin 12) can be deployed in Development Mode on WildFly (15) but only the "Vaadin Subscriptoin" and "Bakery App Starter Install" components are visible. image

Reproduce:

Additional info:

ManuelAtJEE commented 5 years ago

@johannesh2 Have you ever tried running the Bakery App on WildFly / JBoss? Unfortunately, it is a common business usecase.

svenruppert commented 5 years ago

Hi, I had the same issue with Core Undertow. The solution is a changed ResourceManager. The original Undertow took always a dummy ResourceManager. The ClassPathResourceManager was not able to deal with the paths to resolve the resources. Maybe this can help. I isolated this to understand was going on. The source code you can find on github -> Nano Vaadin Demo. Feel free to ping me via Twitter (@SvenRuppert)