Category: Oracle BPEL

Oracle XA_RMERR & Spring Oracle LOB Handler Exceptions

Was getting the following oracle exception when trying to use an Oracle XA datasource from WebSphere: WSRdbXaResour E DSRA0304E: XAException occurred. XAException contents and details are: The XA Error is : -3 The XA Error message is : A resource manager error has occured in the transaction branch. The Oracle Error code is : 65535 […]

Read more

Oracle BPEL ‘Suitcase’ JAR Deployment Options

I had created a simple echoing BPEL process in my JDeveloper and then looked around for the option to export an EAR for my service. Of course, there isn’t one. What happens is that JDeveloper will create a JAR that contains your BPEL artifacts. This JAR is called the “BPEL Suitcase”. I assume it’s a […]

Read more

Integrating Oracle BPEL with an HTTP (REST) Service

Right out of the gate in my experience with Oracle BPEL, I have to integrate with a non-SOAP HTTP service. Luckily, Lucas Jellema over on the AMIS Technology blog has a very well written article that goes end to end on exactly what you need to do in order to get Oracle and HTTP (REST) […]

Read more

Oracle DBMS_CRYPTO Encryption

I spent a few days battling the oracle DBMS_CRYPTO package. This package allows the encryption of data types, including clobs and blobs (in oracle 10g). The battles included: My user not having visibility to the package in the stored procedure call. This was solved by a simple call to the DBA. In my system, I […]

Read more