java.lang.NoClassDefFoundError: oracle/tip/adapter/db/DBConnectionManager

During activation of one of our osb project we get the next stacktrace [sourcecode language="java"] java.lang.NoClassDefFoundError: oracle/tip/adapter/db/DBConnectionManager at oracle.tip.adapter.db.DBConnectionFactory.(DBConnectionFactory.java:71) at oracle.tip.adapter.db.DBManagedConnectionFactory.createConnectionFactory(DBManagedConnectionFactory.java:274) at...

SOA & E2.0 Partner Community Forum XIII coming up!

The registration for the upcoming SOA & E2.0 Partner Community Forum event is open! Please register here. "The Oracle SOA and E2.0 Partner Community Forum is a wonderful opportunity to: - learn how to sell the value of Fusion Middleware bij combining SOA and E2.0 solutions - meet with Oracle SOA and E2.0 Product management - exchange knowledge - learn from successful SOA, BPM, WebCenter and UCM implementations - understand Oracle’s Fusion Applications Strategy - network within...

Book review : Oracle SOA Suite 11g R1 Developer’s Guide

Authors The book is written by Antony Reynolds and Matt Wright. Both known from their own blogs. Book The last week of 2010 i finally had some spare time to finish my read of this great book. After reading the other 11g book, Getting Started with Oracle SOA Suite 11g R1, i was hoping to find some extra information in this one (and i did). The guides of the SOA Suite 11g which get supplied by Oracle itself reflects this great book, a lot of information, and more important, a lot of...

Oracle Service Bus using external Domain Value Mappings (DVM)

Guido Schmutz and Chris Tomkins already made great blogs which show us how to use Domain Value Maps in the Oracle Service Bus. In my case i wanted to store my domain value maps on a central location (http) and not within my OSB Project itself. My backend-system creates a new employee and returns with a resultcode. Based on the operation i used on the backendsystem and the resultcode i want to retrieve a 'resourcebundle-code' (frontend applications will retrieve messages based on this...

Extend Pre-built Virtual Machine for SOA Suite with Oracle Service Bus

PeterPaul already showed us in his blog how to install a new wls server in the image and install the Oracle Service Bus in the new server. In my blog i will use the wls of the SOA Suite and extend the domain with the Oracle Service Bus application. Install OEPE In the WebLogic home of the SOA Suite there isn't an OEPE installed. This will be needed for the OSB installation. Download oepe-galileo-all-in-one-11.1.1.6.0.201007221355-linux-gtk.zip Connect to the vm box as 'oracle' user...

SOA+OSB in same JVM, continued

Thanks to Manoj for this overview on how to run the osb and soa suite in one jvm. My machine was almost dying when i wanted to run both the osb server and the soa suite server. For development this solution is great and it will save you some resources. After creating the domain and starting up the admin server i faced the next stacktrace and the adminserver won't start up. [sourcecode language="java"] #### ...