[ http://jira.codehaus.org/browse/XDP-158?page=all ]

Konstantin Pribluda closed XDP-158.
-----------------------------------

      Assignee: Konstantin Pribluda
    Resolution: Won't Fix

Hibernate plugin makes no assumption about explicitely specified classes - they 
are used
verbatim, as user entered them. It will accept whatever you enter there. 

If case real class name i guessed by hibernate, FQCN is used

> The composite-element tag only works with fully qualified references to inner 
> classes
> -------------------------------------------------------------------------------------
>
>                 Key: XDP-158
>                 URL: http://jira.codehaus.org/browse/XDP-158
>             Project: XDoclet 2 Plugins
>          Issue Type: Bug
>          Components: hibernate
>    Affects Versions: 1.0.3
>            Reporter: Lance A
>         Assigned To: Konstantin Pribluda
>            Priority: Minor
>
> The composite-element tag used to specify the type of items contained within 
> a collection requires a fully qualified class name.  This is inconsistent 
> with other Hibernate XDoclet tags.
> This should be updated to accept either class-qualified or unqualified inner 
> class names.  For example, if there's a class Outer that contains an inner 
> class Inner, the composite-element tag should accept at least one of the 
> following:
> @hibernate.composite-element class="Outer$Inner"
> @hibernate.composite-element class="Inner"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to