Software developer and Open Source enthusiast based in Sweden.
|
1d
|
|
comment |
Hibernate Search with manyToMany bidirectional relation It depends what you want to search for. Person or Role instances. This determines which entity type(s) you want to index. What is the purpose of PersonRole? |
|
May
21 |
|
answered | One Transaction for Hibernate Validation and Spring controller |
|
May
21 |
|
comment |
One Transaction for Hibernate Validation and Spring controller To answer this side question. Hibernate Validator is the reference implementation of the Bean Validation (JSR 330) specification. |
|
May
21 |
|
revised |
One Transaction for Hibernate Validation and Spring controller added 1 characters in body |
|
May
21 |
|
answered | Spring MVC JSR 303 Validation with Json response validation errors from ValidationMessages.properties |
|
May
21 |
|
comment |
Spring MVC JSR 303 Validation with Json response validation errors from ValidationMessages.properties I think that is the same problem as described here - stackoverflow.com/questions/5073488/…. I think the problem is that Spring puts several layers on top of pure Bean Validation validation and validation behaves differently depending on what you do in your controller. |
|
May
20 |
|
comment |
Hibernate: Error activating Bean Validation integration What is the full stack trace of the error? Do you have Hibernate Validator and/or the Bean Validation API on the classpath and in which version? If you don't want to use Bean Validation you should neither have the API nor Hibernate Validator on the classpath. If you want to use it add both (Bean Validation 1.0 and Hibernate Validator 4.3.1.Final) |
|
May
17 |
|
reviewed | Close Getting error "telnet server is not enabled on this SKU" for starting telnet services on Window Server 2012 |
|
May
17 |
|
reviewed | Close Gmail email id Disabled because I enter DOB |
|
May
17 |
|
reviewed | Close How to convert from sql to odb? |
|
May
17 |
|
reviewed | Close MySQL server installation issue on Linux |
|
May
17 |
|
reviewed | Approve suggested edit on Get File Between Two Create Date Time |
|
May
17 |
|
answered | @IndexedEmbedded on logical relationship |
|
May
17 |
|
answered | BeanValidation for runtime derived constraint values |
|
May
17 |
|
comment |
Add tika bridge to new defined field in FieldBridge You can not. @TikaBridge and the underlying TikaBridge implementation are used for fields on the actual entity. You cannot use it from inside a custom bridge. In this case you have to write the actual code yourself. See above. |
|
May
16 |
|
answered | Add tika bridge to new defined field in FieldBridge |
|
May
16 |
|
revised |
Add tika bridge to new defined field in FieldBridge edited body |
|
May
16 |
|
comment |
Add tika bridge to new defined field in FieldBridge Does your entity have a 'content' property? You cannot just add this property to the programmatic API if it is not backed by a real property in the entity. Maybe you could post the code for Attachment. |
|
May
10 |
|
answered | which index strategy choose for my web application using hibernate search and very huge database? |
|
May
10 |
|
revised |
How to add search index only for a particular subclass in Hibernate Search edited tags |