Heng Sin Low
822e567898
migrate oracle and postgresql provider to be equinox extension based.
2010-08-23 19:27:28 +08:00
Heng Sin Low
adb09d2f33
1) http://kenai.com/jira/browse/HENGSIN-6 , RUN_setup.sh failure
...
Use the static method getLogger instead of using a static logger variable. The logger is created as needed inside the getLogger method.
2)http://kenai.com/jira/browse/HENGSIN-3 , properties file wrongly created
Patch accepted.
3) http://kenai.com/jira/browse/HENGSIN-4 , Cannot connect to http://localhost:8080/admin/adempiereMonitor
Always set default level for root logger in CLogMgt initialization.
4) http://kenai.com/jira/browse/HENGSIN-5 , Build fails by default requiring directory lib/plugins
Modify utils_dev/build.xml to ensure the existence of the lib/plugins folder.
5) Module refactoring
* Remove client bundle dependency from the zkwebui bundle. Common UI code of the 2 bundle is moved into the new uibase bundle.
* Remove client bundle dependency from server side bundle. The swing specific jasper report code is moved into the new JasperReportsClient bundle.
* Move most swing code that is still in the base bundle into the client bundle. Many swing client specific code in Env.java (base bundle) is move into the AEnv.java (client bundle).
* Default handlers for 2Pack is moved into the new pipoHandlers bundle. All loading of 2pack handler is now done using the equinox extension mechanism.
6) Extension point
* Added process, form and modelvalidator extension point base on the existing work done by Jorg Viola in the osgi1 branch.
7) The pipo bundle is move from plugins/pipo to /pipo ( relative to the workspace ) due to ant4eclipse have problem building the bundle using the previous layout.
8) New workflow editor and rendering implementation using netbeans visual library. The implementation is shared the by swing and zk client.
2010-08-20 16:05:06 +08:00
Heng Sin Low
ef657c6cee
* use -Dosgi.compatibility.bootdelegation=true to make classes from vm other than java.* visible to bundle.
...
* development and build changes.
2010-07-15 03:10:57 +08:00
Heng Sin Low
7ddc6c4d1f
converted to osgi based deployment. remove application server config that's no longer used.
2010-07-13 16:07:13 +08:00
Heng Sin Low
d73f9089a8
* Switch to Eclipse Gemini Web 1.1.0.M02
...
* Converted serverApps and webStore to OSGi war bundle
* Now both webui and webstore OSGi war bundle can be launch from eclipse, next to be converted is the admin and adempiere server monitor web application.
2010-07-09 18:05:59 +08:00
Heng Sin Low
389d0c94a2
drop jboss, glassfish, ejb, posterita and htmlui
2010-07-07 22:53:34 +08:00
Heng Sin Low
5b7f513937
merge osgi branch
2010-07-05 17:00:27 +08:00
tspc
e42a4136b2
Merge Revisions 12415, 12514, 12531, 12536 from /release to /trunk
...
Revision: 12415
minor typo
Revision: 12514
Committer LTH added by Redhuan
Revision: 12531
Fix [2965640] Workflow approval bug
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2965640
Revision: 12536
upgrade to Oracle Database 11g Release 2 (11.2.0.1.0) JDBC Drivers downloaded from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_112010.html
ojdbc6.jar (2,111,220 bytes) - Classes for use with JDK 1.6. It contains the JDBC driver classes except classes for NLS support in Oracle Object and Collection types.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2876927
Regards,
Tony Snook
2010-06-14 04:24:05 +00:00
eloy_gomez
63df9c535a
Restore functionality to setup windows and unix env files after setup.
2010-05-18 10:44:46 +00:00
Carlos Ruiz
6eea0a82fe
FR [2898490] Order receipt issue - reorganize in trunk to receive this contribution from Cristina
...
- created zkpackages folder
- recreated liberoMFG.jar and liberozkMFG.jar
- organized deploy of zk package on RUN_setup
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2898490
2010-05-14 02:51:47 +00:00
joergviola
c499e73fb1
zkwebui now deployable again in standard deployment
...
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-05-06 17:56:57 +00:00
joergviola
5dc7b6c0f4
Fix: CInstall no longer required
...
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-04-29 18:07:38 +00:00
joergviola
44a323ff99
Turned install into an equinox plugin providing an eclipse application
...
Modified build script to deploy the equinox container
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-04-28 20:59:00 +00:00
tspc
c075bb8a36
Reverting revision 12059
...
Run_setup failing on new installations as discussed here:
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3681803/index/page/1
Tony
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2037042
2010-04-20 12:09:38 +00:00
trifonnt
f14bf2fbec
FR [2037042] - Removes wrong license
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2037042&group_id=176962&atid=879335
2010-04-19 08:57:36 +00:00
trifonnt
57705cb22b
Patches [1700186] - Remove more references to derby/fyracle
...
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1700186&group_id=176962
2010-04-16 21:29:26 +00:00
trifonnt
f101ae3063
Update html pages.
2010-03-26 14:48:11 +00:00
trifonnt
dcafbac332
Removed not used image.
2010-03-26 10:04:36 +00:00
trifonnt
b4b998f373
FR [2974077] - German Translation for Setup
...
https://sourceforge.net/tracker/?func=detail&aid=2974077&group_id=176962&atid=883808
2010-03-24 09:15:50 +00:00
trifonnt
f479ca2beb
FR [2974430] - Remove old release.html file
...
https://sourceforge.net/tracker/?func=detail&aid=2974430&group_id=176962&atid=883808
2010-03-22 09:06:29 +00:00
tspc
478075d45d
Merge bug fixes from release into trunk
...
merge -r 11666:11670 -r 11677:11680 -r 11682:11684
11666-11670 -> Fix Eclipse warnings/ERROR
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2970867
11677 -> Fix - Firstof Function Week Constant
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2079794
11678 -> The revision 7509 introduced a bug because of bad programming
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2001910
11679 -> Integrate fix contributed by mcicchelli for [2514168] Port missing connect for Test.sql
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2514168
11680 -> minor - fix typos in comments
11682 -> [2971637] DB.executeUpdate working as autocommit if trx is not opened
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2971637
11683 -> Client Accounting Processor - fix a problem found, it was not updating Posted status on posting failure
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2857289
11684 -> Firstof Function Week Constant - scripts swapped - thanks to Armen by the peer review
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2079794
2010-03-17 10:57:46 +00:00
trifonnt
3acb327d90
Code cleanup and typo fix.
2009-11-28 17:39:53 +00:00
trifonnt
75eaad16b9
small typo fixes and fix of ADempiere name.
2009-11-28 12:53:56 +00:00
phib
e5d1116d94
2872728 Move Adempiere to Java 6
...
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2872728&group_id=176962
Developers: please ensure your trunk build environments are updated to use jdk6.
2009-10-05 04:56:48 +00:00
trifonnt
6592007b92
BF [2868898] - Exported xml element must be CDATA
...
https://sourceforge.net/tracker/?func=detail&aid=2868898&group_id=176962&atid=879332
and small code beautify.
2009-09-28 14:54:59 +00:00
trifonnt
d75403fadd
Fixed Linux installation scripts.
...
Thank's to Felix!
2009-09-25 09:20:17 +00:00
trifonnt
b4630b407c
Small typo fixes.
2009-09-24 18:34:33 +00:00
Carlos Ruiz
11c8872dd6
Fix error reported by Hudson in copy CheckConflicts
2009-09-16 03:02:52 +00:00
Carlos Ruiz
3c9aa3a8e2
improve and install CheckConflicts.sh in lib directory
2009-09-16 02:21:01 +00:00
Carlos Ruiz
08a30ab24c
Move libero jars to packages directory, modify name of installed packages
2009-09-16 01:53:40 +00:00
vpj-cd
ac9a53003f
Integrate Libero Manufacturing into trunk like an extension
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2857255&group_id=176962&atid=934929
include libero Human Resource & Payroll, Manufacturing
2009-09-13 23:20:53 +00:00
Carlos Ruiz
7d8cfb1ecc
FR [1868756] - Enable smtp gmail support
...
https://sourceforge.net/tracker/index.php?func=detail&aid=1868756&group_id=176962&atid=879335
Recommit revision 10158 implement gmail support in RUN_setup
2009-09-13 16:08:48 +00:00
vpj-cd
cd6cc98352
Hi Carlos!
...
I try apply your self recommendation, so I revert this commit because is a specific implementation.
My recommendation is you should add a combobox with email protocol (SMTP,POP3,IMAP4) and email port
with this approach you can solve any Email Server configuration even servers that are behind a proxy.
http://sourceforge.net/tracker/index.php?func=detail&aid=1868756&group_id=176962&atid=879335
kind regards
Victor Perez
www.e-evolution.com
2009-09-13 06:55:35 +00:00
Carlos Ruiz
58e9c3af40
FR [1868756] - Enable smtp gmail support
...
https://sourceforge.net/tracker/index.php?func=detail&aid=1868756&group_id=176962&atid=879335
Implement gmail support in RUN_setup
2009-09-12 03:35:41 +00:00
trifonnt
0c082d78ae
FR: 2843434 - locale el_GR
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2843434&group_id=176962&atid=883808
2009-08-24 15:37:54 +00:00
tobi42
6c61fd5d60
BF 2838832 ( https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2838832&group_id=176962 )
...
Adding attribute "target=1.5" to all javac invocations that don't have such an attribute yet as recommended by http://ant.apache.org/manual/CoreTasks/javac.html .
2009-08-17 09:23:03 +00:00
trifonnt
ffc394b522
BF: [2832535] - Add ADEMPIERE_DB_PATH to AdempiereEnvTemplate.properties
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2832535&group_id=176962
Fixed postgres value.
2009-08-12 16:21:19 +00:00
trifonnt
4cd8e42a1a
FR: [2832535] Add ADEMPIERE_DB_PATH to AdempiereEnvTemplate.properties
...
https://sourceforge.net/tracker/?func=detail&aid=2832535&group_id=176962&atid=879332
2009-08-05 10:05:55 +00:00
trifonnt
99b439b148
FR: 1863965 - SetupRes_it.java
...
https://sourceforge.net/tracker/?func=detail&aid=1863965&group_id=176962&atid=883808
2009-08-02 02:30:32 +00:00
Carlos Ruiz
d6b19da28e
minor - fix misaligned header
2009-07-24 15:18:01 +00:00
trifonnt
d34be4e2c7
FR: 2805307 Add support for OpenJDK
...
https://sourceforge.net/tracker/?func=detail&aid=2805307&group_id=176962&atid=879335
2009-06-12 08:41:38 +00:00
trifonnt
a561d80971
Added Eclipse launch configuration for Setup.
2009-06-12 08:35:17 +00:00
Heng Sin Low
698ac42bc2
minor - ADEMPIERE_VERSION and ADEMPIERE_VENDOR not read from AdempiereEnv.properties
2009-05-15 04:47:37 +00:00
trifonnt
ff746f8cd0
Added Eclipse encoding preferences.
2009-04-17 13:55:58 +00:00
trifonnt
e0b64ceca4
BF: [ID: 2770226] Repaired Setup and Licence screen in Croatian Language
...
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=2770226&group_id=176962
2009-04-17 13:41:47 +00:00
mjudd
7d71f46528
BF [ 2740259 ] - Define static final serialVersionUID's for classes
2009-04-14 05:33:44 +00:00
mjudd
a9e3d66261
Revert 8975 as per https://sourceforge.net/forum/forum.php?thread_id=3185123&forum_id=610548
2009-04-09 13:54:15 +00:00
mjudd
52ed420263
BF [ 2740259 ] - Define static final serialVersionUID's for classes
2009-04-07 10:49:05 +00:00
trifonnt
74b2c6e351
FR: [ 2531701 ] SetupRes_fr.java
...
https://sourceforge.net/tracker/?func=detail&atid=883808&aid=2531701&group_id=176962
2009-01-23 21:26:26 +00:00
Carlos Ruiz
1805c3e86d
Fix [2484110] Setup Window ask for oracle specific user
...
https://sourceforge.net/tracker2/?func=detail&aid=2484110&group_id=176962&atid=879332
2009-01-03 17:43:09 +00:00