Tuesday 31 October 2017

SOA 12c JDeveloper: Error Unable to package module oracle.ide.ceditor.CodeEditorScrollableSectionView cannot be cast to oracle.tip.tools.ide.fabric.gui.components.DiagramEditor


If you are building your code in JDeveloper 12c and getting the below error in Deployment even though compilation is successful:

[06:05:14 PM] Deployment cancelled.
[06:05:14 PM] ----  Deployment incomplete  ----.
[06:05:14 PM] Unable to package module
[06:05:14 PM] oracle.ide.ceditor.CodeEditorScrollableSectionView cannot be cast to oracle.tip.tools.ide.fabric.gui.components.DiagramEditor

Well the solution is pretty simple.

Keep your composite.xml in design mode and rebuild. It will work.


Helpful? Please Comment.

Happy Learning!!

11 comments:

  1. Very Good, thanks. It Works.

    ReplyDelete
  2. Thanks alot, I tried multiple ways like clean & build, restart Jdev,restart machine.

    Finally I gone through your post.
    its really helped me.

    ReplyDelete
  3. Thank you so much ,this worked for me.

    ReplyDelete
  4. Thanks so much! i solved this just 30 second because of you.
    Thanks again

    ReplyDelete

OSB 12c : Dynamic Routing to Business/Proxy Service

Dynamic routing is a kind of  Content-based Routing pattern, which is used when the BusinessService/ProxyService path is required to be de...