Archive for October, 2011

Oracle Service Bus, Generic fault handling

For a usecase i needed a construction which would give me the option to implemenent generic service error handling in which i could conditionally execute activities like alerts, reports, logging, etc One place which will contain all the error handling logic and which could be easily extended both in implementation of the logic for handling errors and being able to easily add new errors to be handle which the metadata for this error. In case third party applications decide to trigger new...

Oracle Service Bus, The number of parameters for registered XQuery resource System1_To_Fault does not match that given to it at runtime

To be able to make use of Dynamic Xquery the xqueries itself all need to have the same defined interface. So after defining the different xqueries and test them one by one in Eclipse all seem to work. On runtime i get the next error : [sourcecode language="xml"] The number of parameters for registered XQuery resource System1_To_Fault does not match that given to it at runtime [/sourcecode] I was pretty sure after logging all the binded input variables they were all containing...