Author Archive

Use your templates with both Java and Scala Controllers in PlayFramework 2.x and avoid getting “RuntimeException: There is no HTTP Context available from here.”.

Today I had a weird problem with one of my lxc-containers on a Ubuntu 14.04 Host.. for no reason, the container changed its IP address.. This lead to the other containers not finding the container in question under its IP anymore. I then tried to manually set the IP of the container in /etc/network/interfaces like […]

I’m using PlayFramework 2.3 [1] on a new project of mine. Because I want the project to be safe by default, I enabled CSRF (Cross Site Request Forgery) Protection globally [2] [3]. In this project, I’m doing a pass-through of some legacy pages using a custom proxy I’ve built. These pages don’t know the concept of […]

GIS Hotline gratis anrufen, ohne 0810er Nummer

I recently ran across a problem with the Embedded Glassfish 4 maven problem.. as soon as I tried to activate any CDI specific stuff, I got the following exception: Sep 08, 2013 11:05:37 PM org.glassfish.deployment.admin.DeployCommand execute SEVERE: Exception while loading the app : CDI deployment failure:WELD-001524 Unable to load proxy class for bean Implicit Bean […]

Getting JRebel to work with the embedded-glassfish maven plugin. Read here how to do it.

Fast redeploys with Vaadin7 and Glassfish 4 .. spend your JRebel bucks for some beers (at least in the beginning) 😉

Problems with Embedded Glassfish 4 Maven plugin and an expired certificate? This post will show you how to solve it.

If you run into the error “ORA-01795 maximum number of expressions in a list is 1000”, you’ll probably created a query that has to many elements in the IN-clause. To fix it, use the provided helper class to issue multiple queries with less than 1000 elements.

XML templates for the JPA 1.0 and JPA 2.0 versions of the orm.xml and persistence.xml files. These should allow your IDE of choice to validate and auto-complete documents.


top