#34973

Gracias, Federico!

Lo loco es que probé y el pljava parece estar funcionando. Dentro del pgadmin, ejecuté lo siguiente:

Code:
set search_path to libertya;
SELECT bompricestd (0,0) from ad_user;

y obtuve como resultado una tabla de 16 filas, lo cual parece correcto…

Ahora sí tengo un log que creo que sirve, lo pego aquí debajo por si da más pistas?

Code:
*** 2010-09-16 12:50:33.995 OpenXpertya Log (CLogConsole) ***
12:50:32.584 OpenXpertya.startup: Libertya (r) Versión 10.03_15-03-2010 – Software Libre de Gestión- (c) 2009 DISYTEL; Implementación: Libertya 20100315-1136 – SERVICIOS_DIGITALES [12]
12:50:32.584 OpenXpertya.startup: – Java HotSpot(TM) Client VM 16.3-b01 – Linux 2.6.32-24-generic unknown [12]
===========> MAcctSchemaElement.getAcctSchemaElements: No default value for Organización [14]
===========> MAcctSchemaElement.getAcctSchemaElements: No default value for Cuenta [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
———–> MAccount.setValueDescription: Mandatory Element missing: Account [14]
===========> MFTSetup.createEntities: AcctSchema Element BPartner NOT updated [14]
===========> LocaleActivation.createClientLocaleData: {call create_locale_ar_data(?)} [14]
org.postgresql.util.PSQLException: ERROR: no existe la función create_locale_ar_data(integer); State=42883; ErrorCode=0
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1512)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1297)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:437)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:353)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.postgresql.ds.common.PooledConnectionImpl$StatementHandler.invoke(PooledConnectionImpl.java:467)
at $Proxy5.executeUpdate(Unknown Source)
at org.openXpertya.process.LocaleActivation.createClientLocaleData(LocaleActivation.java:128)
at org.openXpertya.model.MSetup.createLocaleEntities(MSetup.java:1692)
at org.openXpertya.model.MSetup.createEntities(MSetup.java:1678)
at org.openXpertya.model.MFTSetup.createEntities(MFTSetup.java:34)
at org.openXpertya.apps.form.VFTSetup.run(VFTSetup.java:210)
at org.openXpertya.apps.form.FormFrame$2.run(FormFrame.java:451)

===========> MFTSetup.saveError: ClientSetupError – Error. No fue posible activar la localización: Argentina. ERROR: no existe la función create_locale_ar_data(integer) [14]

¡Muchas gracias!
Pablo