numero serie lote

This commit is contained in:
cruales 2022-11-24 16:58:18 -05:00
parent 3ec0ef1179
commit 45ff466482
130 changed files with 85 additions and 56 deletions

View File

@ -267,7 +267,7 @@ public class TaskUtil {
try {
htc.startTask(tid);
} catch (Exception e) {
throw new BPMException("BPM501", "NO SE HA PODIDO INICIAR LA TAREA {0} ", e, tid);
throw new BPMException("BPM501",String.format("NO SE HA PODIDO INICIAR LA TAREA {0} %s ", e.toString()) , e, tid);
}
}
@ -281,7 +281,7 @@ public class TaskUtil {
try {
htc.claimTask(tid, pUser);
} catch (Exception e) {
throw new BPMException("BPM500", "NO SE HA PODIDO RESERVAR LA TAREA {0} PARA EL USUARIO {1}", e, tid, pUser);
throw new BPMException("BPM500", String.format("NO SE HA PODIDO RESERVAR LA TAREA {0} PARA EL USUARIO {1} %s", e.toString()), e, tid, pUser);
}
}

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:38 ECT 2022
#Thu Nov 24 14:07:13 ECT 2022
version=2.1
groupId=com.fp.base.bpm
artifactId=bpmlib

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:33 ECT 2022
#Thu Nov 24 14:07:07 ECT 2022
version=2.1
groupId=com.fp.base.bpm
artifactId=simple

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:59 ECT 2022
#Thu Nov 24 14:07:34 ECT 2022
version=2.1
groupId=com.fp.base.business
artifactId=armas

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:53 ECT 2022
#Thu Nov 24 14:07:28 ECT 2022
version=2.1
groupId=com.fp.base.business
artifactId=general

Binary file not shown.

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:55 ECT 2022
#Thu Nov 24 14:07:30 ECT 2022
version=2.1
groupId=com.fp.base.business
artifactId=log

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:50 ECT 2022
#Thu Nov 24 14:07:25 ECT 2022
version=2.1
groupId=com.fp.base.business
artifactId=person

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:54 ECT 2022
#Thu Nov 24 14:07:29 ECT 2022
version=2.1
groupId=com.fp.base.business
artifactId=report

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:56 ECT 2022
#Thu Nov 24 14:07:32 ECT 2022
version=2.1
groupId=com.fp.base.business
artifactId=viaticos

View File

@ -1,7 +1,7 @@
#Configuracion APP
api.user=admin
api.password=admin
api.uri.base=http://172.17.26.75:8082/alfresco/service
api.user=jasperadmin
api.password=jasperadmin
api.uri.base=http://172.17.26.75:8081/alfresco/service
api.uri.delete.general=/slingshot/doclib/action/file/node/
#Directorio base para las consultas
api.doclocation.base=/app:company_home/st:sites/cm:{0}/cm:documentLibrary

View File

@ -1,7 +1,7 @@
#Configuracion APP
api.user=admin
api.password=admin
api.uri.base=http://172.17.26.75:8082/alfresco/service
api.user=jasperadmin
api.password=jasperadmin
api.uri.base=http://172.17.26.75:8081/alfresco/service
api.uri.delete.general=/slingshot/doclib/action/file/node/
#Directorio base para las consultas
api.doclocation.base=/app:company_home/st:sites/cm:{0}/cm:documentLibrary

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:47 ECT 2022
#Thu Nov 24 14:07:22 ECT 2022
version=2.1
groupId=com.fp.base.core
artifactId=alfresco-client

Binary file not shown.

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:35 ECT 2022
#Thu Nov 24 14:07:09 ECT 2022
version=2.1
groupId=com.fp.base.core
artifactId=bpm

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:46 ECT 2022
#Thu Nov 24 14:07:21 ECT 2022
version=2.1
groupId=com.fp.base.core
artifactId=firmas

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:20 ECT 2022
#Thu Nov 24 14:06:54 ECT 2022
version=2.1
groupId=com.fp.base.dto
artifactId=common

