adempiere / adempiere

ADempiere Business Suite ERP/CRM/MFG/SCM/POS done the Bazaar way in an open and unabated fashion. Focus is on the Community that includes Subject Matter Specialists, Implementors and End-Users.
http://www.adempiere.io
GNU General Public License v2.0
814 stars 768 forks source link

Can't save server schedule updates in Client when using CRON pattern. #413

Closed mckayERP closed 8 years ago

mckayERP commented 8 years ago

===========> GridTable.dataSave: Persistency Issue - AD_Scheduler: it/sauronsoftware/cron4j/SchedulingPattern [16] java.lang.NoClassDefFoundError: it/sauronsoftware/cron4j/SchedulingPattern at org.compiere.model.MScheduler.beforeSave(MScheduler.java:265) at org.compiere.model.PO.save(PO.java:2096) at org.compiere.model.GridTable.dataSavePO(GridTable.java:2139) at org.compiere.model.GridTable.dataSave(GridTable.java:1474) at org.compiere.model.GridTab.dataSave(GridTab.java:986) at org.compiere.apps.APanel.cmd_save(APanel.java:2050)

mckayERP commented 8 years ago

Issue is that the library is added to CSTools.jar but not CCTools.jar so its is not available for the client. It only affects the beforesave() function of the PO. Records can be created but not updated.

e-Evolution commented 8 years ago

Mike where are of pull request of this fix ?