Author: tchemit Date: 2012-02-22 23:40:53 +0100 (Wed, 22 Feb 2012) New Revision: 3142 Url: http://chorem.org/repositories/revision/pollen/3142 Log: fix build Modified: branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/PollenApplicationListener.java Modified: branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/PollenApplicationListener.java =================================================================== --- branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/PollenApplicationListener.java 2012-02-22 22:25:51 UTC (rev 3141) +++ branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/PollenApplicationListener.java 2012-02-22 22:40:53 UTC (rev 3142) @@ -156,7 +156,8 @@ Locale.getDefault(), transaction, configuration, - serviceFactory + serviceFactory, + null ); UserService service =