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

atalogue-generator.0.8.22.source-code.generator-config.xml Maven / Gradle / Ivy

Go to download

A source code generator to transform a catalogue model into java beans with persistence.

There is a newer version: 0.9.104
Show newest version
<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