Re: Modifying SimpleApp

2015-06-08 Thread Dan Haywood
On 28 May 2015 at 04:40, Stephen Cameron steve.cameron...@gmail.com wrote: A question: I have a collection inside an entity, can I via the Wicket viewer show an action that creates a new entity member of the collection? In my case I have Activities and these have 0:N Clients as

Re: Modifying SimpleApp

2015-05-26 Thread Dan Haywood
If you use the m2e plugin for Eclipse then it should reverse engineer the .classpath and .project file for you. Also be aware that you need to set up the DataNucleus enhancer; there's div on the Isis website. HTH Dan On 26 May 2015 02:36, Stephen Cameron steve.cameron...@gmail.com wrote: Hi

Re: Modifying SimpleApp

2015-05-25 Thread Dan Haywood
My guess is that it isn't a Maven error, but instead is an Isis one. The @DomainObject(objectType=..) annotation defines an alias for the Class that is used in the Restful Objects REST API (as well as elsewhere); Isis requires that it is unique across all entities. So just change the value of

Re: Modifying SimpleApp

2015-05-25 Thread Stephen Cameron
Hi Dan, You are close, but I think its simply that the class version in the myapp-webapp project is not being replaced after I made the change you suggested, so when I try to run the app I get the runtime error message, and when I go to the webpage also. I think I have to make the myapp-webapp