The following issue has been updated:

    Updater: Andrew Stevens (mailto:[EMAIL PROTECTED])
       Date: Mon, 25 Apr 2005 6:56 PM
    Changes:
             Component changed to Maven Plugin
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1348?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1348
    Summary: XDcolet - hibernatedoclet - hibernatecfg - OtherProperty don't 
work properly
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: XDoclet
 Components: 
             Hibernate Module
             Maven Plugin
   Versions:
             1.2.3

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

    Created: Tue, 19 Apr 2005 7:22 AM
    Updated: Mon, 25 Apr 2005 6:56 PM
Environment: -

Description:
maven-xdoclet-plugin-1.2.3.jar -> plugin.jelly:
1. row #5733. Tag <OtherProperty> has no content:
--------------------------------
5733: <OtherProperty>
5734: </OtherProperty>
--------------------------------
it's need to add additional code:
--------------------------------
<OtherProperty>
   <j:set var="prop_name" 
value="maven.xdoclet.hibernatedoclet.hibernatecfg.${subelement_index}.OtherProperty.${nested_element_index}.name"/>
   <jelant:setProperty name="name" value="${context.getVariable(prop_name)}"/>
   <j:set var="prop_name" 
value="maven.xdoclet.hibernatedoclet.hibernatecfg.${subelement_index}.OtherProperty.${nested_element_index}.value"/>
   <jelant:setProperty name="value" value="${context.getVariable(prop_name)}"/>
</OtherProperty>
--------------------------------
2. row #5742. Tag <OtherMapping> has no content too.
3. row #5724. Tag <ConfiguredJndiProperty> has no content.


---------------------------------------------------------------------
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 email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to