Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-1059

[Duplicate] Isis restriction of using some characters when the property is a @PrimaryKey

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • core-1.8.0
    • None
    • Core
    • None

    Description

      Possible duplicate of ISIS-820

       

      If a domain entity uses PersistenceCapable(identityType = IdentityType.APPLICATION) combined with PrimaryKey annotated property then it is not allowed to use some symbols like '@'.

      The exception is:

      Caused by: java.lang.IllegalArgumentException: identifier 's_my@email.tld' contains an '@' symbol
      at org.apache.isis.core.commons.ensure.Ensure.ensureThatArg(Ensure.java:75)
      at org.apache.isis.core.metamodel.adapter.oid.RootOidDefault.<init>(RootOidDefault.java:124)
      at org.apache.isis.core.metamodel.adapter.oid.RootOidDefault.<init>(RootOidDefault.java:92)
      at org.apache.isis.core.runtime.system.persistence.OidGenerator.createPersistentOrViewModelOid(OidGenerator.java:99)
      at org.apache.isis.objectstore.jdo.datanucleus.persistence.FrameworkSynchronizer$3.run(FrameworkSynchronizer.java:203)
      at org.apache.isis.objectstore.jdo.datanucleus.persistence.FrameworkSynchronizer$8.call(FrameworkSynchronizer.java:350)
      ....

      Attachments

        Activity

          People

            Unassigned Unassigned
            mgrigorov Martin Tzvetanov Grigorov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: