#584 - ElasticSearch: Internal changes for config, expressions and JSON conversion

This commit is contained in:
Robin Bygrave
2016-03-03 17:46:32 +13:00
parent ca73eff519
commit 5b10d06348
7 changed files with 213 additions and 83 deletions
@@ -462,7 +462,7 @@ public class BeanProperty implements ElPropertyValue, Property {
public ElPropertyValue buildElPropertyValue(String propName, String remainder, ElPropertyChainBuilder chain,
boolean propertyDeploy) {
throw new PersistenceException("Not valid on scalar bean property " + getFullBeanName());
return null;
}
/**