-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Impact: LowSeverity: Majorbugcdiv8Issues or PRs for Vaadin 8 version of the add-onIssues or PRs for Vaadin 8 version of the add-on
Description
I tried to integrate version 3.x and failed because of the altered behaviour. In reference to weld documentation of integration within a plain Tomcat (and same thing match also to Jetty)
Tomcat only allows you to bind entries to java:comp/env, so the BeanManager will be available at
java:comp/env/BeanManager
I know the spec of EE define that it should be java:comp/BeanManager, but within plain servlet container its different. The old custom logic matched this state of reality.
But with the replacement of DeltaSpike 1.7.x this logic now breaks for me.
Metadata
Metadata
Assignees
Labels
Impact: LowSeverity: Majorbugcdiv8Issues or PRs for Vaadin 8 version of the add-onIssues or PRs for Vaadin 8 version of the add-on
Type
Projects
Status
🔖 Normal Priority (P2)