faces-config.xml 784 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<faces-config xmlns="http://xmlns.jcp.org/xml/ns/javaee"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd"
	version="2.2">
	<application>
		<resource-bundle>
			<base-name>fi.codecrew.moyamgmt.resources.i18n</base-name>
			<var>i18n</var>
		</resource-bundle>
		<message-bundle>fi.codecrew.moyamgmt.resources.i18n</message-bundle>
		<locale-config>
			<default-locale>fi</default-locale>
			<supported-locale>en</supported-locale>
		</locale-config>
	</application>
	<factory>
		<exception-handler-factory>fi.codecrew.moyamgmt.exceptions.BortalExceptionHandlerFactory</exception-handler-factory>
	</factory>
</faces-config>