git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@23326 d1611594-4594-4d17-8e1d-87c2c4800839
parent
19be6f2da2
commit
6496166f70
|
@ -284,14 +284,11 @@
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Zona</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Zona</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamArticulo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamArticulo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EventoExtra</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EventoExtra</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtra
|
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtra</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AjusteEventoExtra</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AjusteEventoExtra
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaViaje</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarjetaViaje</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Cliente</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Cliente</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClienteDireccion
|
<value>com.rjconsultores.ventaboletos.entidad.ClienteDireccion</value>
|
||||||
</value>
|
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
@ -314,19 +311,19 @@
|
||||||
class="com.rjconsultores.ventaboletos.web.utilerias.spring.ApplicationContextProvider">
|
class="com.rjconsultores.ventaboletos.web.utilerias.spring.ApplicationContextProvider">
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<!-- <bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean"> -->
|
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
|
||||||
<!-- <property name="resourceRef" value="true" /> -->
|
<property name="resourceRef" value="true" />
|
||||||
<!-- <property name="jndiName" value="${database.jndi.name}" /> -->
|
<property name="jndiName" value="${database.jndi.name}" />
|
||||||
<!-- </bean> -->
|
|
||||||
|
|
||||||
<bean id="dataSource"
|
|
||||||
class="org.springframework.jdbc.datasource.DriverManagerDataSource">
|
|
||||||
<property name="driverClassName" value="${database.driver}" />
|
|
||||||
<property name="url" value="${database.url}" />
|
|
||||||
<property name="username" value="${database.username}" />
|
|
||||||
<property name="password" value="${database.password}" />
|
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
<!-- <bean id="dataSource" -->
|
||||||
|
<!-- class="org.springframework.jdbc.datasource.DriverManagerDataSource"> -->
|
||||||
|
<!-- <property name="driverClassName" value="${database.driver}" /> -->
|
||||||
|
<!-- <property name="url" value="${database.url}" /> -->
|
||||||
|
<!-- <property name="username" value="${database.username}" /> -->
|
||||||
|
<!-- <property name="password" value="${database.password}" /> -->
|
||||||
|
<!-- </bean> -->
|
||||||
|
|
||||||
<!-- ====================================================== -->
|
<!-- ====================================================== -->
|
||||||
<!-- Search class from Hibernate-Generic-DAO framework -->
|
<!-- Search class from Hibernate-Generic-DAO framework -->
|
||||||
<!-- ====================================================== -->
|
<!-- ====================================================== -->
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# <controler>. <id>. <propiedade> = XXX
|
# <controler>. <id>. <propiedade> = XXX
|
||||||
|
|
||||||
#Versao do VentaBoleto:
|
#Versao do VentaBoleto:
|
||||||
versao = ADM_20121221_1RC93
|
versao = ADM_20121221_1RC94
|
||||||
|
|
||||||
# MSG Defaut:
|
# MSG Defaut:
|
||||||
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
||||||
|
|
Loading…
Reference in New Issue