Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1220

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1220
    Summary: Supoort for the beanCache extension
       Type: New Feature

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             EJB Module

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Matthias Germann

    Created: Tue, 4 Jan 2005 6:13 AM
    Updated: Tue, 4 Jan 2005 6:13 AM

Description:
Hi Magnus,

I would like to contribute a patch for supporting the beanCache element in the 
extensions DD. The beanCache element can be set per enterprise bean and looks 
like this:

<beanCache 
  activateAt="ONCE | ACTIVITY_SESSION | TRANSACTION"
  loadAt="ACTIVATION | TRANSACTION"
  pinnedFor="ACTIVATION_PERIOD | ACTIVITY_SESSION | TRANSACTION | 
BUSINESS_METHOD_ONLY"
/>


IMHO, we have two options for the tag structure:

1) create a websphere.bean-cache tag
/**
 * @websphere.bean-cache
 *   activate-at="ONCE"
 *   load-at="ACTIVATION"
 *   pinned-for="ACTIVATION_PERIOD"
 */

2) use a tag with parameters for all bean types
/**
 * @websphere.bean
 *   activate-at="ONCE"
 *   load-at="ACTIVATION"
 *   pinned-for="ACTIVATION_PERIOD"
 *   other-params
 */

I think that i should do that the same way as you do it in       XDT-1197. How 
do you plan to do it there?

Regards,
Matthias


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to