In a few of our services in bpel and osb we’re inserting a lot of data (big payload messages) into the database by use of the jca db adapter.
We noticed performance would drop hugely when the db adapter needed to insert big payloads (CLOBS) and when the stream of (more...)
Our admin server of the osb development environment failed to restart because of a full disk.
After cleaning up the admin server still wouldn’t start resulting in the next stack.
<Sep 28, 2012 10:18:16 AM CEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.NumberFormatException: null
java.lang.NumberFormatException: (more...)
Our book “Oracle Service Bus 11g Development Cookbook” has been added by Oracle to the “Learn More About Oracle Service Bus” section on OTN.
You can find it over here together with other usefull resources.
“Whip up a fresh batch of service- and message-oriented solutions with these recipes from the Oracle Service Bus 11g Development Cookbook”
Today two new items related to the Oracle Service Bus 11g Development Cookbook got published
OTN Article : Three Recipes for Oracle Service Bus 11g
Podcast Show Notes: Author (more...)
On the 7th and 8th of februari i attended the Oracle Fusion Middleware Partner Community Forum in Malaga.
A 4 day during event with other Oracle colleagues from other companies and from Oracle itself.
After taking a early flight from Schiphol Amsterdam, we arrived on time in Malaga. Great weather, (more...)
Good news today from the publisher!
The book of which i’m coauthor of has been published! After months of hard work it’s finally there.
Oracle Service Bus 11g Development Cookbook : http://www.packtpub.com/oracle-service-bus-11g-development-cookbook/book
I hope you will all like it.
Thanks to the other authors (Guido, Edwin, Jan and (more...)
One of the readers of my blog post ‘Oracle Service Bus 11g, Using Custom Xpath Functions asked we can reuse the custom xpath functions in a xsl transformation.
It’s possibel to reuse the jar and calll the custom functions from within a xsl transformation.
Starting with creating the resources (more...)
In one of my xsl transformations i needed to import a generic xsl from the mds store.
For this i created a new jdeveloper application with a soa sar deployment descriptor and jar descriptor in it.
Contents of the jar :
SharedMDSResources/generic.xsl
When i browse the mds repository i (more...)
In the osb we use business services (http transport + wsdl) to call our composites on the soa suite.
In a few situations the routing in the osb fail with the next error
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-380000</con:errorCode>
<con:reason>Request Entity Too Large</con:reason>
<con:location>
<con:node>RouteNodeLeesDeclaratieCompleet</con:node>
<con:path>response-pipeline</con:path>
</con:location>
</con:fault>
Looking in the (more...)