Gupta, Amit a écrit :
> I looked up this bean just because NXTransform.getTransformService();
> was giging NullPointerException .
The NXTransform class is deprecated, please try with regular service lookup
instead:
TransformServiceCommon tservice =
Framework.getService(TransformServiceCommon.class);
List<TransformDocument> resultingDocs = tservice.transform("transformerName",
null, blob);
--
Olivier
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm