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
sauljabin
bcc12dbd30
IDEMPIERE-2655 Get Context Variable Error in WebService queryData
2015-07-29 16:00:30 -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
7f753cdedb
IDEMPIERE-2664 DB Extensibility issues / remove unnecessary dependency to initcap and user functions
2015-06-29 11:52:56 -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
fa74477ecf
Update product version to 2.1.0
2014-10-30 23:30:38 -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
Thomas Bayen
42a3f4f9f3
IDEMPIERE-1698 LEt the user choose a different JasperReports class
2014-06-18 14:06:59 +02:00
Carlos Ruiz
9973ea483e
IDEMPIERE-1868 / solve warnings
2014-05-28 11:09:09 -05: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
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