Issues
- Query on RV_OpenItem too slowIDEMPIERE-5884Resolved issue: IDEMPIERE-5884Carlos Ruiz
- Heavy query in MRole repeated too often (FHCA-3883)IDEMPIERE-5407Resolved issue: IDEMPIERE-5407Peter Takacs
- Memory Leak ZK Detached Dom Objects are cleared only after ZK session is destroyedIDEMPIERE-5282Resolved issue: IDEMPIERE-5282Heng Sin Low
- Tabular Report Re-Run button/close parameter windowIDEMPIERE-5275Resolved issue: IDEMPIERE-5275Peter Takacs
- Cache PA_DocumentStatusIDEMPIERE-5268Resolved issue: IDEMPIERE-5268Igor Pojzl
- AD_Column Caching changesIDEMPIERE-5266Resolved issue: IDEMPIERE-5266Igor Pojzl
- Add Cache to MSessionIDEMPIERE-5256Resolved issue: IDEMPIERE-5256Igor Pojzl
- UUID performance improvement considerationsIDEMPIERE-5240
- Duplicated indexes in postgresql (and mismatch against oracle) / FHCA-2740IDEMPIERE-5220Resolved issue: IDEMPIERE-5220Carlos Ruiz
- Cache the list/array of mreflist for AD_Reference_IDIDEMPIERE-5204Resolved issue: IDEMPIERE-5204Igor Pojzl
- Virtual column lazy loadingIDEMPIERE-5126Resolved issue: IDEMPIERE-5126Saulo Gil
- Avoid loading virtual columns at model class instantiationIDEMPIERE-5120Saulo Gil
- Performance improvement of "NF3.0 Tree On Any Table".IDEMPIERE-5008Resolved issue: IDEMPIERE-5008Hideaki Hagiwara
- Performance - Render Quick info only when help panel (Right side Panel) openIDEMPIERE-4973Resolved issue: IDEMPIERE-4973Deepak Pansheriya
- Potential Performance Improvement - refresh Home dashboards when Home is focusedIDEMPIERE-4922
- Improve Window and Window Customisation Allow define SQL Clause to setup custom columnsIDEMPIERE-4479Resolved issue: IDEMPIERE-4479Igor Pojzl
- Performance: PO Cache should not always reset all entries after update of one recordIDEMPIERE-4406Resolved issue: IDEMPIERE-4406Heng Sin Low
- Performance: only add log record and sql statement to context if trace/debug level <= debug/infoIDEMPIERE-4372Resolved issue: IDEMPIERE-4372Carlos Ruiz
- [Allocation Reset] - Transaction not close when exception is throwIDEMPIERE-4346Resolved issue: IDEMPIERE-4346Carlos Ruiz
- Do not use Hazelcast Cache Service if it is standaloneIDEMPIERE-4331Resolved issue: IDEMPIERE-4331Heng Sin Low
- Add GridFieldVO list cache for GridTabVO.createIDEMPIERE-4317Resolved issue: IDEMPIERE-4317Heng Sin Low
- Implement cache for list reference at MLookupFactoryIDEMPIERE-4312Resolved issue: IDEMPIERE-4312Heng Sin Low
- Quick Entry always retrieve all fields from dbIDEMPIERE-4307Resolved issue: IDEMPIERE-4307Heng Sin Low
- DashboardPanel subclass should not cache Env CtxIDEMPIERE-4300Resolved issue: IDEMPIERE-4300Heng Sin Low
- Cache API not thread safe and inconsistent with context parameterIDEMPIERE-4287Resolved issue: IDEMPIERE-4287Heng Sin Low
- Performance issue - Cache not being used in some casesIDEMPIERE-4284Resolved issue: IDEMPIERE-4284Heng Sin Low
- Importing products hangs on many productsIDEMPIERE-4119Resolved issue: IDEMPIERE-4119Martin Schönbeck
- Process Audit generate unused AD_PInstance_ParaIDEMPIERE-3294Resolved issue: IDEMPIERE-3294Martin Schönbeck
- Longtime Running Proces ManagementIDEMPIERE-1975Resolved issue: IDEMPIERE-1975
- Info Window - Related Info window performance issueIDEMPIERE-1867Resolved issue: IDEMPIERE-1867Anthony Sossah
- Centralized ID not working with native sequence enabledIDEMPIERE-1146Resolved issue: IDEMPIERE-1146Carlos Ruiz
- Attachment -> Disable preview over certain sizeIDEMPIERE-1117Resolved issue: IDEMPIERE-1117Carlos Ruiz
- Improve Performance using Search instead of Table/Table DirectIDEMPIERE-1052Resolved issue: IDEMPIERE-1052Carlos Ruiz
autostarting plug-ins causes a lot of errors if 2Pack/AdempiereActivator is used
Description
Environment
Details
Assignee
Heng Sin LowHeng Sin LowReporter
Jan ThielemannJan ThielemannComponents
Affects versions
Priority
Critical
Details
Details
Assignee
Reporter
Components
Affects versions
Priority
Activity
Angel ParraJune 21, 2013 at 8:59 PM
Thanks Carlos Ruiz, i created issue ticket https://idempiere.atlassian.net/browse/IDEMPIERE-1092.
If i can correct the problem publishes the corresponding patch.
Carlos RuizJune 20, 2013 at 8:47 PM
Angel, thanks for reporting, please open a new ticket just for swing.
Regards,
Carlos Ruiz
Angel ParraJune 20, 2013 at 8:29 PM
This issue has not been resolved yet, still gives me the same error described.
I Perform a test case creating a new plugin and adding a package 2Pack.zip, starting the plugin using version Idempiere swing, the method addingservice of AdempiereActivator class does not start, it is the method used to start the service plugin and perform the 2Pack.zip packin.
This method addingservice only starts in the web version, in the swing version does not start and does not make the plugin Packin.
Jan ThielemannApril 18, 2013 at 2:38 PM
Closed because its fixed
Jan ThielemannMarch 21, 2013 at 12:57 PM
For our cases it seems to work now.
I have a plug-in with a 2Pack. I want it to autostart with the swing client. If i set the start level to 6 or below, i get a bunch of errors caused by the activator. It seems that the pipo plug-ins are not ready at this time.
If i set the starting level to 7 or higher, the plug-in is never activated (even if i check the "activate this plug-in when one of its classes is loaded")
Carlos met the same problem. We would really appreciate a working solution.