Author: akazakov
Date: 2008-06-16 07:14:41 -0400 (Mon, 16 Jun 2008)
New Revision: 8783
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
Log:
http://jira.jboss.com/jira/browse/JBIDE-2328 Fixed in trunk and brunch 2.1.*
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2008-06-16
11:09:27 UTC (rev 8782)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2008-06-16
11:14:41 UTC (rev 8783)
@@ -14,7 +14,7 @@
STATEFUL_COMPONENT_DOES_NOT_CONTAIN_DESTROY=Stateful component "{0}" must have
a method marked @Destroy
STATEFUL_COMPONENT_WRONG_SCOPE=Stateful component "{0}" should not have
org.jboss.seam.ScopeType.PAGE, nor org.jboss.seam.ScopeType.STATELESS
UNKNOWN_COMPONENT_CLASS_NAME="{0}" cannot be resolved to a type
-UNKNOWN_COMPONENT_PROPERTY=Class "{0}" of component "{1}" does not
contain setter for property "{2}"
+UNKNOWN_COMPONENT_PROPERTY=Class "{0}" of component "{1}" does not
have a setter or a field for the property "{2}"
#Entities
ENTITY_COMPONENT_WRONG_SCOPE=Entity component "{0}" should not have
org.jboss.seam.ScopeType.STATELESS