hi,

I see that the offending property 'wrapperMappingsUri' is not included into
the default namespace when you generate using andromdapp
it is a feature that Chad add not so long ago and I guess the templates were
simply not updated, I will leave it up to Chad to fix it because he knows
how to solve it the best way

adding something like this would work:

       <dependency>
            <groupId>andromda</groupId>
              <artifactId>maven-andromda-plugin</artifactId>
             <version>3.0M3-SNAPSHOT</version>
             <type>plugin</type>
             <properties>

<logical.wrapperMappingsUri>JavaWrapper</logical.wrapperMappingsUri>

<logical.languageMappingsUri>Java</logical.languageMappingsUri>
                 <logical.sqlMappingsUri>Hypersonic</logical.sqlMappingsUri>
                 <logical.jdbcMappingsUri>JDBC</logical.jdbcMappingsUri>
                 <physical.maxSqlNameLength>30</physical.maxSqlNameLength>
                 <physical.foreignKeySuffix>_FK</physical.foreignKeySuffix>
             </properties>
        </dependency>

this should make the warning go away (I did not test this, I hope I am right
:-) )


anyway, if you take a look at how we build the samples, for example the
'online-store' and you go see the mda/project.xml you will understand how to
add it

hth
-- Wouter

ps: Chad, can you add this to the templates ? I can't because I am cleaning
my notebook because I have to turn it in tomorrow ...




> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Brian
> Hill
> Sent: Wednesday, September 15, 2004 11:20 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Andromda-user] freshly generated project generates many
> namespaces errors
>
>
> I deleted and reinstalled everything (Maven including the .maven
> directory, andromdapp plug-in), and generated and built a new project.
>
> After doing this, the $MAVEN_HOME/plugins directory contains:
>
> maven-andromdapp-plugin-3.0M3-SNAPSHOT.jar
>
> The namespaces errors occurred as before.
>
> Are they harmless/harmful?  I'd just like to get a simple 3-tier EJB app
> running.
>
> --Brian
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
> Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
> Camcorder. More prizes in the weekly Lunch Hour Challenge.
> Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
> _______________________________________________
> Andromda-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/andromda-user



-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to