Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1502
    Summary: reverse the order of @weblogic.dbms-column-type with 
@ejb.persistence column_name will cause problem
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: John Wang

    Created: Thu, 11 Aug 2005 5:00 PM
    Updated: Thu, 11 Aug 2005 5:00 PM
Environment: using ant 1.6.1 and xDoclet 1.2.3

Description:
when use @ejb tag with other tag like weblogic tag, we need to be careful.
One problem that I found is to use the other tag before the @ejb tag, 
otherwise, other tag's content may not get generated.
Example: 
@weblogic.dbms-column-type OracleClob
@ejb.persistence column_name="COL_NAME"

if you reverse this order, the OracleClob will not get generated. Also if you 
put the double quote around the OracleClob like 
@weblogic.dbms-column-type="OracleClob"
xDoclet will not generated the OracleClob neither.


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



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to