If you write documents and get feedback from different persons on different versions it is a great pain to merge the documents and changes together. Microsoft Word has a functionality that works quite well. But the function to compare documents in Open Office Writer has never work for me the way I expected. Fortunately OO […]
Month: July 2014
OSB: Using current Eclipse version for development

Oracle provides some packages to install an development environment with Eclipse. Unfortunately these packages contains only the over three year old 3.7 (Indigo) release of Eclipse. Even more worse: With SOA-Suite 12c comes the current version of OSB and the development environment is migrated to the JDeveloper. There will be no update for the Eclipse […]
JAX-WS: How to input and output XML AnyType

JAX-WS works in a very simple and effective way if you have defined all objects in a XML Schema definition. But sometimes you can’t define a schema for an operation because e.g. it is a generic operation and accepts or returns dynamic XML. Nevertheless we would like to use for this operation the same tool […]
OSB: Java Callout with XML input and output parameter

With the Oracle Service Bus (OSB) it is possible to extend the functionality by using java callouts. Java callouts are static operations implemented in Java and packaged in a jar file. The jar file and all dependencies have to be included into the OSB project. Then it is possible to select the operation in the […]
Editing build.prop on Android L

A week ago Google provided the new developer preview version Android L for Nexus 5 and Nexus 7 for download. After reading the positive feedback to the new Android L version (XDA Android “L” Developer Preview Discussion) and discovering SuperSU 2.01 (SuperSU 2.01 Lets You Root the Android L Developer Preview) and Titanium Backup (Experimental […]
OSB: Deleting corrupt projects

Usually it is no problem to delete OSB projects from the server. This can be done by the sbconsole. But today we had a problem with a misconfigured OSB project. There was no possibility to modify the project, because activating the changes always resulted to a error message. Deleting was not possible and overwriting with […]