cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to find RuntimeExecutableContentTransformer in 4.2

magarcia_sm
Star Contributor
Star Contributor
Hi there

Sorry to bother, we are trying to create a new transformer in alfresco 4.2 to move from TIFF to PDF using an external OCR software. Seems to go ok, but startup crashes as this class org.alfresco.repo.content.transform.RuntimeExecutableContentTransformer is not found. (JAVA CLASSNOTFOUND exception)

We have included the 4.2 sdk, and the class is not there… however if we add also the 3.0 sdk alfresco 4.2 starts up fine… even I think this is not the right way to fix the issue.

Were do I find the RuntimeExecutableContentTransformer in Alfresco 4.2? Is it not in the 4.2 SDK library??

Thanks a lot in advance
2 REPLIES 2

hardik1512
Star Contributor
Star Contributor
This is from wiki

In Alfresco 3.2 the RuntimeExecutableContentTransformer was renamed to RuntimeExecutableContentTransformerWorker (see Upgrading_to_Alfresco_Community_Edition_3.2).

Have a look @
http://wiki.alfresco.com/wiki/Content_Transformations#RuntimeExecutableContentTransformerWorker_.28A...

Thanks Hardik1512
That was the problem. I could not find the name of the class anywhere.