> I try to use the NotifySender mailet and get the following error when it
> tries to notify the postmaster:
> javax.activation.UnsupportedDataTypeException:
> no object DCH for MIME type multipart/mixed;

There should be a data content handler (DCH) for multipart/mixed.

> This was after trying to use my own mailet that had the same
> UnsupportedDataTypeException

Your own mailet had an UnsupportedDataTypeException for multipart/mixed, or
for something else?

> so I added my own content handler factory which ended up causing
> an infinite loop error:

You should not have to add a DCH for multipart/mixed.

> I do use the ant script to build my own james.sar file and deploy
> to RH7.2 box.

Does our binary distribution work for you?

FWIW, I understand that one cause of this problem is if mail.jar and
activation.jar are loaded by different class loaders.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to