Days of …

Just another rants and opinions weblog

Category Archives: java

VMWare DHCP service wont’start – SOLVED

I use VMWare to run a bunch of different Linux VMs on my home PC, which is running Vista SP1. Today I encountered strange thing: Linux VM won’t get an IP address from VMWare DHCP. I’ve opened VMWare Virtual Networks management console (as Administrator, of course, or it won’t let you make and save any [...]

JBOSS Seam 2.1.1GA on JBOSS AS 5.0.1GA: Table is not mapped

I created sample JBOSS Seam project in Eclipse and decided to generate entity code from  existing database. It worked fine, but when I try to run it, it shows me that Hibernade is not able to map entity beans to the corresponding tables. The error message is like this: org.hibernate.hql.ast.QuerySyntaxException: <your table> is not mapped [...]

Trying Team Concert build system

After yesterday’s success in installation of Team Concert, I went through the “Do and Learn” tutorial. The amount of new information and, especially, new views in IDE, is overwhelming! Though the tutorial tries its best to guide through sample project, it would take my time to digest the information. So far, I managed to get [...]

Security in JSF apps

Java Developer’s Journal published a very good article on security issues in JSF applications. The article consists of three pages. Two first pages provide the neccessary background information with the possible solution. The third page looks like the editors decided not to publish more details and just finish that article as fast as possible. And [...]

Filenet does exception handling – 2

Week ago I wrote about unusual way of handling exceptions in Filenet Workplace. Today I found another “gem”: [java] try { invokeNamedEvent(eventName, uiModule, request, new WcmEventResponse(response, this, okToRedirect)); // If a non-null return value was returned from the invoke, check for true/false. If the // result matches “false”, set the redirect flag to true indicating [...]