Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2008-07-23 13:20:43 +0000
committerkmoore2008-07-23 13:20:43 +0000
commitf554460ab60394aa9c31e68865a26608db12d15a (patch)
tree184a5cb8b28ad436d90a5dc2153301a0d580b061
parent4833c4e20f4c221517dbb3b6bc973414d808cbac (diff)
downloadwebtools.dali-f554460ab60394aa9c31e68865a26608db12d15a.tar.gz
webtools.dali-f554460ab60394aa9c31e68865a26608db12d15a.tar.xz
webtools.dali-f554460ab60394aa9c31e68865a26608db12d15a.zip
fixed typo
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tasks023.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks023.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks023.htm
index af2541b288..5bfa81fd8e 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks023.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks023.htm
@@ -72,7 +72,7 @@
<p>You associated a persistent entity to an incorrect or invalid database table. By default, Dali will attempt to associate each persistent entity with an identically named database table. If the entity's name differs from the table's name, you must explicitly create the association.</p>
<p>Associate the entity with a valid database table as shown in <a href="task_add_persistence.htm#BABHICAI">"Adding persistence to a class"</a>.</p>
<a id="sthref164" name="sthref164"></a>
-<p class="subhead2">Unresovlved generator "<span class="italic">&lt;GENERATOR_NAME&gt;</span>" is defined in persistence unit.</p>
+<p class="subhead2">Unresolved generator "<span class="italic">&lt;GENERATOR_NAME&gt;</span>" is defined in persistence unit.</p>
<p>You created a persistence entity that uses sequencing or a table generator, but did not define the generator in the persistence unit. Either define the generator by using an annotation or including it in the XML mapping file.</p>
<img src="img/ngrelc.png" alt="Related concept" title="Related concept" /><br />
<p><a href="../org.eclipse.platform.doc.user/concepts/cprbview.htm">Problems view</a></p>

Back to the top