Skip to Main Content

SQL Developer

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!

Code Folding Margin

Eric999Oct 3 2018 — edited Oct 9 2018

I'm using SQL Developer version 18.1. When I uncheck the code folding margin box, the margin goes away as expected. However, when I close SQL Developer and open it again, the margin comes back and the code folding margin box is still unchecked.

This post has been answered by thatJeffSmith-Oracle on Oct 3 2018
Jump to Answer

Comments

2827010
Each portlet you create in JDev 11.1.1.6 is WSRP 2.0 enabled by default.
The portlet.xml is according to the portlet 2.0 standards which enabled IPC.

JDev does not has a wizard to let you add IPC parameters. You just need to add parameters to the portlet.xml.

You can read this: http://yonaweb.be/inter_portlet_communication_jsr_286_and_webcenter_11g_ps3
1 - 1

Post Details

Added on Oct 3 2018
6 comments
617 views