Hi Karo, This feature has now been added to DSpace and will be released as part of DSpace 1.6.
See: http://jira.dspace.org/jira/browse/DS-388 Thanks, Stuart Lewis IT Innovations Analyst and Developer Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand Ph: 64 9 373-7599 x81928 http://www.library.auckland.ac.nz/ On 21/11/2009, at 2:59 AM, Claudia Jürgen wrote: > Hello Karo, > > the notification is disabled per default (maybe it should be made > configurable). Take a look at org.dspace.app.itemimport.ItemImport > > if (useWorkflow) > { > // don't process handle file > // start up a workflow > if (!isTest) > { > WorkflowManager.startWithoutNotify(c, wi); > > // send ID to the mapfile > mapOutput = itemname + " " + myitem.getID(); > } > } > > > You can use > WorkflowManager.start(c, wi); > instead. > > Hope that helps > > Claudia Jürgen > > Karo Salminen schrieb: >> Hi, >> >> I'm running DSpace 1.5.2 (now) smoothly except for one problem. When I >> import an item from command line with Item Importer in workflow mode, >> DSpace doesn't send notification about the new task in pool. The item >> appears in the submission pool however, and when I claim the task and then >> return it to the pool, DSpace actually sends the notification. >> >> Any ideas on that? >> >> Any help would be muchly appreciated! Thanks! >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> DSpace-tech mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech > <Claudia_Juergen.vcf>------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. > http://p.sf.net/sfu/bobj-july_______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

