Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2007-05-05 19:52:49 +0000
committerpfullbright2007-05-05 19:52:49 +0000
commit765d3acc77568028486da87b942a21f741496d00 (patch)
treeb425893e1109a7d09f47b944c2b4cb88550c065b /jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties
parentce015921251d81547537781ea4ca679fec4376c5 (diff)
downloadwebtools.dali-765d3acc77568028486da87b942a21f741496d00.tar.gz
webtools.dali-765d3acc77568028486da87b942a21f741496d00.tar.xz
webtools.dali-765d3acc77568028486da87b942a21f741496d00.zip
Added project configuration options, validation for said options, and project rebuild on connection/disconnection
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties b/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties
index 8a59a2cb7d..f1e4174b06 100644
--- a/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties
+++ b/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties
@@ -12,6 +12,9 @@
VALIDATE_PLATFORM_NOT_SPECIFIED=Platform must be specified
VALIDATE_CONNECTION_NOT_SPECIFIED=Connection must be specified
VALIDATE_CONNECTION_NOT_CONNECTED=Connection must be active to get data source specific help and validation.
+VALIDATE_RUNTIME_NOT_SPECIFIED=There is no server runtime associated with this project to provide a JPA implementation
+VALIDATE_RUNTIME_DOES_NOT_SUPPORT_EJB_30=The server runtime selected does not support EJB 3.0, so it likely does not provide a JPA implementation
+VALIDATE_LIBRARY_NOT_SPECIFIED=No JPA implementation library specified
SYNCHRONIZE_CLASSES_JOB=Synchronizing classes
SYNCHRONIZING_CLASSES_TASK=Synchronizing classes ...
INVALID_PERSISTENCE_XML_CONTENT=Invalid persistence.xml content

Back to the top