<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Association references unmapped class"]]></title>
		<link>http://forums.visual-paradigm.com/posts/33.html</link>
		<description><![CDATA[Latest messages posted in the topic "Association references unmapped class"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Association references unmapped class</title>
				<description><![CDATA[ Association references unmapped class: <Class Name><br> <br> I keep getting this error after a few hours scratching my head. All the classes and mapping files are generated by DB-VA.<br> <br> I have also put my hibernate.cfg.xml in the Bin directory (together with the generated DLL), but still getting the error.<br> <br> The exception is thrown from this line in XXXXPersistentManager;<br> <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 override System.Reflection.Assembly GetAssembly&#40;&#41; {
 			return System.Reflection.Assembly.GetExecutingAssembly&#40;&#41;;
 		}
  </pre></td>
		</tr>
		</table> <br> <br> Seems like it is having problem reading configuration file or mapping, no?<br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#16737.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#16737.html</link>
				<pubDate><![CDATA[Thu, 19 Apr 2007 17:17:43]]></pubDate>
				<author><![CDATA[ rosdikasim@gmail.com]]></author>
			</item>
			<item>
				<title>Re:Association references unmapped class</title>
				<description><![CDATA[ Hello rosdikasim,<br> <br> Does the <Class Name> has xml file generated for it? If yes and if the xml file is being modified, you need to rebuild project (build does not work)<br> <br> If the problem persists, I would like to ask you for the project and the generated files for checking the problem. Without them, it is hard to locate the problem. If you will send, please do not post here. You can send to my email address:<br> <a href="mailto:jick@visual-paradigm.com">jick@visual-paradigm.com</a><br> <br> or create a ticket:<br> <a href="http://www.visual-paradigm.com/support/technicalsupport.jsp" target="_blank" rel="nofollow">http://www.visual-paradigm.com/support/technicalsupport.jsp</a><br> <br> Best regards,<br> Jick<br> <br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#16757.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#16757.html</link>
				<pubDate><![CDATA[Fri, 20 Apr 2007 14:16:05]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Association references unmapped class</title>
				<description><![CDATA[ I did not modify anything, it just doesnt work from the start. The database I reverse engineered has about 100 tables.<br> <br> I just emailed you the project file along with the generated mapping and cs classes.<br> <br> If you need the database schema, you can just generate it out of the project file.<br> <br> <br> Regards,<br> <br> Rosdi.]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#16760.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#16760.html</link>
				<pubDate><![CDATA[Fri, 20 Apr 2007 14:44:16]]></pubDate>
				<author><![CDATA[ rosdikasim@gmail.com]]></author>
			</item>
			<item>
				<title>Re:Association references unmapped class</title>
				<description><![CDATA[ Hello Rosdi,<br> <br> Thank you. I received your email. I will talk to our engineers and come back to you.<br> <br> Best regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#16761.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#16761.html</link>
				<pubDate><![CDATA[Fri, 20 Apr 2007 14:52:18]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Association references unmapped class</title>
				<description><![CDATA[ Hello Rosdi,<br> <br> The problem is fixed. Please download the patch at:<br> <a href="http://files3.visual-paradigm.com/200704/Patch/sp1_20070420h/vpplatform.jar" target="_blank" rel="nofollow">http://files3.visual-paradigm.com/200704/Patch/sp1_20070420h/vpplatform.jar</a><br> <br> To install the patch:<br> 1. Shutdown any running instances of VP<br> 2. Replace &#36;vp-suite-install-dir/lib/vpplatform.jar with the downloaded jar file<br> 3. Run &#36;vp-suite-install-dir/bin/VP Suite.exe to install the patch<br> 4. Restart the application<br> <br> Note:<br> 1. If you are going to download with Internet Explorer, you may need to rename the file from .zip to .jar manually<br> 2. Please do not run Product Update after applying the patch. Otherwise the update will replace the patch with the previous version (I will inform you to run the update when the next release is ready)<br> <br> Best regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#16919.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#16919.html</link>
				<pubDate><![CDATA[Wed, 25 Apr 2007 19:02:43]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Association references unmapped class</title>
				<description><![CDATA[ I am getting this error afterI replace the jar file with this new one.<br> <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>
 java.lang.NoClassDefFoundError: v/icsa
 	at v.ipqd.f&#40;:29&#41;
 	at v.iazr.i&#40;:30&#41;
 	at v.RD.main&#40;:5&#41;
 	at sun.reflect.NativeMethodAccessorImpl.invoke0&#40;Native Method&#41;
 	at sun.reflect.NativeMethodAccessorImpl.invoke&#40;Unknown Source&#41;
 	at sun.reflect.DelegatingMethodAccessorImpl.invoke&#40;Unknown Source&#41;
 	at java.lang.reflect.Method.invoke&#40;Unknown Source&#41;
 	at com.exe4j.runtime.LauncherEngine.launch&#40;Unknown Source&#41;
 	at com.exe4j.runtime.WinLauncher.main&#40;Unknown Source&#41;
 </pre></td>
		</tr>
		</table> <br> <br> What could be the problem? Is my version different than yours or my trial license has expired? I have no way of checking the version number or my license since DBVA refuse to start and spit out this error instead.<br> <br> I also tried to run 'VP Suite License Viewer.exe' to view my license but also get this error.]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#16928.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#16928.html</link>
				<pubDate><![CDATA[Wed, 25 Apr 2007 21:19:49]]></pubDate>
				<author><![CDATA[ rosdikasim@gmail.com]]></author>
			</item>
			<item>
				<title>Association references unmapped class</title>
				<description><![CDATA[ Ignore the above msg. Actually my jar file was corrupted, I redownloaded it and it works fine and dandy.<br> <br> My problem now is my trial license has expired, lol, too bad.<br> <br> I will have to convince my boss to purchase it to continue and I bet it is going to take some time. You know.. getting management approval, etc.. the usual red tape..<br> <br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#16929.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#16929.html</link>
				<pubDate><![CDATA[Wed, 25 Apr 2007 21:38:59]]></pubDate>
				<author><![CDATA[ rosdikasim@gmail.com]]></author>
			</item>
			<item>
				<title>Re:Association references unmapped class</title>
				<description><![CDATA[ Hello Rosdi,<br> <br> Your case is now available in Service Pack 2, which was released last Saturday. Since you were asked to use a patch, I would like to suggest you upgrade to the latest version, which is more stable than the patch. <br> <br> To upgrade, please run the product updater inside the bin folder of VP Suite installation directory.<br> <br> You may want to know more about the new and enhanced feature in Service Pack 2:<br> <a href="http://resources.visual-paradigm.com/vpsuite3.0sp2" target="_blank" rel="nofollow">http://resources.visual-paradigm.com/vpsuite3.0sp2</a><br> <br> Please feel free to let me know if you need any help.<br> <br> Best regards,<br> Jick<br> <br> <br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#17347.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#17347.html</link>
				<pubDate><![CDATA[Mon, 14 May 2007 10:52:04]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Association references unmapped class</title>
				<description><![CDATA[ Can any one please post the cause for the exception<br> org.hibernate.MappingException: Association references unmapped class:r the exception]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#18646.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#18646.html</link>
				<pubDate><![CDATA[Thu, 26 Jul 2007 15:25:23]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Association references unmapped class</title>
				<description><![CDATA[ Hi Rosdi,<br> <br> Please send me your project and the generated code. If you mind posting here, please send to my Email address:<br> <a href="mailto:jick@visual-paradigm.com">jick@visual-paradigm.com</a><br> <br> Thank you.<br> <br> Best regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#18648.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#18648.html</link>
				<pubDate><![CDATA[Thu, 26 Jul 2007 17:13:10]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Association references unmapped class</title>
				<description><![CDATA[ Make sure you have set the 'Build Action' in the xml mapping file's properties to 'Embedded Resource'<br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2096#19786.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2096#19786.html</link>
				<pubDate><![CDATA[Thu, 25 Oct 2007 16:54:31]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>