Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/tasks029.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tasks029.htm9
1 files changed, 4 insertions, 5 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks029.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks029.htm
index 03b2fab247..c7777464c2 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks029.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks029.htm
@@ -8,7 +8,7 @@
<title>Warning messages</title>
<meta name="copyright" content="Copyright (c) 2000, 2009 oracle . All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: Oracle - initial API and implementation" />
<meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 1.0.11" />
-<meta name="date" content="2013-01-03T9:24:54Z" />
+<meta name="date" content="2013-04-05T12:21:39Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Warning messages" />
<meta name="relnum" content="Release 3.3" />
@@ -17,19 +17,18 @@
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
</head>
<body>
-<p class="betadraftsubtitle">Beta Draft: 2013-01-03</p>
<p><a id="CIHGEAIJ" name="CIHGEAIJ"></a></p>
<div class="sect2"><!-- infolevel="all" infotype="General" -->
<h1>Warning messages</h1>
<p>This section contains information on warning messages (including how to resolve the issue) you may encounter while working with Dali.</p>
-<a id="sthref365" name="sthref365"></a>
+<a id="sthref364" name="sthref364"></a>
<p class="subhead2">Connection "<span class="italic">&lt;CONNECTION_NAME&gt;</span>" is not active. No validation will be done against the data source.</p>
<p>The database connection you specified to use with the JPA project is not active. The JPA project requires an active connection.</p>
-<a id="sthref366" name="sthref366"></a>
+<a id="sthref365" name="sthref365"></a>
<p class="subhead2">No connection specified for the project. No data-specific validation will be performed.</p>
<p>You created a JPA project without specifying a database connection. The JPA project requires an active connection.</p>
<p>See <a href="task_create_new_project.htm#CIHHEJCJ">"Creating a new JPA project"</a> or <a href="tasks025.htm#BABDBCBI">"Modifying persistent project properties"</a> for information on specifying a database connection.</p>
-<a id="sthref367" name="sthref367"></a>
+<a id="sthref366" name="sthref366"></a>
<p class="subhead2">Related concepts</p>
<ul>
<li>

Back to the top