atalogue-generator.0.8.22.source-code.generator-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catalogue-generator Show documentation
Show all versions of catalogue-generator Show documentation
A source code generator to transform a catalogue model into java beans with persistence.
<configBeans xmlns="http://thesett.com/config-beans-0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://thesett.com/config-beans-0.1 configurator/src/resources/config-beans.xsd"> <jndiConfig> <property name="java.naming.factory.initial" value="com.thesett.common.jndi.SimpleInitialContextFactory"/> </jndiConfig> <!-- Set up the Log4J config bean to use the local config file for the utility. --> <beanSetup beanClassName="com.thesett.common.config.beans.Log4JConfigBean" force="false"> <setUpProperty name="resourceName" value="checker-log4j.xml"/> </beanSetup> <!-- Set up the loader config bean with no model file to load. The file to load must be filled in. --> <beanSetup beanClassName="com.thesett.catalogue.config.ModelLoaderConfigBean"> <setUpProperty name="modelResource" value=""/> </beanSetup> </configBeans>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy