Hi All, i've got hte same problem. I've also replaced the code of poseidon2-to-mdr.xsl with the stuff under here. What could cause this problem? I've used the original model as a start. Can i send it to anyone who could look at it?
thanks, Vincent ----- Original Message ----- From: "Rudie Ekkelenkamp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 05, 2003 11:54 AM Subject: RE: [uml2mmbase] debugException.... > Hi Teo, > > If you change the poseidon2-to-mdr.xsl file in the conf directory with the > code below, the XMI output will probably be OK again. As Kors already > mentioned before, we are working on a release that has native support for > Poseidon2 instead of patching the output to a Poseidon 1.6 format. I hope > this script will help. > > cheers, > > Rudie Ekkelenkamp. > > > <?xml version="1.0" encoding="UTF-8"?> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:UML="org.omg/UML/1.3" version="1.0" > exclude-result-prefixes="#default"> > > <xsl:output method="xml" indent="yes"/> > <xsl:template match="/"> > <xsl:apply-templates/> > </xsl:template> > > <xsl:template match="@* | node()"> > <xsl:if test="not(name()='UML:Diagram')"> > <xsl:if test="not(name()='UML:Uml1SemanticModelBridge')"> > <xsl:copy> > <xsl:apply-templates select="@*"/> > <xsl:apply-templates select="node()"/> > </xsl:copy> > </xsl:if> > </xsl:if> > </xsl:template> > > </xsl:stylesheet> > > > > -----Oorspronkelijk bericht----- > Van: Teo Landgraf [mailto:[EMAIL PROTECTED] > Verzonden: dinsdag 4 november 2003 11:31 > Aan: [EMAIL PROTECTED] > Onderwerp: RE: [uml2mmbase] debugException.... > > > i will, however what's your emailaddress? > > T. > <mailto:[EMAIL PROTECTED]> > > -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] > Verzonden: di 4-11-2003 10:11 > Aan: '[EMAIL PROTECTED]' > CC: > Onderwerp: RE: [uml2mmbase] debugException.... > > > > Hello Teo, > > Haven't seen that one before :-(. Is it possible to sent me the > model.xmi > file so I can try to reproduce the problem and look for a > solution? > > - Kors van Beem > > > > -----Oorspronkelijk bericht----- > Van: Teo Landgraf [mailto:[EMAIL PROTECTED] > Verzonden: maandag 3 november 2003 15:45 > Aan: [EMAIL PROTECTED] > Onderwerp: [uml2mmbase] debugException.... > > > Hi there, > > i tried uml2mmbase and i liked it. > however when i change some things i eventually get the error: > > [andromda] CartridgeFinder: Cartridge found: mmbase > [andromda] Input: file:/C:/development/uml2mmbase/model.xmi > [andromda] org.netbeans.lib.jmi.util.DebugException: Name > cannot be > resolved: UML:Uml1SemanticModelBridge > [andromda] at > org.netbeans.lib.jmi.xmi.XmiContext.resolveElementName(XmiCon > text.java:577) > [...] > [andromda] at > org.apache.tools.ant.Main.runBuild(Main.java:610) > [andromda] at > org.apache.tools.ant.Main.start(Main.java:196) > [andromda] at org.apache.tools.ant.Main.main(Main.java:235) > [andromda] at > com.finalist.mmbase.ant.UML2MMBaseStarter.main(Unknown Source) > BUILD FAILED > file:C:/development/uml2mmbase/build.xml:94: Exception > encountered while > processing: null > > what's this error about and how can i prevent it ;) > > i'm currenty using: > PoseidonUml2.0 Community Edition > Uml2MMBase > MMBase 1.6.5-Final.20030829 > > T. > > > > > > > >
