Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-649


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-649
    Summary: Generation of verify-columns tag not supported for 
concurrency-strategy="Optimistic"
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: DUPLICATE

 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Bea Module
   Versions:
             1.2 Beta 3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Dmitri Maximovich

    Created: Sun, 28 Sep 2003 4:34 PM
    Updated: Fri, 3 Oct 2003 6:03 PM
Environment: Windows, Sun JDK 1.4.1, xdoclet 1.2b3, Weblogic 7.0.2

Description:
CMP bean with Optimistic concurrency (BEA extention)
/**
@weblogic.cache  concurrency-strategy="Optimistic"
*/
should support verify-column and optimistic-column parameter(s), but it doesn't.


Weblogic error message on compilation (ejbc):

[java] In RDBMS CMP bean 'Test', the table-map element for table 'test' does not 
specify a verify-columns element. An RDBMS CMP bean that uses the 'Optimistic' 
concurrency strategy must specify a verify-columns value for each DBMS table to which 
it is mapped.


Should be something like that:
/**
@weblogic.cache  concurrency-strategy="Optimistic" verify-columns="Modified"
*/


>From weblogic-rdbms20-persistence-700.dtd:
<!ELEMENT table-map (
    table-name,
    field-map*,
    verify-columns?,
    optimistic-column?
)>




---------------------------------------------------------------------
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



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to