I am migrating an extension from 11gR1 to 12c(12.1.2). I am not able to make code template work on JDev12.1.2.
In 11.1.1.5 we have the code template file under meta-inf folder and in the extension.xml file we have the following entry under hook
<code-template-hook xmlns="http://xmlns.oracle.com/ide/extension">
<templates-url>/meta-inf/code-templates.xml</templates-url>
</code-template-hook>
For 12c I am doing the same other than adding the code-template-hook under triggers section. But its not working. Is there something more i need to do ? Other wizards in the 12c extension are working fine for me.
Thanks,
Apurba