Re: Working on a branch with latest datanucleus

2014-12-24 Thread Martin Grigorov
Hi, Use "mvn dependency:tree" in the module which pom.xml is being changed. Also in your application. This way you will see which version is in the classpath and how it is referenced. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Dec 24, 2014 at 7:24 AM, B

extending PageAbstract

2014-12-24 Thread Erik de Hair
Hi, Is it possible to extend PageAbstract without building Isis from scratch myself? I added Run As functions to my app and I want to show both the username of the real user and the 'run as' user. Thanks, Erik

Re: extending PageAbstract

2014-12-24 Thread Martin Grigorov
Hi, I am not sure I understand your question correctly but you can add "Run as" to the menu on the most right by using @DomainServiceLayout(menuBar = MenuBar.TERTIARY). The domain service action should be named "runAs" and additionally you may add "choicesRunAs()" method to select the user for thi

Re: extending PageAbstract

2014-12-24 Thread Erik de Hair
Hi Martin, Sorry, I wasn't very clear about what I need... I already have the run as items in the menu and it does work. I want to inform the user that he's in 'run as' mode and show the 'running as' username. So I want to show this in the secondaryMenu after the username like for example:

Re: wizard like form

2014-12-24 Thread Jeroen van der Wal
Hi Erik, Since you were the initiator and only user of this feature I think it lost it's momentum when you went silent suddenly. The best chance for a possible revival is creating an empty Isis project to demonstrate your issues and share that on Github. Isis version 1.8.0-SNAPSHOT is the way to

Re: wizard like form

2014-12-24 Thread Dan Haywood
Hi Erik, as Jeroen says, best to raise tickets on the github project. Also, there's no need to be a formally voted in committer for any of the isisaddons projects... they just follow the usual github fork/pull request model. So do feel free to experiment and develop what's there to your requirem

Re: extending PageAbstract

2014-12-24 Thread Dan Haywood
Hi Erik, I *think* I understand the requirement, but could you do a quick sketch of what you would like to see? As per [1], the secondary menu bar is actually the right-aligned menu items, whereas the tertiary menu is that with the user's logon name. So, basically, do you want to change the labe

Re: Working on a branch with latest datanucleus

2014-12-24 Thread Dan Haywood
Hi Jeremy, sorry, it's not clear to me if you had an issue but then resolved it, or whether there is still an issue? With respect to moving to DN 4.0, that's certainly the intention, and is a prerequisite for us to support Java8. Given that Java7 support finishes in April 2015, it's clearly some

Re: How would I use neo4j with Apache Isis?

2014-12-24 Thread Dan Haywood
Sizwe, Jeremy Great that you are both enthused on using Apache Isis with Neo4J. I can't claim any experience at all with it as a datastore (other than watching a presentation or two at conferences/youtube) but it's gratifying to know that our decision to use JDO/DataNucleus is opening this up as

RE: Working on a branch with latest datanucleus

2014-12-24 Thread Branham, Jeremy [HR]
Thanks for checking Dan. I solved that particular issue, but I'm not sure it's a valid solution. Changed - https://github.com/jdbranham/isis/blob/DN_404/core/metamodel/src/main/java/org/apache/isis/core/metamodel/specloader/classsubstitutor/ClassSubstitutor.java#L53-L55 New Issue I'm working on