Is there anymore information at the bottom? I've usually seen this error when you're missing a type on a classifier and in that case it should have a validation error at the end of model processing telling you so.
Chad --- Brian Hill <[EMAIL PROTECTED]> wrote: > After making that change (from 'Hypersonic' to > 'HypersonicSql'), there > is a new exception/error message: > > ERROR [Cartridge] Error performing > Cartridge.processWithTemplate with > template 'templates/EntityBean.vsl', template > context > '[EMAIL PROTECTED],entity=org.andromda.metafacades.uml14.ModelElementFacadeLogicImpl[AlertView > > [EMAIL PROTECTED]' and > cartridge 'ejb' > org.apache.velocity.exception.MethodInvocationException: > Invocation of > method 'getSqlType' in class > org.andromda.cartridges.ejb.metafacades.EJBEntityAttributeFacadeLogicImpl > > threw exception class java.lang.NullPointerException > : null > > --Brian > > Chad Brandon wrote: > > > check your mda/project.xml it should have > 'HypersonicSql' for the > > sqlTypeMappingsUri. > > > > ----- Original Message ----- From: "Brian Hill" > <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, September 15, 2004 6:19 PM > > Subject: [Andromda-user] > java.net.MalformedURLException: no protocol: > > Hypersonic > > > > > >> So I added three entity beans and a session bean > to my xmi file and > >> re-ran maven, and now I get: > >> > >> Error getting 'sqlMappingsUri' --> 'Hypersonic' > >> Caused by: java.net.MalformedURLException: no > protocol: Hypersonic > >> > >> Is that unexpected? > >> > >> Actually, I would like my project to use MySQL, > so I changed > >> Hypersonic to MySQL and that ended the build even > sooner. > >> > >> --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: YOU BE THE JUDGE. > Be one of 170 > Project Admins to receive an Apple iPod Mini FREE > for your judgement on > who ports your project to Linux PPC the best. > Sponsored by IBM. > Deadline: Sept. 24. Go here: > http://sf.net/ppc_contest.php > _______________________________________________ > Andromda-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-user > ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
