<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "VP & one-to-one relationship"]]></title>
		<link>http://forums.visual-paradigm.com/posts/1.html</link>
		<description><![CDATA[Latest messages posted in the topic "VP & one-to-one relationship"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>VP &amp; one-to-one relationship</title>
				<description><![CDATA[ Hi,<br> I've some issue with 1-1 relationship.<br> I'm using latest version of VP for linux, c# orm generation code and smart assosaction.<br> I have follow objects one<1--1>two, when I've try to assign null value to one.two object attribute I always get null pointer exception.<br> I take a look to code generated and I found  something IMHO wrong. I think need to insert   the line below<br> <table class="code-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>Code:</b></span></td>
		</tr>
		</table>
		<table class="code-table" align="center">
		<tr>
		<td class="code">
		<pre>
 public global::com.dbi.extranet.newsletter.ElementoNewsletter ElementoNewsletter
         {
             set
             {
                 if &#40;__elementoNewsletter != value&#41;
                 {
                     this.__elementoNewsletter = value;
                     ---&gt;&gt;if &#40;__elementoNewsletter != null&#41;&lt;&lt;----
                         __elementoNewsletter.Notizie = this;
                 }
             }
             get
             {
                 return __elementoNewsletter;
             }
         } 
 </pre></td>
		</tr>
		</table><br> Thanks <br> <br> Maurizio]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2930#23548.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2930#23548.html</link>
				<pubDate><![CDATA[Thu, 13 Mar 2008 18:06:00]]></pubDate>
				<author><![CDATA[ maurizio316]]></author>
			</item>
			<item>
				<title>Re:VP &amp; one-to-one relationship</title>
				<description><![CDATA[ Hi Maurizio,<br> <br> Thank you for your post. I will forward your question to our engineers and post their reply here as soon as I can.<br> <br> Best regards,<br> Jick<br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2930#23581.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2930#23581.html</link>
				<pubDate><![CDATA[Fri, 14 Mar 2008 08:30:16]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:VP &amp; one-to-one relationship</title>
				<description><![CDATA[ Hi Maurizio,<br> <br> We have fixed the application for the problem of one-to-one-relationship. Please download the patch at: <a href="http://files3.visual-paradigm.com/200803/Patch/sp1_20080311j/VP_Suite_Windows_3_2_sp1_20080311j.exe" target="_blank" rel="nofollow">http://files3.visual-paradigm.com/200803/Patch/sp1_20080311j/VP_Suite_Windows_3_2_sp1_20080311j.exe</a><br> <br> To use the patch:<br> 1. Exit any running instance of VP<br> 2. Install by overwriting the current installation<br> 3. Restart the product<br> <br> Note: This patch is made for VP Suite 3.2 SP1 (VP-UML 6.2 SP1). Please make sure you have a valid product license. Otherwise, you won't be able to start up the product after the installation.<br> <br> If there is anything I can help, please do not hesitate to ask.<br> <br> Best regards,<br> Lilian Wong]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2930#23720.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2930#23720.html</link>
				<pubDate><![CDATA[Mon, 17 Mar 2008 16:59:39]]></pubDate>
				<author><![CDATA[ LilianWong]]></author>
			</item>
			<item>
				<title>Re:VP &amp; one-to-one relationship</title>
				<description><![CDATA[ Hi Lilian, <br> nice to meet you... <br> Could you send me Linux version please ? :roll:   <br> <br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2930#23724.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2930#23724.html</link>
				<pubDate><![CDATA[Mon, 17 Mar 2008 17:53:49]]></pubDate>
				<author><![CDATA[ maurizio316]]></author>
			</item>
			<item>
				<title>Re:VP &amp; one-to-one relationship</title>
				<description><![CDATA[ Hi Maurizio,<br> <br> Sure! :D <br> Please download the patch for Linux in the following link. If you need any help in the future, please do not hesitate to ask.<br> <br> <a href="http://files3.visual-paradigm.com/200803/Patch/sp1_20080311j/VP_Suite_Linux_3_2_sp1_20080311j.sh" target="_blank" rel="nofollow">http://files3.visual-paradigm.com/200803/Patch/sp1_20080311j/VP_Suite_Linux_3_2_sp1_20080311j.sh</a><br> <br> Best regards,<br> Lilian Wong]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2930#23728.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2930#23728.html</link>
				<pubDate><![CDATA[Mon, 17 Mar 2008 18:26:41]]></pubDate>
				<author><![CDATA[ LilianWong]]></author>
			</item>
	</channel>
</rss>