You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/25 07:26:30 UTC

[isis] branch master updated: ISIS-3021: polish message

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new df5ad703b8 ISIS-3021: polish message
df5ad703b8 is described below

commit df5ad703b82a5c0f9ef122259b62d2459c70ad2f
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Apr 25 09:26:24 2022 +0200

    ISIS-3021: polish message
---
 .../apache/isis/core/config/progmodel/ProgrammingModelConstants.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/config/src/main/java/org/apache/isis/core/config/progmodel/ProgrammingModelConstants.java b/core/config/src/main/java/org/apache/isis/core/config/progmodel/ProgrammingModelConstants.java
index 686eef5d8b..3d7d51741a 100644
--- a/core/config/src/main/java/org/apache/isis/core/config/progmodel/ProgrammingModelConstants.java
+++ b/core/config/src/main/java/org/apache/isis/core/config/progmodel/ProgrammingModelConstants.java
@@ -446,8 +446,8 @@ public final class ProgrammingModelConstants {
         DOMAIN_OBJECT_MISSING_A_NAMESPACE("${type}: the service type must declare a namespace, "
                 + "yet there was none found in '${logicalTypeName}'; "
                 + "Spring supports various naming strategies @Named(...) being one of them, "
-                + "where eg. @Named(\"Customer\") is considered invalid, "
-                + "whereas @Named(\"sales.Customer\") is valid."),
+                + "where eg. @Named(\"CustomerService\") is considered invalid, "
+                + "whereas @Named(\"sales.CustomerService\") is valid."),
         DOMAIN_SERVICE_MISSING_A_NAMESPACE("${type}: the object type must declare a namespace, "
                 + "yet there was none found in '${logicalTypeName}'; "
                 + "eg. @DomainObject(logicalTypeName=\"Customer\") is considered invalid, "