Wrong generation of classname for finder query
----------------------------------------------

         Key: SPRING-211
         URL: http://jira.andromda.org/browse/SPRING-211
     Project: Spring Cartridge
        Type: Bug

    Versions: 3.2, 3.3    
    Reporter: Plushnikov Michail
 Assigned to: Chad Brandon 


Andromda generates wrong classname for hibernatequerys in ...DaoBase files.

Example: Andromda generates following finder: 

this.findByType(transform, "from org.andromda.test.6.Car as car where car.type 
= :type", pageNumber, pageSize, type); 

but should generate following: 

this.findByType(transform, "from org.andromda.test.6.CarImpl as car where 
car.type = :type", pageNumber, pageSize, type); 


see:  http://galaxy.andromda.org/forum/viewtopic.php?t=6500

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


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get

Reply via email to