git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@21089 d1611594-4594-4d17-8e1d-87c2c4800839
parent
5157e666b2
commit
22610c63f0
|
@ -1,21 +1,17 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
|
xmlns:tx="http://www.springframework.org/schema/tx" xmlns:p="http://www.springframework.org/schema/p" xmlns:aop="http://www.springframework.org/schema/aop"
|
||||||
xmlns:tx="http://www.springframework.org/schema/tx" xmlns:p="http://www.springframework.org/schema/p"
|
|
||||||
xmlns:aop="http://www.springframework.org/schema/aop"
|
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
||||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
|
||||||
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
|
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
|
||||||
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
|
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
|
||||||
|
|
||||||
<!-- Hibernate config -->
|
<!-- Hibernate config -->
|
||||||
<context:property-placeholder
|
<context:property-placeholder location="classpath:/com/rjconsultores/ventaboletos/web/cliente/conf/database.properties" />
|
||||||
location="classpath:/com/rjconsultores/ventaboletos/web/cliente/conf/database.properties" />
|
|
||||||
<context:component-scan base-package="com.rjconsultores.ventaboletos" />
|
<context:component-scan base-package="com.rjconsultores.ventaboletos" />
|
||||||
<tx:annotation-driven transaction-manager="transactionManager" />
|
<tx:annotation-driven transaction-manager="transactionManager" />
|
||||||
|
|
||||||
<bean id="sessionFactory"
|
<bean id="sessionFactory" class="com.rjconsultores.ventaboletos.utilerias.spring.MyAnnotationSessionFactoryBean">
|
||||||
class="com.rjconsultores.ventaboletos.utilerias.spring.MyAnnotationSessionFactoryBean">
|
|
||||||
<property name="dataSource">
|
<property name="dataSource">
|
||||||
<ref local="dataSource" />
|
<ref local="dataSource" />
|
||||||
</property>
|
</property>
|
||||||
|
@ -25,46 +21,31 @@
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AlertaCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AlertaCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Autobus</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Autobus</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Autorizacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Autorizacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AutorizacionPerfil
|
<value>com.rjconsultores.ventaboletos.entidad.AutorizacionPerfil</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Articulo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Articulo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AsientoExclusivo
|
<value>com.rjconsultores.ventaboletos.entidad.AsientoExclusivo</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Banco</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Banco</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCtrl
|
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCtrl</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCargo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCargo
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Categoria</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Categoria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaClase</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaClase</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCorrida
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCorrida</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaDescuento
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaDescuento</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMarca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMarca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMercado
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMercado</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaPeriodo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaPeriodo
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaTipoPtoVta</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaTipoPtoVta
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Ciudad</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Ciudad</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CoeficienteTarifa
|
<value>com.rjconsultores.ventaboletos.entidad.CoeficienteTarifa</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Colonia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Colonia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClaseServicio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ClaseServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClaseservicioEquivalencia
|
<value>com.rjconsultores.ventaboletos.entidad.ClaseservicioEquivalencia</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ComisionistaExterno</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ComisionistaExterno
|
<value>com.rjconsultores.ventaboletos.entidad.CompaniaBancaria</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CompaniaBancaria
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Conductor</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Conductor</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfigRestriccionPago
|
<value>com.rjconsultores.ventaboletos.entidad.ConfigRestriccionPago</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoCanalVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoCanalVenta
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Convenio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Convenio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioDet</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConvenioDet</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Constante</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Constante</value>
|
||||||
|
@ -72,107 +53,78 @@
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CorridaCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CorridaCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CorridaTramo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CorridaTramo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Cortesia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Cortesia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CortesiaBeneficiario
|
<value>com.rjconsultores.ventaboletos.entidad.CortesiaBeneficiario</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CortesiaDireccion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CortesiaDireccion
|
<value>com.rjconsultores.ventaboletos.entidad.Conexion</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionTemp</value>
|
||||||
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionCtrl</value>
|
||||||
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionCtrlTemp</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CuponConvenio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CuponConvenio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CuponSecretaria
|
<value>com.rjconsultores.ventaboletos.entidad.CuponSecretaria</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DetDiagramaAutobus</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DetDiagramaAutobus
|
<value>com.rjconsultores.ventaboletos.entidad.DepositoBancario</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DiagramaAutobus</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DepositoBancario
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DiagramaAutobus
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Division</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Division</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Empleado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Empleado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Empresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Empresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEquivalencia
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEquivalencia</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Estacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Estacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaAsiento</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaAsiento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaCorrida</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaCorrida</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaOperacional
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaOperacional</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaTramo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaTramo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionRedondo
|
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionRedondo</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FormaPago</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FormaPago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FormaPagoDet</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FormaPagoDet</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.GrupoCortesia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.GrupoCortesia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FuncionSistema</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FuncionSistema</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Marca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Marca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MercadoCompetido
|
<value>com.rjconsultores.ventaboletos.entidad.MercadoCompetido</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MerchantBancario</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MerchantBancario
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Moneda</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Moneda</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MarcaClaseServicio
|
<value>com.rjconsultores.ventaboletos.entidad.MarcaClaseServicio</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MotivoCancelacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoCancelacion
|
<value>com.rjconsultores.ventaboletos.entidad.MotivocancelacionEquivalencia</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MotivoReimpresion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivocancelacionEquivalencia
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoReimpresion
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoViaje</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MotivoViaje</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Nodo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Nodo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OrgaoConcedente
|
<value>com.rjconsultores.ventaboletos.entidad.OrgaoConcedente</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OrgaoTramo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.OrgaoTramo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Pais</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Pais</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Parada</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Parada</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParadaEquivalencia
|
<value>com.rjconsultores.ventaboletos.entidad.ParadaEquivalencia</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaMasivo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaMasivo
|
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaPunto</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamCanjePunto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaPunto
|
<value>com.rjconsultores.ventaboletos.entidad.ParamCostoTarjeta</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamCompraPunto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCanjePunto
|
<value>com.rjconsultores.ventaboletos.entidad.ParamRecoleccion</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamConexion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCostoTarjeta
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCompraPunto
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamRecoleccion
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Perfil</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Perfil</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PerfilFuncion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PerfilFuncion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PeriodoVacacional
|
<value>com.rjconsultores.ventaboletos.entidad.PeriodoVacacional</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Plaza</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Plaza</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Pricing</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Pricing</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingAnticipacion
|
<value>com.rjconsultores.ventaboletos.entidad.PricingAnticipacion</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingImporte</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingImporte</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingVigencia
|
<value>com.rjconsultores.ventaboletos.entidad.PricingVigencia</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingClase</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingClase</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingMarca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingMarca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingMercado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingMercado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingDia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingDia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingCorrida</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingCorrida</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingPuntoVenta
|
<value>com.rjconsultores.ventaboletos.entidad.PricingPuntoVenta</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingCategoria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingCategoria
|
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoPtoVta</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoPtoVta
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoServicio
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingAsiento</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingAsiento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingOcupacion
|
<value>com.rjconsultores.ventaboletos.entidad.PricingOcupacion</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecifico</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecifico
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingRuta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingRuta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio
|
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdClaseServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdClaseServicio
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdFormaPago</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdFormaPago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdMarca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdMarca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdPrecio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdPrecio</value>
|
||||||
|
@ -181,63 +133,45 @@
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdRuta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdRuta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdTipoptovta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdTipoptovta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdVigencia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdVigencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio
|
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaUsuarioBancario
|
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaUsuarioBancario</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PuntoVenta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Redondeo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Redondeo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RedondeoCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RedondeoCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RedondeoMarca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RedondeoMarca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCategoria
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCategoria</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionClase</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionClase
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCtrl</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMarca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCtrl
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMercado</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionPuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMarca
|
<value>com.rjconsultores.ventaboletos.entidad.RestriccionPago</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMercado
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionPuntoVenta
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RestriccionPago
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RolOperativo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RolOperativo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Ruta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Ruta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RutaCombinacion
|
<value>com.rjconsultores.ventaboletos.entidad.RutaCombinacion</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RutaEmpresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RutaEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RutaSecuencia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RutaSecuencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RhPagoConductor
|
<value>com.rjconsultores.ventaboletos.entidad.RhPagoConductor</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Secretaria</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Secretaria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.SeguroKm</value>
|
<value>com.rjconsultores.ventaboletos.entidad.SeguroKm</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.SeguroTarifa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.SeguroTarifa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Sistema</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Sistema</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueKm</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueKm</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueParada
|
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueParada</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarjetaFidelidad</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaFidelidad
|
<value>com.rjconsultores.ventaboletos.entidad.TarjetaRecaudacion</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaRecaudacion
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Tarifa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Tarifa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaOficial</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaOficial</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaHist</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaHist</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaMinima</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaMinima</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaCategoria
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaCategoria</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaTipoptovta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaTipoptovta
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoConvenio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoConvenio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCiudad
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCiudad</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCorte</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCorte</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesiaDescuento
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesiaDescuento</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoDomicilio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoDomicilio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoEmpleado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoEmpleado</value>
|
||||||
|
@ -249,26 +183,21 @@
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoVenta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Tramo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Tramo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TramoServicio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TramoServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TramoKmServicio
|
<value>com.rjconsultores.ventaboletos.entidad.TramoKmServicio</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TramoTiempo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TramoTiempo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TramoKm</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TramoKm</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Turno</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Turno</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Usuario</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Usuario</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioBancario
|
<value>com.rjconsultores.ventaboletos.entidad.UsuarioBancario</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioPerfil</value>
|
<value>com.rjconsultores.ventaboletos.entidad.UsuarioPerfil</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioUbicacion
|
<value>com.rjconsultores.ventaboletos.entidad.UsuarioUbicacion</value>
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Via</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Via</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.VigenciaTarifa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.VigenciaTarifa</value>
|
||||||
<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>
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
|
@ -283,22 +212,19 @@
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="transactionManager"
|
<bean id="transactionManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager">
|
||||||
class="org.springframework.orm.hibernate3.HibernateTransactionManager">
|
|
||||||
<property name="sessionFactory" ref="sessionFactory" />
|
<property name="sessionFactory" ref="sessionFactory" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="contextApplicationContextProvider"
|
<bean id="contextApplicationContextProvider" 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> -->
|
||||||
|
|
||||||
<bean id="dataSource"
|
<bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
|
||||||
class="org.springframework.jdbc.datasource.DriverManagerDataSource">
|
|
||||||
<property name="driverClassName" value="${database.driver}" />
|
<property name="driverClassName" value="${database.driver}" />
|
||||||
<property name="url" value="${database.url}" />
|
<property name="url" value="${database.url}" />
|
||||||
<property name="username" value="${database.username}" />
|
<property name="username" value="${database.username}" />
|
||||||
|
@ -308,19 +234,14 @@
|
||||||
<!-- ====================================================== -->
|
<!-- ====================================================== -->
|
||||||
<!-- Search class from Hibernate-Generic-DAO framework -->
|
<!-- Search class from Hibernate-Generic-DAO framework -->
|
||||||
<!-- ====================================================== -->
|
<!-- ====================================================== -->
|
||||||
<bean id="hibernateSearchSupport" scope="prototype"
|
<bean id="hibernateSearchSupport" scope="prototype" class="com.rjconsultores.ventaboletos.web.utilerias.paginacion.HibernateSearchSupportImpl">
|
||||||
class="com.rjconsultores.ventaboletos.web.utilerias.paginacion.HibernateSearchSupportImpl">
|
|
||||||
<property name="sessionFactory" ref="sessionFactory" />
|
<property name="sessionFactory" ref="sessionFactory" />
|
||||||
<property name="hibernateSearchProcessor">
|
<property name="hibernateSearchProcessor">
|
||||||
<bean class="com.trg.search.hibernate.HibernateSearchProcessor"
|
<bean class="com.trg.search.hibernate.HibernateSearchProcessor" factory-method="getInstanceForSessionFactory">
|
||||||
factory-method="getInstanceForSessionFactory">
|
|
||||||
<constructor-arg ref="sessionFactory" />
|
<constructor-arg ref="sessionFactory" />
|
||||||
</bean>
|
</bean>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
<bean id="sqlFactory"
|
<bean id="sqlFactory" class="com.rjconsultores.ventaboletos.dao.sqlbuilder.SQLFactory" />
|
||||||
class="com.rjconsultores.ventaboletos.dao.sqlbuilder.SQLFactory" />
|
<bean id="sqlBuilder" class="com.rjconsultores.ventaboletos.dao.sqlbuilder.SQLBuilder" factory-bean="sqlFactory" factory-method="getBuilder" />
|
||||||
<bean id="sqlBuilder"
|
|
||||||
class="com.rjconsultores.ventaboletos.dao.sqlbuilder.SQLBuilder"
|
|
||||||
factory-bean="sqlFactory" factory-method="getBuilder" />
|
|
||||||
</beans>
|
</beans>
|
Loading…
Reference in New Issue