union subclass strategy maps only
 top 2 inheritance levels, next are ignored
In-Reply-To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

    [ http://jira.codehaus.org/browse/XDP-146?page=comments#action_53650 ] 

Anatol Pomozov commented on XDP-146:
------------------------------------

Use Maven in fact very easy. Just download Maven1 bundle from offsite 
http://maven.apache.org/download.html unpack it add bin folder to path (and you 
could run maven command from any folder). Then go to hibernate-plugin/ folder 
and run "maven test". And you'll see how is TestDrivenDevelopment cool.

Adding your test is also very easy. Look at hibernate-plugin/src/test folder 
there are a lot of different tests. And it would be cool if you add showcase 
for this bug. 
Testing system for xdoclet-plugins is really smart and everything that you 
should do is just create Java-file with with xdoclet tags that fails for 
current version (due to spotted bug) and mapping file that should be generated 
(if you patch would be applied). Testing system will invoke xdolcet for this 
java file and compare result with provided by you mapping file. If they are not 
the same -> test error.

> deep
union subclass strategy maps only top 2 inheritance levels, next are ignored
> ----------------------------------------------------------------------------------
>
>          Key: XDP-146
>          URL: http://jira.codehaus.org/browse/XDP-146
>      Project: XDoclet 2 Plugins
>         Type: Bug

>   Components: hibernate
>     Versions: 1.0.2
>  Environment: Used for Hibernate 3.0.5
>     Reporter: M.Jerger
>     Priority: Critical
>  Attachments: UnionSubclass.jelly, UnionSubclass_patch_1.0.3.txt
>
>
> Only the immediate children classes are mapped as union-subclass, the
> children of the mapped child are not mapped.
> Fix is attached.

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



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to