Testing Oracle Service Bus components
- 31
- January
- 2014
- By Nits
- Best Practices, ESB, Maven, Oracle, OSB, SOA, SOAP, Web Services
- Comments Off on Testing Oracle Service Bus components
Testing Approach with OSB I have been having a thought about what’s the best way forward with automating unit tests with OSB First of all there are 2 things here… One is Unit testing and the Second bit is automating them… UNIT TESTING with OSB A customer of mine was very keen on unit testing and […]
read moreSecuring an OSB Service with OWSM
- 08
- November
- 2013
- By Nits
- Best Practices, Design Patterns, ESB, Oracle, OSB, OWSM, SOAP, Web Services
- Comments Off on Securing an OSB Service with OWSM
In this post I will show how to secure a web service used by OSB ( Oracle Service Bus ) by authenticating it against an OWSM (Oracle Web Services manager) policy. We will add a User Name Token service OWSM policy to secure the Proxy Service in OSB. Below are steps in using a simple […]
read moreMoving and managing messages in JMS Queues
- 17
- October
- 2013
- By Nits
- Design Patterns, ESB, Hermes, Java, JMS, OSB, SOA, Web Services
- Comments Off on Moving and managing messages in JMS Queues
When dealing with several JMS Queues it is apparent that one would need to move messages across these queues and manage them. e.e. moving messages from error queues to source queues, destination to source to replay etc. So the question is how can you move a message from one JMS Queue to another? Well there […]
read moreImplementing Security with OSB
- 04
- September
- 2013
- By Nits
- Best Practices, ESB, Oracle, OSB, SOA, SOAP, Web Services
- Comments Off on Implementing Security with OSB
I am looking to implement WS Security with OSB for one of our customers, so on doing a quick search the following articles caught my eye. Will be looking at some of these before I decide what would work best for my situation, or whether I need to come up with a new approach all […]
read moreOracle SOA Suite provides an automatic recovery feature in Oracle Enterprise Manager Fusion Middleware Control Console that enables you to configure and recover: All activities (for example, wait activities and OnAlarm branches of pick activities) that have an associated expiration date and are scheduled with the SOA Infrastructure to be rescheduled All activities that are […]
read morePerformace Tunning with OSB – RouterRuntimeCache and Proxy initialisation
- 07
- February
- 2013
- By nitin
- Best Practices, ESB, Oracle, OSB, SOA, Web Services
- Comments Off on Performace Tunning with OSB – RouterRuntimeCache and Proxy initialisation
As your project grows and the number of proxy services you have in the project grows significantly (>100) you might notice that the performance of the services degrades heavily. This can be attributed to the face that the OSB is now unable to Cache all your services at runtime. OSB caches proxy service runtime meta-data […]
read moreWeblogic transaction timed out after 302/603 seconds issue
- 26
- September
- 2011
Problem: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 603 seconds A lot of you might have encountered an issue of Weblogic transaction timed out after 302/603 etc seconds. We have been struggling with this for some time as well. Non Recoverable System Fault : Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 603 seconds BEA1-3FB6FB464035C13E3227 at […]
read moreConsuming OSB Services from Oracle BPM
- 16
- January
- 2011
As discussed in my previous post, using Oracle BPM to consume services exposed through Oracle Service Bus is the most common type of integration. In the diagram below you can see the highlighted path that is taken in this case. All of the communication is between the BPM execution engine, Service Bus, and the back end […]
read moreIntegrating OBPM with Oracle Service Bus
- 16
- January
- 2011
- By admin
- BPM, ESB, OSB, SOA, Web Services
- 1 Comment.
Over the past few years I have seen many of our customers use a combination of Oracle BPM/Aqualogic BPM and Oracle Service Bus/Aqualogic Service Bus. These two products are very complimentary within a company’s SOA environment. OSB can provide the service aggregation, transformation, and security while OBPM can provide the orchestration of the services that […]
read moreAdding a Custom header to your Web Service (WSDL)
- 08
- December
- 2010
- By admin
- BPM, Design Patterns, ESB, Java, OESB, OSB, SOA, SOAP, Web Services
- 2 Comments.
It’s very common that you have to define a WSDL and want it to have custom header. I have been using WSDL’s with custom headers for some time and thought I will post this sample WSDL for all of you who want to define a SOAP 1.1 WSDL with a custom message header. Below is […]
read moreRecent Posts
- 12.1.0.2 RAC Installation – Step by Step installation on VMware
- OSB FTP Poller continuously throwing exception – while no file pending on FTP Location
- Using JMS Transport with OSB
- Installing Spring Tool Suite and configuring Spring for a development PC
- Rest Enabling SOA using OSB in Oracle 12c
Recent Comments
- Nits on Installing Oracle SOA Suite 12c
- Rajesh Krishna on Installing Oracle SOA Suite 12c
- Nits on Installing Oracle SOA Suite 12c
- Rohinii on Installing Oracle SOA Suite 12c
- Mahitha on Oracle Service Bus (OSB) Development Best Practices.
Archives
- December 2015
- May 2015
- November 2014
- September 2014
- August 2014
- July 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- July 2013
- June 2013
- May 2013
- March 2013
- February 2013
- November 2012
- October 2012
- September 2012
- May 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- March 2010
- February 2010
- December 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- August 2008
- June 2008
- May 2008
Categories
- AIA
- AXIS2
- Best Practices
- BPEL
- BPM
- Budget
- Build
- Design Patterns
- ESB
- Hermes
- Hibernate
- Home Owners
- Java
- JMS
- JSR 168
- Maven
- Mediator
- Messaging
- Nitin
- OER
- OESB
- Oracle
- OSB
- OWSM
- Portlets
- SDLC
- Sequencing
- Singleton
- SOA
- SOAP
- Spring
- Struts
- UK
- Uncategorized
- Web Services
- WLST
Meta
To find out more, including how to control cookies, see here: Cookie Policy
Recent Posts
- 12.1.0.2 RAC Installation – Step by Step installation on VMware
- OSB FTP Poller continuously throwing exception – while no file pending on FTP Location
- Using JMS Transport with OSB
- Installing Spring Tool Suite and configuring Spring for a development PC
- Rest Enabling SOA using OSB in Oracle 12c
Recent Comments
- Nits on Installing Oracle SOA Suite 12c
- Rajesh Krishna on Installing Oracle SOA Suite 12c
- Nits on Installing Oracle SOA Suite 12c
- Rohinii on Installing Oracle SOA Suite 12c
- Mahitha on Oracle Service Bus (OSB) Development Best Practices.
Archives
- December 2015
- May 2015
- November 2014
- September 2014
- August 2014
- July 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- July 2013
- June 2013
- May 2013
- March 2013
- February 2013
- November 2012
- October 2012
- September 2012
- May 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- March 2010
- February 2010
- December 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- August 2008
- June 2008
- May 2008
Categories
- AIA
- AXIS2
- Best Practices
- BPEL
- BPM
- Budget
- Build
- Design Patterns
- ESB
- Hermes
- Hibernate
- Home Owners
- Java
- JMS
- JSR 168
- Maven
- Mediator
- Messaging
- Nitin
- OER
- OESB
- Oracle
- OSB
- OWSM
- Portlets
- SDLC
- Sequencing
- Singleton
- SOA
- SOAP
- Spring
- Struts
- UK
- Uncategorized
- Web Services
- WLST