remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: July 2009
http://remcodeblok.blogspot.com/2009_07_01_archive.html
Echoes of a Java/SOA Developer. Wednesday, July 8, 2009. Install Oracle XE on Fedora 11 x86 64. In order to install the oracle xe. Database on Fedora x86 64. Download the oracle-xe-univ-10.2.0.1-1.0.i386.rpm. In the installation guide. Is stated that the following packages are necessary. Glibc – 2.3.2. Libaio – 0.3.96. So I installed these packages:. Yum install glibc libaio. The installed the rpm : rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm. Which successfully ran with given answers to the questions.
remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: February 2009
http://remcodeblok.blogspot.com/2009_02_01_archive.html
Echoes of a Java/SOA Developer. Thursday, February 19, 2009. Open a file in a JDeveloper Extension. Since a few months I now run Linux. And I am using the PMD plugin for JDeveloper. After the upgrade of JDeveloper to the latest version 11.1.1.0.1 the preferences are always gone. So I wanted to import my settings again, but the file selector did not come up! So looking into the log I saw the following stacktrace:. Exception occurred during event dispatching:. With the following code to open the dialog.
remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: Oracle WebLogic Server 11g Release 1 (10.3.2) released!!
http://remcodeblok.blogspot.com/2009/11/oracle-weblogic-server-11g-release-1.html
Echoes of a Java/SOA Developer. Wednesday, November 11, 2009. Oracle WebLogic Server 11g Release 1 (10.3.2) released! You can read about it here. Or you can directly start with downloading here. Subscribe to: Post Comments (Atom). Frank Nimphuis : Oracle / JDeveloper. Shay Shmeltzer : Oracle / JDeveloper. Olaf Heimburger : Oracle / Java. Tom Höfte : Oracle / SOA. Laurens van der Starre : Oracle / SOA. Paco van der Linde : Oracle / JHeadstart. Doug Clarke : Oracle / Toplink. Shaun Smith : Oracle / Toplink.
remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: January 2010
http://remcodeblok.blogspot.com/2010_01_01_archive.html
Echoes of a Java/SOA Developer. Thursday, January 14, 2010. Error using upgrade assistant in JDeveloper 11.1.1.2.0. Today I was running the upgrade assistant in JDeveloper 11.1.1.2.0 to migrate an ear file to see if we can get a quick deployment on the WLServer. But then I suddenly received the following error:. 31:57 WARNING - * *. 160; extraArgs=migrator.getLocator(" cliArgs"). 160; if (extraArgs= null) {. 160; map = null;. 160; } else {. 160; }. I did not see this in previous migrations.
remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: New release of Fedora ;-)
http://remcodeblok.blogspot.com/2009/11/new-release-of-fedora.html
Echoes of a Java/SOA Developer. Thursday, November 19, 2009. New release of Fedora ;-). Get your chance to see the new Fedora Constatine. Subscribe to: Post Comments (Atom). Frank Nimphuis : Oracle / JDeveloper. Shay Shmeltzer : Oracle / JDeveloper. Olaf Heimburger : Oracle / Java. Tom Höfte : Oracle / SOA. Laurens van der Starre : Oracle / SOA. Paco van der Linde : Oracle / JHeadstart. Doug Clarke : Oracle / Toplink. Shaun Smith : Oracle / Toplink. Rob Clevenger : Google. Duncan Mills: Oracle / Java.
remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: November 2009
http://remcodeblok.blogspot.com/2009_11_01_archive.html
Echoes of a Java/SOA Developer. Friday, November 27, 2009. Change login screen for Gnome. Since Fedora 11 the Gnome theme always show the available users in a list. This is a risk because people can see which user(s) there are available on a system. This behavior can be changed by the following command:. Gconftool-2 - config-source xml:readwrite:/etc/gconf/gconf.xml.defaults - direct - type bool - set /apps/gdm/simple-greeter/disable user list true. With this the "normal" login screen is returned. Oracle...
remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: Error using upgrade assistant in JDeveloper 11.1.1.2.0
http://remcodeblok.blogspot.com/2010/01/error-using-upgrade-assistance-in.html
Echoes of a Java/SOA Developer. Thursday, January 14, 2010. Error using upgrade assistant in JDeveloper 11.1.1.2.0. Today I was running the upgrade assistant in JDeveloper 11.1.1.2.0 to migrate an ear file to see if we can get a quick deployment on the WLServer. But then I suddenly received the following error:. 31:57 WARNING - * *. 160; extraArgs=migrator.getLocator(" cliArgs"). 160; if (extraArgs= null) {. 160; map = null;. 160; } else {. 160; }. I did not see this in previous migrations.
remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: ADF code corner moved
http://remcodeblok.blogspot.com/2010/09/adf-code-corner-moved.html
Echoes of a Java/SOA Developer. Wednesday, September 1, 2010. ADF code corner moved. OTN has been undergoing a change and therefor all links and references changed. The ADF code corner can now be found at the following link:. Http:/ www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html. This is a site with as-is coding examples of ADF. Subscribe to: Post Comments (Atom). Frank Nimphuis : Oracle / JDeveloper. Shay Shmeltzer : Oracle / JDeveloper. Olaf Heimburger : Oracle / Java.
remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: February 2010
http://remcodeblok.blogspot.com/2010_02_01_archive.html
Echoes of a Java/SOA Developer. Friday, February 12, 2010. Usage of equals in Java. Every now and then I take a look on a projects java source code on the web. I still am amazed that most of that code do not use some basic coding rules. One of these is to check objects with equals to a static string. This is mostly done as:. Private static final String STATIC TEXT = "Static Text";. The though part about this is that people do not see the danger in this. To prevent that the usual check '! Duncan Mills: Or...
remcodeblok.blogspot.com
Echoes of a Java/SOA Developer: September 2010
http://remcodeblok.blogspot.com/2010_09_01_archive.html
Echoes of a Java/SOA Developer. Wednesday, September 1, 2010. ADF code corner moved. OTN has been undergoing a change and therefor all links and references changed. The ADF code corner can now be found at the following link:. Http:/ www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html. This is a site with as-is coding examples of ADF. Subscribe to: Posts (Atom). Frank Nimphuis : Oracle / JDeveloper. Shay Shmeltzer : Oracle / JDeveloper. Olaf Heimburger : Oracle / Java.