Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

custom code template in Jdveloper 12.1.2

1028181Jul 26 2013

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2013
Added on Jul 26 2013
0 comments
222 views