DaoFactory.cs is generated with incorrect namespace with certain project names
------------------------------------------------------------------------------

         Key: NETCART-4
         URL: http://jira.andromda.org/browse/NETCART-4
     Project: .NET Cartridges
        Type: Bug

 Environment: VS2005/.NET typical
    Reporter: Chris Micali
 Assigned to: Naresh Bhatia 
    Priority: Critical


When project names have dots in them, the DaoFactory.cs that is generated by 
nspring has an incorrect namespace, and it is placed in the wrong folder.

Example:

NI.MeetingBroker.Domain   - Core project
NI.MeetingBroker.Shared     - Common Project

When i generated my entities with maven, they are all placed in 
NI.MeetingBroker.Domain\target\NI\MeetingBroker\Domain, and have the proper 
namespace NI.MeetingBroker.Domain.  However the DaoFactory.cs is placed in 
NI.MeetingBroker.Domain\MeetingBroker\Domain and it's namespace is 
MeetingBroker.Domain.  For some reason the NI is being droped.  This causes a 
build break because the namespaces do not match.

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



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

Reply via email to