All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.openwebbeans.openwebbeans.properties Maven / Gradle / Ivy

The newest version!
#Licensed to the Apache Software Foundation (ASF) under one
#or more contributor license agreements.  See the NOTICE file
#distributed with this work for additional information
#regarding copyright ownership.  The ASF licenses this file
#to you under the Apache License, Version 2.0 (the
#"License"); you may not use this file except in compliance
#with the License.  You may obtain a copy of the License at
#
#  http://www.apache.org/licenses/LICENSE-2.0
#
#Unless required by applicable law or agreed to in writing,
#software distributed under the License is distributed on an
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#KIND, either express or implied.  See the License for the
#specific language governing permissions and limitations
#under the License.
#---------------------------------------------------------------
# The configuration for OpenWebBeans Web container integration
#---------------------------------------------------------------

################################################################################################
################################### WEB SPI CONFIGURATION SECTION ##########################
################################################################################################ 

configuration.ordinal=12

################################### WEB Container Lifecycle ################################
#Default implementation of org.apache.webbeans.corespi.ContainerLifecycle.
org.apache.webbeans.spi.ContainerLifecycle=org.apache.webbeans.web.lifecycle.WebContainerLifecycle
################################################################################################

################################### WEB Scanner Service ####################################
#Default implementation of org.apache.webbeans.corespi.ScannerService.
org.apache.webbeans.spi.ScannerService=org.apache.webbeans.web.scanner.WebScannerService
################################################################################################

################################### WEB Contexts Service ####################################
#Default implementation of org.apache.webbeans.corespi.ContextsService.
org.apache.webbeans.spi.ContextsService=org.apache.webbeans.web.context.WebContextsService
################################################################################################

################################################################################################
#################################### SEVERAL WEB CONFIGURATION PARAMETERS ######################
################################################################################################

################################## Application Development is JSP ##############################
# Used to register WebBeansELResolver with JSP EL
org.apache.webbeans.application.jsp=false
################################################################################################

################################### Default Conversation Service ###############################
# Servlet related implementation of org.apache.webbeans.corespi.ConversationService.
# This one does support conversation propagation via cid request parameter.
# This will get overwritten in the JSF plugins
org.apache.webbeans.spi.ConversationService=org.apache.webbeans.web.context.WebConversationService
################################################################################################

################################## Conversation Support ########################################
# Whether conversations are supported or not
# In webapps we now support conversations by default
org.apache.webbeans.application.supportsConversation=true
################################################################################################




© 2015 - 2025 Weber Informatics LLC | Privacy Policy