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

<<attachment: 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

Reply via email to