Binary file not shown.

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:18 ECT 2022
#Thu Nov 24 14:06:52 ECT 2022
version=2.1
groupId=com.fp.base.dto
artifactId=dto

Binary file not shown.

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:01:01 ECT 2022
#Thu Nov 24 14:07:36 ECT 2022
version=2.1
groupId=com.fp.base
artifactId=facade

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:01:00 ECT 2022
#Thu Nov 24 14:07:35 ECT 2022
version=2.1
groupId=com.fp.base
artifactId=facadeclient

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:29 ECT 2022
#Thu Nov 24 14:07:03 ECT 2022
version=2.1
groupId=com.fp.base.persistence
artifactId=commondb

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:44 ECT 2022
#Thu Nov 24 14:07:20 ECT 2022
version=2.1
groupId=com.fp.base.persistence
artifactId=parmas

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:22 ECT 2022
#Thu Nov 24 14:06:56 ECT 2022
version=2.1
groupId=com.fp.base.persistence
artifactId=pbpm

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:31 ECT 2022
#Thu Nov 24 14:07:05 ECT 2022
version=2.1
groupId=com.fp.base.persistence
artifactId=pcustomer

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:42 ECT 2022
#Thu Nov 24 14:07:17 ECT 2022
version=2.1
groupId=com.fp.base.persistence
artifactId=pfirmas

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:27 ECT 2022
#Thu Nov 24 14:07:01 ECT 2022
version=2.1
groupId=com.fp.base.persistence
artifactId=pgeneral

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:39 ECT 2022
#Thu Nov 24 14:07:14 ECT 2022
version=2.1
groupId=com.fp.base.persistence
artifactId=plog

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:41 ECT 2022
#Thu Nov 24 14:07:16 ECT 2022
version=2.1
groupId=com.fp.base.persistence
artifactId=pviaticos

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:32 ECT 2022
#Thu Nov 24 14:07:06 ECT 2022
version=2.1
groupId=com.fp.base.persistence
artifactId=util

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:00:48 ECT 2022
#Thu Nov 24 14:07:23 ECT 2022
version=2.1
groupId=com.fp.base
artifactId=sessionbeans

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:01:01 ECT 2022
#Thu Nov 24 14:07:37 ECT 2022
version=2.1
groupId=com.fp.clients.maia
artifactId=maiaear

View File

@ -65,10 +65,14 @@
<property name="hibernate.show_sql" value="true"/>
<property name="hibernate.format_sql" value="true"/>
<property name="hibernate.max_fetch_depth" value="3" />
<property name="hibernate.hbm2ddl.auto" value="update" />
<property name="hibernate.connection.autocommit" value="false"/>
<!-- TRANSACTION FOR JBOSS -->
<property name="hibernate.transaction.manager_lookup_class"
value="org.hibernate.transaction.JBossTransactionManagerLookup" />
<property name="org.hibernate.flushMode" value="COMMIT"/>
<!--
<property name="org.hibernate.flushMode" value="COMMIT"/>
-->

View File

@ -65,8 +65,16 @@
<property name="hibernate.show_sql" value="true"/>
<property name="hibernate.format_sql" value="true"/>
<property name="hibernate.max_fetch_depth" value="3" />
<property name="hibernate.hbm2ddl.auto" value="update" />
<property name="hibernate.connection.autocommit" value="false"/>
<!-- TRANSACTION FOR JBOSS -->
<property name="hibernate.transaction.manager_lookup_class"
value="org.hibernate.transaction.JBossTransactionManagerLookup" />
<property name="org.hibernate.flushMode" value="COMMIT"/>
<!--
-->
<!-- BZ 841786: AS7/EAP 6/Hib 4 uses new (sequence) generators which seem to cause problems -->
<property name="hibernate.id.new_generator_mappings" value="false" />

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 22 17:01:01 ECT 2022
#Thu Nov 24 14:07:36 ECT 2022
version=2.1
groupId=com.fp.clients.maia
artifactId=environment-eap6

Some files were not shown because too many files have changed in this diff Show More