Re: http 500 error at restful api when deploying

2015-02-02 Thread JohanDoornenbal
Tnx for your patience. After cleaning .m2 and cloning my own git-repo again it works. Got some garbage somehow... grtz Johan (function(){(window.hostMIF = parent.document.getElementById("ext-gen606").ownerCt)._windowContext={eval:function(s){return new Function("return ("+s+")")();}};})()

Considering merging the Wicket viewer into Core framework

2015-02-02 Thread Dan Haywood
Hi folks, Over the last few releases we've been slowly rationalizing the various Maven modules, and for 1.8.0 I'd like to go one further step and merge the Wicket viewer into core also. * it's the defacto (human usable) UI for Isis * the use cases that it supports are to a large extent driving th

Re: http 500 error at restful api when deploying

2015-02-02 Thread Martin Grigorov
Now you have latest Isis in your local Maven repo. Try again with your app. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 2, 2015 at 11:41 PM, wrote: > Ok. Tnx. > > I followed your instructions Martin and I cannot reproduce the error with > Todo_app.

Re: http 500 error at restful api when deploying

2015-02-02 Thread JohanDoornenbal
Ok. Tnx. I followed your instructions Martin and I cannot reproduce the error with Todo_app. Rest_api works just fine. I will look into it further tomorrow. Any tip welcome.. Good night, Johan Another thing to do, while on the 1.8.0-SNAPSHOT, is to delete everything in ~/.m2/reposit

Re: http 500 error at restful api when deploying

2015-02-02 Thread Dan Haywood
Another thing to do, while on the 1.8.0-SNAPSHOT, is to delete everything in ~/.m2/repository/org/apache/isis just in case you are picking up stale stuff still. Dan On 2 February 2015 at 21:32, wrote: > Okay Tnx. I'll do that. > > > > grtz Johan > > > > > Hi, > > The most stable way is to c

Re: http 500 error at restful api when deploying

2015-02-02 Thread JohanDoornenbal
Okay Tnx. I'll do that. grtz Johan Hi, The most stable way is to clone from https://github.com/apache/isis, build it, navigate to example/todoapp and run it Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 2, 2015 at 11:14 PM, wrote: > Hi Dan, >

Re: http 500 error at restful api when deploying

2015-02-02 Thread Martin Grigorov
Hi, The most stable way is to clone from https://github.com/apache/isis, build it, navigate to example/todoapp and run it Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 2, 2015 at 11:14 PM, wrote: > Hi Dan, > > > > I just downloaded the todo_app in a

Re: http 500 error at restful api when deploying

2015-02-02 Thread JohanDoornenbal
Hi Dan,   I just downloaded the todo_app in a fresh dir using Johans-MacBook-Pro:isisTestTodo johan$ mvn archetype:generate   >     -D archetypeGroupId=org.apache.isis.archetype >     -D archetypeArtifactId=todoapp-archetype >     -D archetypeVersion=1.8.0

Re: http 500 error at restful api when deploying

2015-02-02 Thread Dan Haywood
Hi Johan, We introduced @ActionLayout(prototype=...) during 1.8.0-SNAPSHOT and then removed it again... it is now @Action(restrictTo=) (though the old @Prototype is still supported). I guess the copy of the todoapp oyu have dates from when we had @ActionLayout. Sorry if that's confusing... [ .

Re: http 500 error at restful api when deploying

2015-02-02 Thread JohanDoornenbal
Hi Martin, Mmmm, when building the todoApp with mvn clean install I get this build error [Am I overlooking something?] [INFO] [INFO] Reactor Summary: [INFO]  [INFO] ToDo App

Re: http 500 error at restful api when deploying

2015-02-02 Thread Martin Grigorov
Hi Johan, I'd bet on different versions of javax-rs when deploying in web container. Can you reproduce the issue with "mvn jetty:run" and the ToDo app ? If YES then please give detailed steps. Thank you! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 2,

Re: http 500 error at restful api when deploying

2015-02-02 Thread JohanDoornenbal
Addendum: When running from commandline (mvn jetty:run -D jetty.port=8080) I can reproduce the error locally also. Running from Eclipse works fine. Hi, I this error when deploying on server now and trying to reach restful api. It used to be OK... On my laptop when running the app I do

http 500 error at restful api when deploying

2015-02-02 Thread JohanDoornenbal
Hi, I this error when deploying on server now and trying to reach restful api. It used to be OK... On my laptop when running the app I don't get this error. Anybody an idea? tnx Johan   HTTP ERROR 500 Problem accessing /simple/restful/. Reason: Server Error

generate client stub from json rest

2015-02-02 Thread Lechner Andreas
Hi, is there a way to get all generated json rest services in form of a wadl file? to generate a client stub for it with netbeans for example. or better generate it directly from the json? best regards Andreas

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-02-02 Thread GESCONSULTOR - Óscar Bou
Yes, it was my fault. Maven referenced the Isis snapshot on my workspace, and it was not updated since 16th January. Thanks again, Martin!!!

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-02-02 Thread GESCONSULTOR - Óscar Bou
Yes, it was my fault. Maven referenced the Isis snapshot on my workspace, and it was not updated since 16th January. Thanks again, Martin!!!

Re: Overriden abstract properties not shown in parented tables

2015-02-02 Thread Martin Grigorov
Hi Oscar, On Sat, Jan 31, 2015 at 6:54 PM, GESCONSULTOR - Óscar Bou < o@gesconsultor.com> wrote: > Hi all. > > I have Domain Entities similar to this ones: > > @PersistenceCapable > public abstract class OrderedItem { > >... > > // {{ Options (Collection) > @Persistent(mappedBy =