Consulta de base local personas y empresas
This commit is contained in:
parent
252e1d981d
commit
bf5bfeffa3
115
frontend/pom.xml
115
frontend/pom.xml
|
|
@ -13,7 +13,7 @@
|
|||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.16</version>
|
||||
<version>1.2.17</version>
|
||||
<!-- solo para jboss provide-->
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
|
@ -426,6 +426,7 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
@ -441,35 +442,107 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>2.4.3</version>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
<version>2.0.2</version>
|
||||
<configuration>
|
||||
<webResources>
|
||||
<resource>
|
||||
<directory>src</directory>
|
||||
<targetPath>WEB-INF</targetPath>
|
||||
<includes>
|
||||
<include>jax-ws-catalog.xml</include>
|
||||
<include>wsdl/**</include>
|
||||
</includes>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>src</directory>
|
||||
<targetPath>WEB-INF/classes/META-INF</targetPath>
|
||||
<includes>
|
||||
<include>jax-ws-catalog.xml</include>
|
||||
<include>wsdl/**</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</webResources>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.jvnet.jax-ws-commons</groupId>
|
||||
<artifactId>jaxws-maven-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>wsimport</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<wsdlFiles>
|
||||
<wsdlFile>172.17.26.183_8090/sincoar-services.wsdl</wsdlFile>
|
||||
</wsdlFiles>
|
||||
<packageName>com.fp.frontend.webservices.dinardap</packageName>
|
||||
<vmArgs>
|
||||
<vmArg>-Djavax.xml.accessExternalSchema=all</vmArg>
|
||||
</vmArgs>
|
||||
<wsdlLocation>http://172.17.26.183:8090/sincoar-services?wsdl</wsdlLocation>
|
||||
<staleFile>${project.build.directory}/jaxws/stale/sincoar-services.stale</staleFile>
|
||||
</configuration>
|
||||
<id>wsimport-generate-sincoar-services</id>
|
||||
<phase>generate-sources</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.xml</groupId>
|
||||
<artifactId>webservices-api</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<sourceDestDir>${project.build.directory}/generated-sources/jaxws-wsimport</sourceDestDir>
|
||||
<xnocompile>true</xnocompile>
|
||||
<verbose>true</verbose>
|
||||
<extension>true</extension>
|
||||
<catalog>${basedir}/src/jax-ws-catalog.xml</catalog>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<finalName>maia</finalName>
|
||||
</build>
|
||||
|
||||
|
||||
<!-- <repositories>
|
||||
<repository>
|
||||
<id>maven2-repository.jboss.com</id>
|
||||
<name>Jboss Repository for Maven</name>
|
||||
<url>http://repository.jboss.com/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>prime-repo</id>
|
||||
<name>Prime Technology Maven Repository</name>
|
||||
<url>http://repository.primefaces.org</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>maven2-repository.dev.java.net</id>
|
||||
<name>Java.net Repository for Maven</name>
|
||||
<url>http://download.java.net/maven/2/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
</repositories> -->
|
||||
<repositories>
|
||||
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<name>Maven Repository</name>
|
||||
<layout>default</layout>
|
||||
<url>https://repo.maven.apache.org/maven2</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>central</id>
|
||||
<name>Maven Plugin Repository</name>
|
||||
<url>https://repo.maven.apache.org/maven2</url>
|
||||
<layout>default</layout>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>windows-1252</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
|
|
|||
|
|
@ -1,105 +0,0 @@
|
|||
###################################################
|
||||
##### S\u00edmbolos unicode
|
||||
#####\u00e1 -> á
|
||||
#####\u00e9 -> é
|
||||
#####\u00ed -> í
|
||||
#####\u00f3 -> ó
|
||||
#####\u00fa -> ú
|
||||
#####\u00c1 -> Á
|
||||
#####\u00c9 -> É
|
||||
#####\u00cd -> Í
|
||||
#####\u00d3 -> Ó
|
||||
#####\u00da -> Ú
|
||||
#####\u00f1 -> ñ
|
||||
#####\u00d1 -> Ñ
|
||||
#####\u0020 -> Espacio en blanco
|
||||
###################################################
|
||||
|
||||
#Botones
|
||||
btn_view_flow=Ver flujo
|
||||
btn_cancell=Cancelar
|
||||
btn_controlcambios=Existe cambios pendientes (YES) perder\u00E1 las modificaciones (NO) permite grabar
|
||||
btn_create=Crear
|
||||
btn_delete=
|
||||
btn_edit=
|
||||
btn_next=
|
||||
btn_previous=
|
||||
btn_query=
|
||||
btn_save=Grabar
|
||||
btn_update=Actualizar
|
||||
btn_reload=Recargar
|
||||
btn_detail=Detalle
|
||||
btn_asign=Asignar
|
||||
btn_accept=Aceptar
|
||||
btn_exit=Salir
|
||||
btn_initFlow=Iniciar flujo
|
||||
btn_completeTask=Competar tarea
|
||||
btn_sent=Enviar
|
||||
|
||||
#Cabecera de tablas
|
||||
htbl_monitoring=MONITOREO
|
||||
htbl_groups=GRUPOS
|
||||
htbl_users=USUARIOS
|
||||
htbl_fields=CAMPOS
|
||||
htbl_flows=FLUJOS
|
||||
htbl_fieldTransaction=CAMPOS POR TRANSACCI\u00D3N
|
||||
htbl_fieldMapping=MAPEO DE CAMPOS
|
||||
htbl_flowsRules=FLUJOS / REGLAS
|
||||
|
||||
lvh_groups=GRUPOS
|
||||
|
||||
|
||||
#Etiquetas
|
||||
lbl_origin_flow_transaction=Transacci\u00F3n originadora del flujo
|
||||
lbl_selected_activity=Actividad seleccionada
|
||||
lbl_waiting_time=Tiempo de espera
|
||||
lbl_real_time=Tiempo real
|
||||
lbl_comment=Comentario
|
||||
lbl_commentate=Comentar
|
||||
lbl_task_detail=Detalle tarea
|
||||
lbl_code=C\u00F3digo
|
||||
lbl_groups=Grupos
|
||||
lbl_group=Grupo
|
||||
lbl_description=Descripci\u00F3n
|
||||
lbl_mail=Correo electr\u00F3nico
|
||||
lbl_user=Usuario
|
||||
lbl_field=Campo
|
||||
lbl_experesion=Expresi\u00F3n lenguaje
|
||||
lbl_package=Paquete
|
||||
lbl_image=Imagen
|
||||
lbl_message=Mensaje
|
||||
lbl_type=Tipo
|
||||
lbl_active=Activo
|
||||
lbl_asociation=Asociaci\u00F3n
|
||||
lbl_path=Ruta
|
||||
lbl_filetype=Tipo archivo
|
||||
lbl_todate=Fecha creaci\u00F3n hasta
|
||||
lbl_fromdate=Fecha creaci\u00F3n desde
|
||||
lbl_creation=Fecha creaci\u00F3n
|
||||
lbl_ended=Fecha final
|
||||
lbl_duration=Duraci\u00F3n
|
||||
lbl_module=M\u00F3dulo
|
||||
lbl_transaction=Transacci\u00F3n
|
||||
lbl_version=Versi\u00F3n
|
||||
lbl_name=Nombre
|
||||
lbl_activityname=Actividad del flujo
|
||||
lbl_created=Creaci\u00F3n
|
||||
lbl_expectedtime=Tiempo de espera
|
||||
lbl_realtime=Tiempo real
|
||||
lbl_observation=Observaciones
|
||||
lbl_response=Respuesta
|
||||
lbl_userassign=Usuario asignado
|
||||
lbl_branch=Sucursal
|
||||
lbl_detail=Detalle
|
||||
lbl_email=Correo electr\u00F3nico
|
||||
lbl_office=Oficina
|
||||
lbl_fieldscreen=Campo pantalla
|
||||
lbl_task=Tarea
|
||||
lbl_observations=Observaciones
|
||||
lbl_notifyto=Notificar a
|
||||
lbl_process=Proceso
|
||||
lbl_registerdate=Fecha registro
|
||||
lbl_resolution=Resoluci\u00F3n
|
||||
|
||||
#Mensajes
|
||||
msg_grouprequird=GRUPO REQUERIDO
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue