[EMAIL PROTECTED] penned

>   * @jonas.session-timeout session-timeout="120"
> 
> This generates the following tag in the file jonas-ejb-jar.xml
> 
>     <session-timeout>session-timeout="120"</session-timeout>
> 
> which is wrong. One should get instead
> 
>     <session-timeout>120</session-timeout>
> 
> According to the xdoclet documentation the syntax of my comment is
> correct. So this should be a bug in jonas.xdt?
> 
> (I did some experiments with different comment syntax, but nothing
> did the job to create the expected result.)

Did you try the following?

    @jonas.session-timeout 120

You probably did, but the only example of this I've had to use was for
WebLogic's transaction isolation level:

    @weblogic.transaction-isolation TRANSACTION_READ_COMMITTED

As you can see, it's similar in that there is no subtag like there is
for

    @ejb.bean name="User"

If that doesn't work, it's probably the template. It's pretty easy to
pull the template out of the JAR and grep for session-timeout, and if
you find a bug to fix it in a custom template (and file a JIRA issue).

-- 
David Harkness                               Sony Pictures Digital
Sr. Software Engineer   310.482.4756    [EMAIL PROTECTED]

A "No" uttered from deepest conviction is better and greater than a
"Yes" merely uttered to please, or what is worse, to avoid trouble.

  -- Mahatma Ghandi


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to