Oracle SOA Suite 12c, Unable to get Metadata Manager for DVM

Little reminder :

folder_structure

bpel file uses the next :
[code language=”xml”]
ora:doXSLTransformForDoc(“../Transformations/transfBewaarNotificatie.xsl”, $inputVariable.notificatie)
[/code]

xsl file used to be using the next :
[code language=”xml”]

[/code]

this will fail (the location of the dvm file isn’t relative to both the .bpel file and the .xsl file), correct path to the dvm file will be

[code language=”xml”]

[/code]

besides that i had to use ‘actie.dvm’ instead of the ‘actie’ string.

stacktrace
[code language=”xml”]

140015


env:Server
An error occurs while processing the XPath expression; the expression is ora:doXSLTransformForDoc(“../Transformations/transfBewaarNotificatie.xsl”, $inputVariable.notificatie,)


XPath expression failed to execute.
An error occurs while processing the XPath expression; the expression is ora:doXSLTransformForDoc(“../Transformations/transfBewaarNotificatie.xsl”, $inputVariable.notificatie)
The XPath expression failed to execute; the reason was: javax.xml.transform.TransformerException: oramds:/deployed-composites/myapp/eventHandler_rev13.0-SNAPSHOT/Transformations/transfBewaarNotificatie.xsl: XML-22044: (Error) Extension function error: Error invoking ‘lookupValue’:’oracle.tip.dvm.exception.DVMValidationException: Unable to get Metadata Manager for DVM “oramds:/deployed-composites/myapp/actie”
Please ensure the Metadata Manager is available.’
Check the detailed root cause described in the exception message text and verify that the XPath query is correct.





[/code]

Share this Post:
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

Comments are closed.