Changeset 2195 for trunk/grails-app/services
- Timestamp:
- Mar 30, 2012, 11:57:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/api/ApiService.groovy
r2193 r2195 22 22 // the shared secret used to validate api calls 23 23 static final String API_SECRET = "th!s_sH0uld^Pr0bab7y_m0v3_t%_th3_uSeR_d0Ma!n_ins7ead!" 24 static transactional = true24 static transactional = false 25 25 def moduleCommunicationService 26 26 … … 62 62 */ 63 63 def flattenDomainData(List elements) { 64 println elements.class65 64 def items = [] 66 65
Note: See TracChangeset
for help on using the changeset viewer.