seam的debug模式问题
<core:init debug="true" jndi-pattern="@jndiPattern@"/>, Seam creates the component.
<core:init debug="false" jndi-pattern="@jndiPattern@"/>, Seam does not create the component.
经过在网上查找发现了这句“This occurs because Seam uses hot deployment into the /WEB-INF/dev directory and hot deployment seems to be disabled when using the debug=false mode.”
在seam的官方文档中发现
But if you really want a fast edit/compile/test cycle, Seam supports incremental redeployment of JavaBean components. To make use of this functionality, you must deploy the JavaBean components into the