ClockService - timezone

2017-02-22 Thread Simecsek Timothy
Hi all, I have an issue with the ClockService in my application. My machine is running on Europe/Berlin timezone (CET). Following my use case - observed while debugging my code: I created a DomainObject with properties validFrom and validTo (both joda DateTime objects) and used clockService.now

AW: Problems with startup since 1.13.0

2016-10-18 Thread Simecsek Timothy
oen On 14 October 2016 at 16:42, Simecsek Timothy wrote: > Hey, > > Has anyone observed problems with running version 1.13.0? > > We upgraded a while ago and a bit after that we saw sometimes this > error when redeploying our application on tomcat: > 2016-10-14 14:29:21,690

Problems with startup since 1.13.0

2016-10-14 Thread Simecsek Timothy
Hey, Has anyone observed problems with running version 1.13.0? We upgraded a while ago and a bit after that we saw sometimes this error when redeploying our application on tomcat: 2016-10-14 14:29:21,690 [IsisWicketApplication http-nio-18080-exec-103 ERROR] Failed to initialize com.google.inje

AW: Display HashMap in UI

2016-09-23 Thread Simecsek Timothy
llection of persistent Domain Objects. If you need this to act as an object you can add another DTO around it. Regards Timothy [1] https://isis.apache.org/guides/ugbtb.html#2.3.-jaxb-annotated-dtos -----Ursprüngliche Nachricht- Von: Simecsek Timothy Gesendet: Donnerstag, 22. Septembe

Display HashMap in UI

2016-09-22 Thread Simecsek Timothy
Hi, I'm using a Map in one of our DomainObjects which is stored in one column of this class. This is the definition: //region > requestHeaders (collection) private Map requestHeaders = Maps.newHashMap(); @MemberOrder(sequence = "2.0") @CollectionLayout(named = "request headers", render = RenderT

AW: Security Module Addon Tables

2016-07-04 Thread Simecsek Timothy
Hi Fabio, All Isis Modules are using their own schema since Apache ISIS 1.9 - have you checked if there are other schemas? If you want to avoid that and generate the tables for security module in a specific schema I found the only working solution is with package.jdo in META-INF directory, but

Integrating Flyway for database migrations

2016-06-22 Thread Simecsek Timothy
Hello Kambiz, Hello Jeroen, My colleague pointed me to your mails at the mailing list as we were also interested in that topic. In datanucleus documentation see [1] I found a hook that can be used. Please note that I implemented that yesterday, so it is not well tested but the application start

Possibility to define order for invoking @PostConstruct

2015-04-01 Thread Simecsek Timothy
Hello, I'm looking for a way to ensure initialization order for domain service annotated with @PostConstruct. I have a self defined domain service for application settings that uses the one of isis enhanced with caching. During unit tests I found that always a other domain service is insta