Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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
   Versions:
             1.2.3

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

    Created: Tue, 19 Apr 2005 7:22 AM
    Updated: Tue, 19 Apr 2005 7:22 AM
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



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to