~slub.team/goobi-production/mq-interface-to-create-and-finalise-processes

« back to all changes in this revision

Viewing changes to config/GoobiConfig.properties

  • Committer: Matthias Ronge
  • Date: 2012-06-20 09:36:34 UTC
  • Revision ID: matthias.ronge@zeutschel.de-20120620093634-mtpqvar6rj71v9it
Removed assigning the ID to a field

Assigning an ID to a field is a special case of using the “userFields”. The need to assign an ID is highly depending on the underlying catalogue and field configuration and may vary from none (if provided from within the catalogue) to many (in some situations). Therefore, the “userFields” should be used to assign data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
# You can provide a queue from which messages are read to create new processes
205
205
#activeMQ.createNewProcess.queue=GoobiProduction.CreateNewProcesses.Queue
206
206
 
207
 
# When creating a new process, the web service will assign the ID to the
208
 
# appropriate field. Internally, the ID is kept in an "Additional details"
209
 
# field which cannot be referred in a reliable way, only by its verbalised
210
 
# name which may vary. Since this seems to be some kind of "magic number", I
211
 
# made it configurable here. You should not change this unless you know what
212
 
# you are doing: 
213
 
#activeMQ.createNewProcess.digitalIdFieldName=PPN digital a-Satz
214
 
 
215
207
 
216
208
##################################
217
209
# DO NOT CHANGE THE OPTIONS BELOW!