-
Archives
- April 2018
- July 2016
- January 2016
- July 2013
- December 2011
- September 2011
- August 2011
- March 2010
- February 2010
- January 2010
- May 2009
- March 2009
- January 2009
- October 2008
- September 2008
- August 2008
- May 2008
- March 2008
- July 2007
- February 2007
- January 2007
- December 2006
- October 2006
- September 2006
- May 2006
- April 2006
- March 2006
-
Meta
Author Archives: Reiner
Teaching Mavenized Grails to Survive mvn release:prepare release:perform with Hudson
A mavenized Grails project has 2 competing sources stating the version of the application <version> within pom.xml app.version within application.properties If 2. does not match 1. the grails-maven-plugin will abort the build, urging you to manually fix the version mismatch. … Continue reading
Posted in English, Grails, Maven
Leave a comment
Maven – Never Say Never in an updatePolicy
I want to share a misconception that caused Maven to fail when looking for artifacts. Im my example I was upgrading from Grails 1.2.0 to 1.2.1 and including a dependency to grails.org:grails-core:[1.2.1,1.2.1]. Maven would just complain with Couldn’t find a … Continue reading
Posted in English, Maven
Leave a comment
Grails – How to Use Native Server Logging Configuration (e.g. Tomcat GlassFish JBoss)
Grails comes complete with logging out-of-the-box. However, if a Grails application is being deployed to a production servlet container, it may be advisable or even required for Grails to step aside and let the server admins do their jobs 🙂 … Continue reading
Posted in English, Grails
9 Comments
Grails – UTF-8 Form Input Garbled when Running Within Tomcat
There are numerous articles describing charset problems when using Tomcat to run Grails applications that are supposed to accept UTF-8 characters (e.g. German umlauts äöüÄÖÜß). Most of them don’t mention a subtle cause that may jeopardize all your efforts to … Continue reading
Posted in Grails
Leave a comment
Build Maven, Build ant, Build ivy, Build gradle
Have a look at Google Trends to see who’s likely to survive 🙂 Ok, I’ll admit to be a Maven fan – because it’s the only one that has a holistic concept. …that will never make it into the heads … Continue reading
Posted in Uncategorized
Leave a comment
How to persuade Hibernate to accept Nullable Timestamp Columns for Optimistic Locking
Working on a Grails project that needs to access a legacy database, it proved quite time-consuming to implement optimistic locking in a way that can be handled by Hibernate. Optimistic locking used to be implemented within (legacy) application code and … Continue reading
Posted in English, Hibernate
Leave a comment
Hibernate Reverse Engineering Tool does not create @TYPE Annotation for User Types within POJOs
Working on a Grails project that needs to access a legacy database, I’ve used the Hibernate Tools for Eclipse and Ant to create annotated EJB3 entity classes. As the database model uses some peculiar concepts (e.g. char(1) for booleans), I … Continue reading
Posted in Uncategorized
Leave a comment
Warum Vodafone und T-Mobile bei Skype zurück rudern
Z.B. bei heise mobil – 11.05.09 – Vodafone und T-Mobile: Kein Streit mit Nokia wegen Skype-Handy liest man darüber, dass Vodafone und T-Online zuerst jegliche Skype-Nutzung verbieten und blockieren wollten, nun aber doch plötzlich wieder vom Monopol-Saulus zum kundenfreundlichen Paulus … Continue reading
Posted in Uncategorized
Leave a comment
Google Chrome and Java – Needing Both Java 5 and 6 – an Experience in Nightmares – Possible Solution Provided
When you google for Google Chrome and Java you’ll find poor souls that are driven to distraction by Chrome insisting that there is no Java 6 Update 10 or later installed. Maybe, there are no problems on a clean virgin-like … Continue reading
Posted in Uncategorized
Leave a comment
NetBeans 6.5.1 fixes Nullpointer Exceptions that occurred with 6.5 using Java 6 Update 12
As I’ve just learnt from Benjamin’s Blog, the Nullpointer discussed yesterday that causes various NetBeans dialogues to fail almost silently when running NetBeans 6.5 with Java 6 Update 12 (6u12) has now been fixed. And yes, I’m now again able … Continue reading
Posted in Uncategorized
Leave a comment