Index: flexoentity/domain.py
===================================================================
--- flexoentity/domain.py	(revision 6ad031bcb95bd1b1d329074886e49c72ec5d46e3)
+++ flexoentity/domain.py	(revision 8840db74c6f31da82b328f156497143fb0be6908)
@@ -19,5 +19,6 @@
     def default(cls):
         """Return the default domain object."""
-        return cls(fullname="Generic Domain", classification="UNCLASSIFIED")
+        return cls.with_domain_id(domain_id="GEN_GENERIC",
+                                  fullname="Generic Domain", classification="UNCLASSIFIED")
 
     def __post_init__(self):
