org.jboss.weld.messages.servlet_en.properties Maven / Gradle / Ivy
NOT_STARTING=Not starting Weld/Servlet integration as Weld failed to initialize
CONTEXT_NULL=ServletContext is null
BEAN_MANAGER_NOT_FOUND=Unable to find BeanManager for {0}
REQUEST_SCOPE_BEAN_STORE_MISSING=Cannot obtain request scoped beans from the request
BEAN_DEPLOYMENT_ARCHIVE_MISSING=Unable to locate bean deployment archive for {0}
BEAN_MANAGER_FOR_ARCHIVE_NOT_FOUND=Unable to locate bean manager for {0} in {1}
ILLEGAL_USE_OF_WELD_LISTENER=Cannot use WeldListener without ServletServices
ONLY_HTTP_SERVLET_LIFECYCLE_DEFINED=Non Http-Servlet lifecycle not defined
REQUEST_INITIALIZED=Initializing request {0}
REQUEST_DESTROYED=Destroying request {0}