Commit Graph

12 Commits

Author SHA1 Message Date
Heng Sin Low f830e2c469 IDEMPIERE-546 Integrate Apache Felix Web Console. Accessible at osgi/system/console using the administrator login. 2013-01-11 11:49:46 +08:00
Carlos Ruiz d3e8ef0a7a IDEMPIERE-455 Discover and fix FindBugs problems / Patterns Multithreaded correctness 2012-12-17 20:32:05 -05:00
Richard Morales 9362bcaed2 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> raw type 2012-12-15 16:18:52 -05:00
Richard Morales ae3990ce11 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> not used 2012-12-13 18:41:45 -05:00
Richard Morales 2cd9a1d0f1 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> The import ___ is never used 2012-12-12 17:56:24 -05:00
Richard Morales 7ba478f6c2 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern ICAST_IDIV_CAST_TO_DOUBLE 2012-12-12 16:31:08 -05:00
Richard Morales 1e30b56290 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse Warning : Is never used 2012-12-06 15:00:04 -05:00
Richard Morales a486d1317c IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / findbugs fb-contrib pattern LSYC_LOCAL_SYNCHRONIZED_COLLECTION 2012-12-05 12:09:37 -05:00
Heng Sin Low c8b4a158b7 IDEMPIERE-491 Caching data can generate problem. Refactor the caching code, added distributed cache and cluster wide cache reset support. 2012-11-21 17:06:02 +08:00
uthadehikaru 4173cb21a9 Added AdempiereException for method processIt in package servlet 2012-04-16 12:57:31 +07:00
Carlos Ruiz 26337eddb8 fixes #37 Make iDempiere safer using saveEx instead of save
https://bitbucket.org/idempiere/idempiere/issue/37
2011-06-14 15:39:10 -05:00
Heng Sin Low 3dc7965593 Refactoring:
1) Break to 3 bundle - org.adempiere.webstore, org.adempiere.webstore.resource and org.adempiere.webstore.servlet.
2) org.adempiere.webstore.resource is a fragment that will contribute static resources to the host bundle org.adempiere.webstore
3) Equinox http extension registry replace web.xml for webstore servlet registration. The org.ademiere.webstore.servlet contains the default webstore servlet implementation and is contributed to the org.adempiere.webstore bundle through equinox http registry extension point.
2011-01-11 01:08:37 +08:00