numero serie lote
This commit is contained in:
parent
3ec0ef1179
commit
45ff466482
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
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.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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"/>
|
||||
|
||||
-->
|
||||
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
Loading…
Reference in New Issue