The following comment has been added to this issue:
Author: Andrew Stevens
Created: Tue, 13 Jan 2004 6:30 PM
Body:
Close, but not quite. The @ejb.persistence parameter is actually the preferred form -
the argument was that since most app server will need more or less the same
persistence settings (table & column names, data types, whether they're read-only,
etc.) these should be consolidated to a more general tag to save duplication. We
wanted to keep backwards compatibility with the old forms, however, that appears to be
what's broken :-(
The correct form should have been
tagName="ejb.persistence,jboss.persistence,jboss.table-name"
paramName="table-name,table-name"
which allows for any of
@ejb.persistence table-name="X"
@jboss.persistence table-name="X"
@jboss.table-name X
to be used.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-638
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XDT-638
Summary: fix for jboss module table-name tag
Type: Improvement
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: XDoclet
Components:
JBoss Module
Versions:
1.2 Beta 3
Assignee: xdoclet-devel (Use for new issues)
Reporter: Adrian Sutherland
Created: Fri, 19 Sep 2003 4:27 AM
Updated: Tue, 13 Jan 2004 6:30 PM
Description:
The file modules/jboss/ejb/resources/jboss-jdbc_xml.xdt needs changing.
The line:
<XDtClass:ifHasClassTag tagName="ejb:persistence,jboss:table-name,jboss:table-name"
paramName="table-name,table-name">
Should read:
<XDtClass:ifHasClassTag tagName="jboss:persistence,jboss:table-name,jboss:table-name"
paramName="table-name,table-name">
Regards
Adrian
---------------------------------------------------------------------
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: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel