Morten Kjetland

Results 7 issues of Morten Kjetland

This tmp PR is based on https://github.com/NextGenTel/akka-tools/pull/22 but contains some changes. In the original PR all users wanting to use snapshot'ing needed to do som "low level implementation". I cannot...

The following code in https://github.com/NextGenTel/akka-tools/blob/c004f271aaef487e3b2dd728385c4e3cdaa1673e/akka-tools-jdbc-journal/src/main/scala/no/nextgentel/oss/akkatools/persistence/jdbcjournal/JdbcReadJournalProvider.scala#L225 ```scala } catch { case e: Exception ⇒ log.error(e, s"JdbcEventsByPersistenceIdActor stopped for persistenceId=$persistenceId") onErrorThenStop(e) } ``` Does not resolve $persistenceId. It is logged like this:...

Hi, HTML5 supports datepicker for "datetime-local" (without timezone) but not "datetime" which uses timezone. If you use the below custom editor, it will let you edit it with the HTML5...

Almost all code changes works as it should: changed templates and changed app code. But when using GTFastTag or JavaExtentions there is a problem with changes. The special-case here is...

Play 2.0.3 Java with dependency to Gucie plugin 2.0.3 breaks running JUnit tests that uses running(fakeApplication()) with the following exception: ``` net.sf.ehcache.ObjectExistsException: Cache play already exists at net.sf.ehcache.CacheManager.addCache(CacheManager.java:990) at play.api.cache.EhCachePlugin.x$3(Cache.scala:111)...

Long reading has no NULL checking and many other Primitive readers are defaulting to eg. 0f for both float and Float.