Wednesday, March 2, 2016

Exception is thrown because the to-spec at line 261 is evaluated to be empty

Problem: Exception is thrown because the to-spec at line 261 is evaluated to be empty


In Oracle SOA BPEL Assign statement when you come across this error

Open assign activity, right click on copy operation select "ignore missing from data" and  "insert missing to data"

Root cause: Target schema is having no element with the name may be because it's minOccurs="0"
                                             


2 comments:

  1. Wow. I always thought the only way around this was to use XSLT. Using "insert missing to data" worked! It should be the default behavior

    ReplyDelete