Hello again,

I figured out what the problem was by having a look at the ChainListener code. The fact is that you must specify the catalog attribute key in web.xml:

      <context-param>
       <param-name>org.apache.commons.chain.CONFIG_ATTR</param-name>
       <param-value>catalog</param-value>
      </context-param>

although the commons-chain cookbook says that this optional and that there is a default key set to "catalog". So, either the cookbook or the ChainListener's implementation should corrected.


Thanks anyway,

   Filipe Tavares


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to