Oracle Database adapter, invalid customization

Just wasted a few hours of my life. I'm trying to update a dbadapter with a some wlst and a property file. Result : Same eis connection is getting added 3 times. After this i can't delete the duplicate entries in the console. [xml] The outbound connection instance eis/DB/myDC in group javax.resource.cci.ConnectionFactory is defined explicitly in the applications deployment descriptors and may not be deleted via the console. [/xml] Content of the propertyfile...

Oracle SOA Suite 12c, Unable to get Metadata Manager for DVM

Little reminder : bpel file uses the next : [code language="xml"] ora:doXSLTransformForDoc("../Transformations/transfBewaarNotificatie.xsl", $inputVariable.notificatie) [/code] xsl file used to be using the next : [code language="xml"] [/code] this will fail (the location of the dvm file isn't relative to both the .bpel file and the .xsl file), correct path to the dvm file will be [code language="xml"] [/code] besides that i had to use 'actie.dvm' instead of the...

Oracle Mediator, the-always-give-response-pattern by using the Echo-reply

In my usecase i subscribed to an eventbus solution (rabbitmq with some custom code to be able to publish to consumers based on the soap protocol). The backend system which generated the notications can generate the next type of events : -- employeename got changed [code language="xml"] EMPLOYEE EMPLOYEE [/code] -- employee contactaddress got changed [code language="xml"] EMPLOYEE ADDRESS [/code] The current subscription mechanism only allows me to subscribe...

Oracle Maven Repository in Nexus, authentication failure

Short overview of some last week failing builds at our site ;) Since a while ago it's possible to register proxy repositories in Nexus based on the Oracle Maven Repository. To be able to proxy this repository you need to make use of an oracle account for the autenthication before you can download the artifact. Let's check the logging to understand what it does (i can rephrase the logfile or just copy/paste it ;), when others google for it it will find the hit much easier) [code...

Oracle Composite – leftover oramds imports

On designtime we use the oramds to develop our processflows in our bpel processes. Basically the composite.xml part for a bpel process would look like this : [code language="xml"] [/code] [xml] [/xml] When you open the bpel in jdeveloper, jdeveloper will automatically add the next import to your .bpel file : [code language="xml"] [/code] The value from the...

Error deploying Oracle Composite with wrong encoding wsdl

We had some issues with deploying a composite which retrieves his wsdl for the partnerlinks from Nexus. The supplier of the services adds the archive with the wsdl artifacts in Nexus, we download the dependency and after that we compile/validate the composite against the downloaded set of artifacts. For one particular partnerlink the composite just wouldn't compile. Error message : [code language="xml"] Validating composite...

Altova XMLSpy, testing custom functions in xsl transformations

In our middleware solutions (Oracle SOA Suite) we use a lot of xsl transformations. Part of these transformations use database backend systems to do lookups for transforming internal values to external values (which can then be communicated to the customers). In the Oracle SOA Suite you can create custom xsl function and store the jar in the domain/lib folder and then you will be able to use it in the xsl transformations. We use Altova XMLSpy a lot for creating all these xsl...

Oracle BPEL, retrieving the validate activity fault message

The 'Validate' activity in Oracle BPEL gives us the functionality to validate variables again schema definitions. When using it in your bpel process you will get a nice informative message in the 'Flow trace'. When you're using some generic error hospital functionality you also want this message to be available in there. First try would be, add a Scope around the activity and catch the 'invalidVariables' System Fault. When using a getFaultString on the fault variable or after...

Oracle JCA Database adapter and performance win on big clobs

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 messages on these services would continue even more performance would dramastically go down on the system. After disabling "wrap data types" on the datasource in Weblogic we had a pretty good performance win on processing big clob...

Server subsystem failed. Reason: java.lang.NumberFormatException: null

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. [code] [/code] Locate the file : [code] ORACLE_HOME/user_projects/domain/your_domaim_name/servers/AdminServer/data/ldap/conf/replicas.prop [/code] .. and remove it In our case the file got corrupted (0byte file). Removing the file, the file will get recreated with something like the next...
Page 1 of 41234