I am trying to work through the Sculptor Advanced Tutorial and I am trying to
find out how the scaffolding operations work. Following the tutorial it
seems fairly simple, but I get an error. I have tried several things and now
I am trying to get it working in a separate project.  This is the complete
model.design: 


Application MyApp {
    basePackage=org.scaffoldTest

        Module media {
        
                Entity Person {
                        scaffold
                        String ssn key
                        String name
                        
                }
        }
}


And this is the error Maven returns (it's also visible in the editor): 


1094 ERROR WorkflowRunner     - Workflow interrupted. Reason: Errors during
validation.
1094 ERROR WorkflowRunner     - Unexpected token 'String' (type: 'String') -
expecting : ID on line 8 in model.design


I have tried it with to run it with and without the following setting in the
properties file:

scaffold.operations=findById,findAll,save,delete


Am I forgetting something?


Thanks in advance for any help,


Jeroen.

-- 
View this message in context: 
http://www.nabble.com/-sculptor--scaffold-operations-tf4062658s17564.html#a11542702
Sent from the Fornax-Platform mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to