Nicolas Romanetti

Results 7 comments of Nicolas Romanetti

What do you mean by fails ? return false or throw an exception ? I assume 'false'... don't forget that inverse associations (inverse one-to-one or one-to-many) must be declared in...

Hi, thanks for this report. Have you changed manually metadata.xml ? (you should not). I think the NPE comes from the fact that "type" attribute is missing from the column...

Celerio supports inheritance but currently the angular templates do not. I flag it as enhancement.

https://angular.io/docs/ts/latest/cookbook/i18n.html

I have just run it and it seems ok. Could you please detail the steps you run? In particular have you run the mvn -Pdb,metadata,gen generate-sources as explained in the...

I think it is http://localhost:8080/javaee7_wildfly_inheritance

the console output says it is mapped on /application try http://localhost:8080/application If login does not work, try to add this dependency in your pom ``` xml org.hibernate hibernate-search-engine 5.5.0.Final compile...