Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1452
    Summary: @hibernate.generator-param name not generated
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Hibernate Module
   Versions:
             1.2.3

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

    Created: Wed, 29 Jun 2005 4:12 PM
    Updated: Wed, 29 Jun 2005 4:12 PM
Environment: ant 1.6.2
jdk 1.5.0_04

Description:
@hibernate.generator-param name="sequence" value="seq_id" generates 

<generator class="sequence">
  <param>seq_id</param>
</generator>

should generate:

<generator class="sequence">
  <param name="sequence">seq_id</param>
</generator>




---------------------------------------------------------------------
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: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to