<html>

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 10 (filtered)">

<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {margin-right:0in;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle18
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Hi Arda,</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>The negative matching problem has been
solved in this release, please try it and let us know any problem.</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Thanks,</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Feng</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-----Original Message-----<br>
<b><span style='font-weight:bold'>From:</span></b> great-users-bounces@list.isis.vanderbilt.edu
[mailto:great-users-bounces@list.isis.vanderbilt.edu] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Arda Göknil<br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, April 07, 2006 9:10
AM<br>
<b><span style='font-weight:bold'>To:</span></b> great-users<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [great-users] RE:
[great-dev] question about the new GReATrelease</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>And the problem about matching the negative
application condition is fixed in this new release?<br>
<br>
<b><i><span style='font-weight:bold;font-style:italic'>Attila Vizhanyo
&lt;viza@isis.vanderbilt.edu&gt;</span></i></b> wrote: </span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>Matt,<br>
<br>
I think I have fixed this bug, so that the new release should work correctly.<br>
<br>
Thanks,<br>
Attila<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: great-dev-bounces@list.isis.vanderbilt.edu on behalf of Matthew J.
Emerson<br>
Sent: Thu 06/04/2006 16:40<br>
To: great-users; great-dev<br>
Cc: <br>
Subject: [great-dev] question about the new GReAT release<br>
<br>
<br>
<br>
Anyone know if the error I reported in message below fixed for this new GReAT
release?<br>
<br>
<br>
<br>
--Matt<br>
<br>
<br>
<br>
_____ <br>
<br>
From: Matthew J. Emerson <br>
Sent: Thursday, December 08, 2005 11:13 AM<br>
To: Attila Vizhanyo<br>
Subject: RE: GReAT and Udm install packages<br>
<br>
<br>
<br>
Attila,<br>
<br>
<br>
<br>
I checked out the new paradigm aliasing feature. It seems to work flawlessly
when using the GRE, but there is a minor problem with the Code Generated
version.<br>
<br>
<br>
<br>
There is a file generated into the Gen folder with the naming scheme
GenXXXX_main.cpp with a 'try' block in its main function. Whatever generates
this file assumes that all of the things which are actually in the namespace
'Crosslinks' are in the global namespace. For example, there is a line:<br>
<br>
<br>
<br>
sdn_9733.CreateNew( ifr.getFileName( &quot;Crosslinks&quot;), UseXSD()(
ifr.getFileName( &quot;Crosslinks&quot;)) ? ifr.getXsdName(
&quot;Crosslinks&quot;) : &quot;Crosslinks&quot;, ::TempRoot::meta,
Udm::CHANGES_LOST_DEFAULT);<br>
<br>
Instead, this should read:<br>
<br>
sdn_9733.CreateNew( ifr.getFileName( &quot;Crosslinks&quot;), UseXSD()(
ifr.getFileName( &quot;Crosslinks&quot;)) ? ifr.getXsdName(
&quot;Crosslinks&quot;) : &quot;Crosslinks&quot;, Crosslinks::TempRoot::meta,
Udm::CHANGES_LOST_DEFAULT);<br>
<br>
Once I fixed those errors by hand, the Code Generated version compiles and
works correctly as well.<br>
<br>
<br>
<br>
Thanks,<br>
<br>
Matt<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
great-users mailing list<br>
great-users@list.isis.vanderbilt.edu<br>
http://list.isis.vanderbilt.edu/mailman/listinfo/great-users</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

<div class=MsoNormal align=center style='margin-left:.5in;text-align:center'><font
size=3 face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=1 width="100%" align=center>

</span></font></div>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>To help you stay safe and secure
online, we've developed the all new <a
href="http://us.rd.yahoo.com/mail/uk/taglines/default/security_centre/*http:/uk.security.yahoo.com/"><b><span
style='font-weight:bold'>Yahoo! Security Centre</span></b></a>.</span></font></p>

</div>

</body>

</html>