Hello,

I am using "Sculptor Archetype Tutorial" with my own model. It works fine
except of generation of web project. 

I get this exceptions


63058 INFO  CompositeComponent - CheckComponent: slot transformedModel check
file(s): constraints/constraints
63121 ERROR WorkflowRunner     - Workflow interrupted. Reason: Errors during
validation.
63121 ERROR WorkflowRunner     - Limitation for presentation tier. Extended
class must be abstract Beitrag
[EMAIL PROTECTED] (name: BeitragNachFach, doc:
null) (abstract: false, optimisticLocking: true, cache: false, package:
null, databaseTable: BEITRAGNACHFACH, extendsName: null) (immutable: true,
persistent: true)]
63121 ERROR WorkflowRunner     - Limitation for presentation tier. Extended
class must be abstract Person [EMAIL PROTECTED]
(name: Schueller, doc: null) (abstract: false, optimisticLocking: true,
cache: false, package: null, databaseTable: SCHUELLER, extendsName: null)
(aggregateRoot: true, auditable: true)]
63152 ERROR WorkflowRunner     - Limitation for presentation tier. Extended
class must be abstract Person [EMAIL PROTECTED]
(name: Mitarbeiter, doc: null) (abstract: false, optimisticLocking: true,
cache: false, package: null, databaseTable: MITARBEITER, extendsName: null)
(aggregateRoot: true, auditable: true)]


The model objects are 

        ValueObject Beitrag {
                ....
        }

        ValueObject BeitragNachFach extends Beitrag{
          ....
        }


and 

        Entity Person {
          scaffold
          ......
          
        }

        Entity Mitarbeiter extends Person{
             scaffold
             ...
        }

        

        Entity Schueller extends Person{
           scaffold
            ...
        }



What is the problem?


thanks
-- 
View this message in context: 
http://www.nabble.com/Limitation-for-presentation-tier.-Extended-class-must-be-abstract-tp19667546s17564p19667546.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to