Xdoclet tag not generating the desired code
Hi guys,
I have defined the following xdoclet comment in my SessionFacadeBean.
@weblogic:cache max-beans-in-cache="200" idle-timeout-seconds="3600"
session-timeout-seconds="4800" cache-type="NRU"
But the problem is that in the weblogic-ejb-jar.xml, it is generating all the tags except <session-timeout-seconds>4800</session-timeout-seconds>. Could anybody please help me out, what could be the issue.
Thanks,
Kuldeep Jangra

