Hi, Please paste the error message with its stacktrace. It could be that you use the same table [1], or the same unique constraint [2], or something else.
1. https://github.com/apache/isis/blob/a106383e34899a67605c1192d18254b2e70f1716/example/application/simpleapp/dom/src/main/java/domainapp/dom/modules/simple/SimpleObject.java#L42 2. https://github.com/apache/isis/blob/a106383e34899a67605c1192d18254b2e70f1716/example/application/simpleapp/dom/src/main/java/domainapp/dom/modules/simple/SimpleObject.java#L61 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, May 25, 2015 at 8:51 AM, Stephen Cameron <[email protected] > wrote: > Hello, > > I am trying to modify the SimpleApp archetype in Eclipse, but I am not very > familiar with Maven. When I modifiy the myapp-dom project, by copying the > SimpleObject and renaming it I need to make the changes flow through to the > webapp project. At the moment I am getting an Isis error message, in the > jetty:run target, telling me I have two 'SIMPLE' objects. > > Sorry this is a basic question, but can someone please point me to a guide > that explains how to work with Maven in this project group in > Eclipse situation. > > Thanks > Steve Cameron >
