02-23-2012 08:20 PM
public class FolderEmailMessageHandler extends AbstractEmailMessageHandler {
@Autowired
private FileFolderService fileFolderService;
@Override
public void processMessage(NodeRef nodeRef, EmailMessage message)
{
..do something
}
.. more things
}
02-24-2012 04:03 AM
02-24-2012 12:01 PM
There were a few changes made to the email handlers for 4.0.d. Perhaps that is what is causing your problem.
However you will need to find and provide more details. I suggest that you turn on logging to see what's going on.
And also add logging to your code if it does already have it.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.