hieplq
f39116d95d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (delete buckminster stuff)
2018-11-10 10:32:38 +07:00
Carlos Ruiz
4aba73b917
Change sourceforge folder for seed database and jarfiles
2018-11-04 20:09:44 -02:00
Carlos Ruiz
7eeb4a8463
More versioning for 6.1
2018-11-04 18:32:21 -02:00
Carlos Ruiz
ee4303d453
set version to 6.1
2018-11-04 14:47:53 -02:00
Carlos Ruiz
a78bb93284
Merged idempiere/idempiere-experimental/default into default
2018-10-31 15:27:30 +01:00
Carlos Ruiz
0c9838f464
IDEMPIERE-941 soapUI tests not working / fix 2pack for last version
2018-10-31 15:19:47 +01:00
hieplq
79613e7a07
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (rest/launcher)
2018-10-31 15:09:16 +07:00
hieplq
59dbbf1d7f
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
...
back to online mode/new service configuration file, get from spring osgi bundle
2018-10-31 10:37:28 +07:00
hieplq
7ddd9b9692
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
...
use javax.activation bundle from eclipse can resolve issue conflic between tycho buil/eclipse build/eclipse runtime
2018-10-31 10:25:17 +07:00
hieplq
8a04f3e303
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
...
1. new version of cxf need new version of spring so get osgi version from org.apache.servicemix but spring of cxf limit to 4.0 so take 4.3.19.RELEASE_1
http://cxf.apache.org/docs/30-migration-guide.html
2. eclipse auto add --add-modules=ALL-SYSTEM when run eclipse launcher, so when run idempiere server from eclipse encounter bellow condition
javax.activity, javax.xml.ws is depricate package to remove on jdk11
that why this module is exclusive from build class path (but by --add-modules=ALL-SYSTEM it appear at runtime)
we use some replace jar for that package (com.sun.activation for javax.activation)
2018-10-31 04:03:57 +07:00
hieplq
23530a00e2
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service)
...
use osgi version
2018-10-29 21:28:53 +07:00
hieplq
783827e94a
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service)
...
use osgi version
2018-10-29 08:22:06 +07:00
hieplq
7426cd54d1
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (tycho access restriction on classpath entry of jaxws-api)
...
jaxws-api look same javax.xml.ws but when build with tycho it said about access restriction on package javax.xml.ws,..
(i guess jaxws-api is new and it follow jdk mudule)
javax.xml.ws is special package, it's marked for remove on next jdk release.
it can't resolve ever i use <arg>-warn:+discouraged,forbidden</arg>
2018-10-27 16:04:38 +07:00
hieplq
69c91e1111
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue)
...
https://bugs.eclipse.org/bugs/show_bug.cgi
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016
1. use latest jdt for support jdk10
2. tycho resolve dependency to javax.activation, javax.xml.bind from jdk, but jdk don't public it.
eclipse resolve by get highest version from com.sun.activation.javax.activation, jaxb-api
so need use Require-Bundle to force tycho choose com.sun.activation.javax.activation
2.1 if keep both import javax.activation and Require-Bundle com.sun.activation.javax.activation with get bellow exception on tycho but org.adempiere.base don't have this issue
[ERROR] /home/hieplq/1Dev/project/native/idempiere-dev-11/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/DefaultFeedbackService.java:[16]
[ERROR] import javax.activation.DataSource;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'DataSource' is not API (restriction on classpath entry '/home/hieplq/.m2/repository/p2/osgi/bundle/com.sun.activation.javax.activation/1.2.0/com.sun.activation.javax.activation-1.2.0.jar')
3. pass --add-exports for org.adempiere.base, install, server and swing
2018-10-25 23:59:10 +07:00
hieplq
5e5d79f614
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle)
2018-10-24 13:07:45 +07:00
hieplq
cfa2705b25
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:29:49 +07:00
hieplq
0e5becb6c8
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:28:04 +07:00
hieplq
52a4a836c8
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:26:40 +07:00
hieplq
155810c3f1
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:25:50 +07:00
hieplq
bb6005c5c2
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:23:59 +07:00
hieplq
733ad1c89f
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:17:22 +07:00
hieplq
b7aada7a1b
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with static value
2018-10-24 09:02:12 +07:00
hieplq
0a010a526d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project)
...
run auto update maven projec (side effect from 15ccf00c09f5).
2018-10-24 08:56:57 +07:00
hieplq
2d6d70ef06
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
...
spring to osgi, deduce install configuration
2018-10-24 08:48:02 +07:00
hieplq
6bc86a754c
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
...
spring, service, xml http://openjdk.java.net/jeps/320
2018-10-23 22:27:06 +07:00
hieplq
1c5a89128b
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Bundle-RequiredExecutionEnvironment)
...
eclipse don't reconize Bundle-RequiredExecutionEnvironment 10
2018-10-23 17:29:35 +07:00
hieplq
b2fa99b192
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
...
update jetty to 12
update almost library to latest version
change org.eclipse.jdt.core.compiler.batch to org.eclipse.jdt.core
change javax.management.j2ee-api to org.apache.geronimo.specs.geronimo-j2ee-management_1.1_spec, reduce dependency and correct dependency of activeMQ
javax.activation to com.sun.activation.javax.activation
lib for service will take from library instea of jdk
groovy to date
2018-10-23 09:36:53 +07:00
hieplq
82c8c5b31d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10
...
change targetPlatform and classpath to JavaSE-10
2018-10-16 07:08:34 +07:00
hieplq
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +07:00
Carlos Ruiz
ac0b824eee
hg merge release-5.1 (merge release5.1 into default)
2018-08-29 20:42:42 +02:00
Carlos Ruiz
588eed01e3
IDEMPIERE-3712 Webservices broken in 5.1z
2018-08-24 13:09:45 +02:00
Carlos Ruiz
6144a1b8ff
IDEMPIERE-3712 Webservices broken in 5.1z
2018-08-24 12:12:29 +02:00
Carlos Ruiz
2fce02d02e
IDEMPIERE-2944 Preserve iDempiere session between sucessive webservice calls / integrate peer review from hengsin
...
AP2-330 Web services loggin. Fix thread safety.
2018-07-30 16:24:05 +02:00
Carlos Ruiz
48b927327a
IDEMPIERE-2944 Preserve iDempiere session between sucessive webservice calls / found the previous sessions was not being closed properly
2018-07-27 11:36:11 +02:00
Heng Sin Low
4c644268e1
IDEMPIERE-2944 AP2-330 Web services logging. Access to csMap is not thread safe. ctxMap should not cache full context of previous service execution.
2018-07-23 15:52:58 +08:00
Carlos Ruiz
40bcba3ce2
hg merge release-5.1 (merge release5.1 into default)
2018-07-14 18:03:36 +02:00
Carlos Ruiz
3f1026519f
IDEMPIERE-2944 Preserve iDempiere session between sucessive webservice calls / fix Context Lost issue
2018-07-09 14:43:18 +02:00
Carlos Ruiz
919b6f34db
hg merge release-5.1 (merge release5.1 into default)
2018-05-17 21:59:23 +02:00
hieplq
31ad04d7ef
IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project
2018-02-18 23:41:09 +07:00
hieplq
9482f02dec
IDEMPIERE-3531:add maven tycho configuration
2018-02-10 16:42:06 +07:00
hieplq
50271ce883
IDEMPIERE-3531:standard maven repository url
2018-02-03 10:50:12 +07:00
hieplq
d7808da56a
IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
...
a mavent project convert from plugin have flow default rule
1. maven project prefer setting JRE to Execution environment, so .classpath is updated
2. java class compliment to target/classes/, so build.propertie is updated
3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created
extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431
it happend on bundle use non-standard java package
org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs
on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
so change to warning method make it consitent with other
org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq
34741c7d87
IDEMPIERE-3531:standard maven repository url
...
find out origin reposiroty for almost library
maven url include maven2 part
2018-02-03 16:38:23 +07:00
hieplq
b6d9886732
IDEMPIERE-3531:standard lib folder
...
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
Carlos Ruiz
af3d52045f
Point copyjars to new release
2017-11-01 01:14:36 +01:00
Carlos Ruiz
d63062d0d0
New version
2017-10-31 23:12:29 +01:00
Carlos Ruiz
a036839491
hg merge release-4.1 (merge release4.1 into default)
2017-10-31 17:55:06 +01:00
Carlos Ruiz
5dbdbc93aa
IDEMPIERE-3534 Webservice error - Cannot Access
2017-10-31 17:30:55 +01:00
Carlos Ruiz
9bfe040d9b
Integrate patches from hengsin - IDEMPIERE-3416 Implement the ability to track open DB connections (1007726/1008135)
2017-06-30 15:57:15 +02:00
hieplq
c8c2f1592a
IDEMPIERE-2544: on equinox osgi, bundle have service should be active
2017-04-26 10:06:46 +07:00
Carlos Ruiz
ba7348f6a4
IDEMPIERE-3394 Allow defining web service type in System and extend in Tenant
2017-06-14 00:57:10 +02:00
Carlos Ruiz
8615b92609
IDEMPIERE-3394 Allow defining web service type in System and extend in Tenant
2017-06-13 17:58:02 +02:00
Carlos Ruiz
f474ad12f6
1006079 Ease edit of OnLine Context Help. / IDEMPIERE-3438 (integrating contribution from hengsin)
2016-07-05 23:07:48 +08:00
Carlos Ruiz
72b21f1df1
IDEMPIERE-2944 Preserve iDempiere session between sucessive webservice calls / fix login when using email - as reported by Pritesh Shah
2018-05-15 10:23:51 +02:00
Diego Ruiz
7e632fe9a2
IDEMPIERE-3240 Web services error when a parameter is range
2016-11-07 18:20:58 +01:00
Carlos Ruiz
5da08bb301
point copyjars to 4.1
2016-10-31 14:27:56 +01:00
Carlos Ruiz
3d985bd0ed
change references to new version
2016-10-30 20:30:07 +01:00
Carlos Ruiz
118bbbebd8
hg merge release-3.1 (merge release3.1 into development)
2016-10-29 11:21:00 +02:00
Diego Ruiz
f4c6b6f89c
IDEMPIERE-3224 Web service call ERROR: operator does not exist: numeric = character varying
2016-10-21 18:07:11 +02:00
hieplq
54bca51007
IDEMPIERE-3136:all stuff relate library of idempiere
...
remove version of dependency bundle
2016-07-07 12:51:24 +07:00
hieplq
116cde1e96
IDEMPIERE-3136:all stuff relate library of idempiere
...
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
hieplq
4ae72bb050
IDEMPIERE-3136:all stuff relate library of idempiere
...
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
hieplq
98730ce2d6
IDEMPIERE-2968:make all url as properties let idempiere can total material with offline repository
...
use parameter for link to repository, so can use offline repository, so help increase test speed
2016-07-07 14:55:12 +07:00
Carlos Ruiz
f33db5b1ee
IDEMPIERE-2944 Preserve iDempiere session between sucessive webservice calls
2016-02-17 22:15:09 +01:00
Carlos Ruiz
045e250a69
IDEMPIERE-2940:reduce size of repository / fix sourceforge links
2015-12-02 11:51:11 -05:00
hieplq
6f32d77846
IDEMPIERE-2940:reduce size of repository
...
move file server
2015-12-02 21:54:18 +07:00
Carlos Ruiz
01c3a93433
backout 1527e70 - wrongly committing in a merge operation
2015-11-30 22:07:46 -05:00
Carlos Ruiz
371e79c1a4
IDEMPIERE-2940:reduce size of repository / downloading wrong version of xmlbeans-2.5.0.jar is causing java.lang.LinkageError UNMARSHAL_ERROR on webservices
2015-11-30 22:07:10 -05:00
hieplq
972dd355db
IDEMPIERE-2940:reduce size of repository
2015-11-14 17:17:25 +07:00
Carlos Ruiz
0439b499c7
hg merge release-2.1 (merge release2.1 into release3.1)
2015-11-18 08:12:19 -05:00
sauljabin
a0c86233fc
IDEMPIERE-2928 Save Web Services User Agent in Session Description / IDEMPIERE-2929 Web Services Response BinaryData
2015-11-11 10:52:54 -05:00
Carlos Ruiz
6a8183effa
Update product version to 3.1.0
2015-10-30 21:18:07 -05:00
Carlos Ruiz
17e7db76a8
IDEMPIERE-2760 Inventory Move - Document type Print Format ignored / add for web services
2015-10-04 10:31:42 -05:00
Diego Ruiz
16791faf20
IDEMPIERE-2871 Import CSV process not returning log file when run via web services
2015-09-30 13:22:57 +02:00
Diego Ruiz
3b78553e07
IDEMPIERE-2765 Error when running a Jasper reports via web services
2015-08-13 09:10:46 -05:00
Carlos Ruiz
b58749e8bb
hg merge release-2.1 (merge release2.1 into development)
2015-08-11 12:12:04 -05:00
Heng Sin Low
9397af1b11
IDEMPIERE-2756 Background threads losing context when user log out / Fixed context management for web service. / integrated by Carlos Ruiz from hengsin
2015-08-11 12:11:09 -05:00
Carlos Ruiz
6fc6bef52c
IDEMPIERE-2749 Internal Use Inventory - Document type Print Format ignored / peer review
2015-08-04 21:14:31 -05:00
Carlos Ruiz
3951017a87
hg merge release-2.1 (merge release2.1 into development)
2015-07-31 07:31:41 -05:00
sauljabin
bcc12dbd30
IDEMPIERE-2655 Get Context Variable Error in WebService queryData
2015-07-29 16:00:30 -05:00
Carlos Ruiz
94dcdbccef
hg merge release-2.1 (merge release2.1 into development)
2015-07-29 11:46:17 -05:00
Carlos Ruiz
f14c24a608
IDEMPIERE-2740 Webservice without session causing no changelog / peer review
2015-07-27 15:38:01 -05:00
sauljabin
f419cad4f8
IDEMPIERE-2740 Webservice without session causing no changelog
2015-07-27 15:34:56 -05:00
Carlos Ruiz
c30cffc2a6
hg merge release-2.1 (merge release2.1 into development)
2015-07-01 21:05:10 -05:00
Carlos Ruiz
a3ba251b49
hg merge release-2.1 (merge release2.1 into development)
2015-06-24 20:43:40 -05:00
Carlos Ruiz
d5262afc1b
IDEMPIERE-2672 Region field in Tax Rate window default OR when default country is not USA
2015-06-24 12:29:19 -05:00
sauljabin
9ea1cc3ff8
IDEMPIERE-2655 Get Context Variable Error in WebService queryData
2015-06-03 16:28:55 -05:00
Carlos Ruiz
44b07db53f
minor - solve warnings
2015-05-22 11:24:45 -05:00
Deepak Pansheriya
025c160db3
IDEMPIERE-2337: Adding support for ctx variable in querydata
2015-05-20 22:07:36 +05:30
sauljabin
abef172dd0
IDEMPIERE-2623 Limit and offset in queryData WebService
2015-05-15 12:52:37 -05:00
sauljabin
395d6c5411
IDEMPIERE-2604 Use LIKE sentence in webservice queryData / integrate code by Jan Thielemann (jthielemann) https://www.youtube.com/watch?v=04V459i0vR4
2015-05-06 17:25:10 -05:00
sauljabin
aec225230d
IDEMPIERE-2609 WebServices - error to Complete Transaction in Composite Interface
2015-05-06 12:19:39 -05:00
Carlos Ruiz
7f753cdedb
IDEMPIERE-2664 DB Extensibility issues / remove unnecessary dependency to initcap and user functions
2015-06-29 11:52:56 -05:00
Carlos Ruiz
0cb4c95f98
hg merge release-2.1 (merge release2.1 into development)
2015-06-08 10:22:22 -05:00
Carlos Ruiz
1ba9e2935c
hg merge release-2.1 (merge release2.1 into development)
2015-05-27 23:50:16 -05:00
Carlos Ruiz
376d6ea1ec
hg merge release-2.1 (merge release2.1 into development)
2015-05-20 21:04:05 -05:00
Carlos Ruiz
e2ea5989e3
hg merge release-2.1 (merge release2.1 into development)
2015-05-06 19:55:36 -05:00
hieplq
96bfd399c9
IDEMPIERE-2544:to more warning compiler hidden good warning
...
warning from build.xml
2015-03-28 23:31:00 +07:00
longnan
05c145002e
IDEMPIERE-2505 one error in org.idempiere.webservices MANIFEST.MF
2015-03-08 09:56:59 -05:00
Heng Sin Low
816e27a8e2
IDEMPIERE-2245 Platform Upgrade for r3. Fix Jenkin build error ( Patch from Carlos ). Fix login page show wrong version info.
2014-10-16 14:34:12 +08:00
Heng Sin Low
0b2fbe27ae
IDEMPIERE-2245 Platform Upgrade for r3.
2014-10-13 11:05:19 +08:00
Carlos Ruiz
e5241052d6
Merge development (18baef8639ba) into zk7 branch
2014-07-16 20:10:39 -05:00
Carlos Ruiz
dd784a0dad
hg merge release-2.0 (merge release2 into development)
2014-07-16 18:53:36 -05:00
Carlos Ruiz
4dad044891
IDEMPIERE-1866 Via web services is not possible to send DateTime for Process
2014-07-16 18:24:22 -05:00
Carlos Ruiz
011aa28d01
Merge development (8eba0f14d231) into zk7 branch
2014-06-20 20:09:46 -05:00
Thomas Bayen
42a3f4f9f3
IDEMPIERE-1698 LEt the user choose a different JasperReports class
2014-06-18 14:06:59 +02:00
Carlos Ruiz
c69070876f
Merge development (717d3f6bb6a2) into zk7 branch
2014-06-03 18:28:40 -05:00
Carlos Ruiz
9973ea483e
IDEMPIERE-1868 / solve warnings
2014-05-28 11:09:09 -05:00
Heng Sin Low
fa6541ff10
Merge development ( 10289 ) into zk7 ( 10252 ) branch
2014-04-03 09:17:58 +08:00
Heng Sin Low
9e5826b772
IDEMPIERE-1635 Upgrade to zk7. Update platform to Gemini Web 2.2.2, Tomcat 7.0.35 and Eclipse 4.3 ( Kepler ).
2014-04-03 01:31:20 +08:00
Carlos Ruiz
ed0eee0faf
IDEMPIERE-1784 SQL injection via ModelADService is possible / committing this patch until a better approach is implemented as suggested in meetings
2014-03-26 10:52:24 -05:00
Carlos Ruiz
fa74477ecf
Update product version to 2.1.0
2014-10-30 23:30:38 -05:00
Heng Sin Low
bb6607d553
IDEMPIERE-1561 Update product version to 2.0.0.
2013-11-21 14:32:17 +08:00
Heng Sin Low
43dbfd7feb
IDEMPIERE-1277 Exporting cxf package from web service to reuse same in SFAndroide. Accept patch from Deepak.
2013-08-16 18:33:24 +08:00
Heng Sin Low
c6211c7241
IDEMPIERE-1182 Adding REST web-services support. Adding a simple rest mapping (jaxrs) for the current model base ad services.
2013-07-24 21:28:18 +08:00
Carlos Ruiz
54862b0d9e
IDEMPIERE-460 Add back sample for list lookup
2013-07-17 08:48:02 -05:00
Deepak Pansheriya
89ff83536f
IDEMPIERE-460: Fixing regression issue with lookup on web service
2013-07-17 14:52:11 +05:30
Carlos Ruiz
656fe8a366
IDEMPIERE-941 soapUI tests not working - required for peer review and tests, added 2Pack for the soapUI tests
2013-07-16 00:15:05 -05:00
Richard Morales
4ce7fba3a9
IDEMPIERE-941 NPE in WebServices when logging in with wrong username
2013-07-16 00:12:28 -05:00
Carlos Ruiz
1f635fcbcb
IDEMPIERE-1163 Web service role access control not working.
2013-07-11 18:34:34 -05:00
Heng Sin Low
c1494abff4
IDEMPIERE-1163 Web service role access control not working.
2013-07-11 14:40:31 +08:00
Carlos Ruiz
daece5d52c
IDEMPIERE-206 / Fitnesse fixes:
...
- Sync sample test cases with latest changes
- Use configurable port on ZkSuite
- Fix context problem on Login and RunProcess
- Fix jasper checking on RunProcess (same bug on webservices)
- Implement context variable parsing on Util
- Change log of post event on core to inform error when a fitnesse posting fails
- Improve error on posting material receipt requiring order line
2013-06-28 17:38:38 -05:00
Heng Sin Low
5cfb18cd60
IDEMPIERE-949 Web services is loading spring schema resources from spring web site.
2013-05-22 15:12:26 +08:00
Elaine Tan
bf2b40f8d8
Fix ADLookup.getDirectAccessSQL to convert UUID value to lower case
2013-04-29 17:53:00 +08:00
Elaine Tan
8c47a32a69
The error message of RunProcessResponse for Java process is not set when the process ended with error
2013-04-26 18:34:33 +08:00
Carlos Ruiz
5ddb2d4b34
Generate model classes for release 1.0b
2013-04-25 01:24:59 -05:00
Heng Sin Low
de30d72c22
IDEMPIERE-460 Integrate and migrate 3e services. Added lookup support for web services to ease the building of idempiere web service client in webui or swing.
2013-04-21 09:23:44 +08:00
Heng Sin Low
c692c7e19e
IDEMPIERE-460 Integrate and migrate 3e services. Added lookup support for web services to ease the building of idempiere web service client in webui or swing.
2013-04-19 20:53:43 +08:00
Heng Sin Low
284104f96f
IDEMPIERE-460 Integrate and migrate 3e services. 1) Fixed process management for compositeService and runProcess. 2) Added UUID support for _ID column. This allow portable hard coding for non official id web service configuration. 3) Added field and param lookup support for more places. 4) Clean up some old code.
2013-04-19 20:53:00 +08:00
Heng Sin Low
67972e1d06
IDEMPIERE-460 Integrate and migrate 3e services. Improve support for building iDempiere web service client using Axis. Clean up dependency and exported package.
2013-04-19 20:50:03 +08:00
Elaine Tan
0b0d66c6c1
IDEMPIERE-838 Support LOB data type in web service
2013-04-09 16:23:49 +08:00
Elaine Tan
e14cfc212a
Handle NPE when no datarow is provided in queryData request
2013-04-04 16:26:44 +08:00
Heng Sin Low
2269468fb0
IDEMPIERE-460 Support for overriding reference key on web service field and allowing scripting support for ctx variable. Peer review.
2013-04-01 16:43:10 +08:00
Deepak Pansheriya
285f89db5d
IDEMPIERE-460 Support for overriding reference key on web service field and allowing scripting support for ctx variable.
2013-03-29 14:53:10 +05:30
Elaine Tan
0033e8abd2
Handle NPE in warehouses when login using System Administrator role
2013-03-21 14:12:03 +08:00
Elaine Tan
98b63c1415
Handle NPE in warehouses when login using System Administrator role
2013-03-21 11:46:02 +08:00
Richard Morales
c45dfd9557
IDEMPIERE-638 Check log level before calling logging method / .log(Level
2013-03-15 22:52:05 -05:00
Carlos Ruiz
171c5db67d
IDEMPIERE-37 Make iDempiere safer using saveEx instead of save
2013-03-12 08:39:50 -05:00
Heng Sin Low
5250853263
IDEMPIERE-460 Integrate and migrate 3e services. Minor exception logging enhancement.
2013-03-11 14:27:37 +08:00
Carlos Ruiz
1ff94d5337
IDEMPIERE-358 Login- how to make unique and safe / Implement same approach for fitnesse and webservices login
2013-03-05 19:14:29 -05:00
Carlos Ruiz
ac93bd4473
IDEMPIERE-638 Check log level before calling logging method / log.info / Thanks to Richard Morales
2013-02-27 20:58:38 -05:00
Richard Morales
ce7938424e
IDEMPIERE-638 Check log level before calling logging method / log.fine
2013-02-25 19:00:59 -05:00
Richard Morales
a6b7473ff4
IDEMPIERE-638 Check log level before calling logging method / log.finest
2013-02-25 14:00:29 -05:00
Richard Morales
65a9dc9adc
IDEMPIERE-568 Review proper closing of JDBC statements and resultsets
2013-02-20 20:31:16 -05:00
Richard Morales
f737c1fc87
IDEMPIERE-568 Review proper closing of JDBC statements and resultsets
2013-02-19 18:17:37 -05:00
Heng Sin Low
d86e3e4e71
Merge ea73bc0ccc6c
2013-02-19 21:29:28 +08:00
Heng Sin Low
e436719065
IDEMPIERE-460 Integrate and migrate 3e services. Fixed lookup. Refactoring and cleanup.
2013-02-19 21:25:15 +08:00
Carlos Ruiz
d687a65314
minor - fix warning on plugin.xml
2013-02-18 09:15:50 -05:00
Richard Morales
7838f1bf04
IDEMPIERE-568 Review proper closing of JDBC statements and resultsets
2013-02-15 19:26:22 -05:00
Heng Sin Low
d931788d45
minor - modify extension point id to follow existing naming convention.
2013-02-14 11:56:37 +08:00