Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problems importing xml #200

Merged
merged 1 commit into from
Mar 15, 2017
Merged

Fix problems importing xml #200

merged 1 commit into from
Mar 15, 2017

Commits on Mar 15, 2017

  1. Fix problems importing xml

    ```
    Servlet.service() for servlet [FF4jDispatcherServlet] in context with path [] threw exception
    ognl.OgnlException: source is null for getProperty(null, "featureStore")
    	at ognl.OgnlRuntime.getProperty(OgnlRuntime.java:2327)
    	at ognl.ASTProperty.getValueBody(ASTProperty.java:114)
    	at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:212)
    	at ognl.SimpleNode.getValue(SimpleNode.java:258)
    	at ognl.ASTChain.getValueBody(ASTChain.java:141)
    	at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:212)
    	at ognl.SimpleNode.getValue(SimpleNode.java:258)
    	at ognl.Ognl.getValue(Ognl.java:494)
    	at ognl.Ognl.getValue(Ognl.java:458)
    	at org.thymeleaf.standard.expression.OgnlVariableExpressionEvaluator.evaluate(OgnlVariableExpressionEvaluator.java:114)
    	... 124 common frames omitted
    Wrapped by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating OGNL expression: "homebean.featureStore" (home:40)
    	at org.thymeleaf.standard.expression.OgnlVariableExpressionEvaluator.evaluate(OgnlVariableExpressionEvaluator.java:128)
    ```
    shoito committed Mar 15, 2017
    1 Configuration menu
    Copy the full SHA
    fd8f6af View commit details
    Browse the repository at this point in the history