Jerome Velociter

Results 15 comments of Jerome Velociter

Wow, that's great :) If that can be of any help, I'm available for feedback / testing in the field

Possibly related: ``` ERROR [2014-01-22 15:25:33,763] com.yammer.dropwizard.jersey.LoggingExceptionMapper: Error handling a request: a2033c1bd25a7a5c ! java.lang.NullPointerException: null ! at org.mayocat.theme.internal.DefaultThemeFileResolver.getResource(DefaultThemeFileResolver.java:124) ~[mayocat-shop-application-0.11-SNAPSHOT.jar:na] ! at org.mayocat.theme.internal.DefaultThemeFileResolver.getResource(DefaultThemeFileResolver.java:73) ~[mayocat-shop-application-0.11-SNAPSHOT.jar:na] ! at org.mayocat.shop.front.resources.ResourceResource.getResource(ResourceResource.java:59) ~[mayocat-shop-application-0.11-SNAPSHOT.jar:na] ! at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown...

First item is now done. Will close when second item is implemented

Right. It gives the correct error when creating a customer (https://github.com/mayocat/mayocat-shop/blob/master/shop/customer/web/src/main/groovy/org/mayocat/shop/customer/web/TenantCustomerAccountWebView.groovy#L179) but not when directly creating a user.

Temporary fix for OSX developers : http://blog.byjean.eu/2013/08/22/making-jdk7-nio-filetypedetection-work-on-mac-osx/

Hi, the operator class creation is needed to be able to index arrays of UUID. Theoritically mayocat could function without this index, but with the risk of performance issue when...

See the migration in question : https://github.com/mayocat/mayocat-shop/blob/master/platform/store/rdbms/migrations/src/main/resources/mayoapp/migrations/V0120_0002__add_entity_lists.sql

@LeoAugust19 yes, of course. I'm not active on the project any longer but will merge good pull requests. FYI I'm open to grant commit rights if there are parties interested...