Aug 292006
 

I’ve installed the BPEL Process Manager into my local AS (10g R2). The installation is rather straightforward, with the exception of one thing. Why for the love of {some divine being} do I need to run several SQL scripts before I can do the installation? The installation is quite sophisticated, and it even checks whether your did run the SQL scripts. If the installer detects when they were not run, why not present the option to run them now? How difficult can that be?
Of course, large companies have seperate DBA’s, but if I’m going to install the BPELPM into my AS (absolutely no pun intended), and I have several passwords of privileged users (you have to specify them when you run the scripts), why not ask for them in the “real” installation. No, we always have a “Pre Installation Tasks” section in our Installation Guide, so we cannot leave that blank. That’s the ONLY reason I can think of. And yes, I did my share of DBA work, know how to install and maintain the AS, and now want to play around with BPEL.

<strong:language>
OUI script writers SUCK.
</strong:language>

 Posted by at 01:06
Aug 272006
 

PSPad is a very good freeware text-editor, useful as a notepad replacement. It also integrates with the shell, so you can right-click on a file and specify to open it with PSPad.
What annoyed me is that the installation does not create the proper registry entries. The documentation says the keys will be created at the first startup of the program, but that is not the case.
So, do a regedit yourself and add: HKCUSoftwarePSPadPSPadPath yourself and have it point to the directory where you installed PSPad.

 Posted by at 11:49
Aug 192006
 

Anybody who has dealt with sample-websites, or sample texts, sample document layouts or anything that shows you something where the text content isn’t really the issue knows what Lorum Ipsum is. Or do you? You know you’ve seen it a lot, but do you know what it is? The Lorum Ipsum site will tell you all about it. It even has a generator to produce random text. Or is it?

 Posted by at 23:26
Aug 182006
 

Finally Trolltech has made Qt available to a non C++ platform. Jambi is their Qt product especially for the Java environment. At the moment it’s still a technology preview, so not production ready yet, but knowing Qt that moment will not be far away. Their goal with the Qt products, including Jambi, is to create high-performance yet cross-platform components. Since Jambi is practically identical to the original Qt product, developer switching from C++ to Java will have no trouble using the new product.
The documentation is still far from complete, but because of the almost identical structure, Trolltech expects that the C++ documentation will be enough for most developer for now.
Here are some examples of Qt Jambi in use, and do take a look at the demo’s.

Qt Jambi requires Java 5 (both SE and EE are supported).

 Posted by at 13:47
Aug 152006
 

When you get the following error message when starting JDeveloper 10.1.3:

The ordinal 3724 could not be located in the dynamic link library LIBEAY32.dll.

Then you probably downloaded and installed the Versioning Support Extension, without actually having support for a version-control system. In Tools->Preferences->Extensions clear the checkmark before “Versioning support” and restart JDeveloper when asked to.

 Posted by at 22:53
Aug 132006
 

I created a new VMWare image a couple of days ago and installed Ubuntu (Dapper Drake) in it. Things went smooth. But I really wanted to try installing Oracle 10g under Ubuntu, just like Dizwell did. I had downloaded the installation CD and the companion CD, and decided to copy them from my desktop PC to the Ubuntu-image.
My laptop harddisk was a bit full, but hadn’t thought about it when starting the CD copy to Ubuntu. Whilst copying, VMWare decided to created another 2 GByte file to extend the image, but could not allocate the whole file. Two error messages on my screen. One error from Windows, saying I was running low on diskspace. And the other from VMWare, unable to extend the image. And unable to start the image again. Great. Back to step 1: installing Ubuntu.

 Posted by at 20:31
Aug 132006
 

Did you ever had that annoying Windows message “Cannot delete file: It is being used by another person or program” while you know you are the only one using your PC and you’ve closed all programs that might use the file you are trying to delete?
Unlocker solves that problem. Unlocker integrates into the Explorer, so you can right-click on the file or folder being locked and take appropriate actions: kill the process actually locking the file/folder or just remove the lock.

 Posted by at 13:48
Aug 082006
 

They’re back! That’s Borlands latest slogan. They refer to the term “Turbo”, since the company started their fame with TurboPascal. On this site you can read about the different products: Turbo Delphi, Turbo Delphi for .NET, Turbo C# and Turbo C++. All four can be had in an Explorer (I think they didn’t want to join the “Express” party Oracle and Microsoft are having) version and in a Pro version. The Explorer versions are free, but lack the possibility to extend the IDE and no third party products are included. Just the compiler. GREAT. This is a great move. If Turbo will be their new product-prefix, then is it a wild guess to say that DevCo (working title for the new company) will include the word Turbo?

Borlands JBuilder is not mentioned, but on Sun’s site I read a “Got the Borland blues? Switch to Netbeans.” so that probably means JBuilder is dead. Comparing it to Sun’s Netbeans, Eclipse and Oracle’s JDeveloper, JBuilder was dead anyway.

The only question that remains: how to kill the remaining 27.5 days until the release of the new Turbo’s? Why not watch “The Adventures of Turboman – Part 1“?

 Posted by at 20:15