I'm trying to use tapestry.execution-mode in a module and I get this if it's not defined:
SEVERE: Symbol 'tapestry.execution-mode' is not defined. SEVERE: Operations trace: SEVERE: [ 1] Realizing service ExcludeVisitor SEVERE: [ 2] Instantiating service ExcludeVisitor implementation via com.trsvax.bootstrap.services.ExcludeVisitorImpl(Logger, String) (at ExcludeVisitorImpl.java:15) via com.trsvax.bootstrap.services.BootstrapModule.bind(ServiceBinder) (at BootstrapModule.java:46) But the docs say this: If the tapestry.execution-mode is not declared, Tapestry will automatically look for the tapestry.production-modules parameter, because “production” is the default tapestry.exection-mode value. I took this to mean that if you don't set tapestry.execution-mode somehow the value would be "production". Did I misinterpret the docs or is this a bug? Thanks Barry -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-execution-mode-default-tp5585867p5585867.html Sent from the Tapestry - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
