This code blows up on production system, but is fine on dev and qa! How should 
I fix it?

John

    /** The execution mode. */
    @Inject
    @Symbol(SymbolConstants.EXECUTION_MODE)
    private String exeMode;

org.apache.tapestry5.ioc.internal.OperationException: Symbol 
'tapestry.execution-mode' is not defined. 

Reply via email to