Re: com.giffing.wicket.spring.boot.starter 1.0.8 WicketBootSecuredWebApplication OpenEntityManagerInView

2017-12-21 Thread Hans-Heinrich Braun
to become explicit i  am using your automatic WebApplicationcreation I have a Class Objekt with the onetomany relation:  @XmlTransient     @OneToMany(cascade={CascadeType.ALL},fetch=FetchType.LAZY)     @JoinColumn(name="objektid",nullable=false )   private List nachweise = new ArrayList(); i

Re: com.giffing.wicket.spring.boot.starter 1.0.8 WicketBootSecuredWebApplication OpenEntityManagerInView

2017-12-21 Thread Hans-Heinrich Braun
Hi Andrea, The first problem i solved by putting the Tree in the List Page so i don't need to create the WebApplication myself.So i could use the automatism in your example.What i didn't really understand which of your WicketApplication i have to use if i only want to use Spring security as in

Re: com.giffing.wicket.spring.boot.starter 1.0.8 WicketBootSecuredWebApplication OpenEntityManagerInView

2017-12-21 Thread Andrea Del Bene
Hi, could you please give more details about your problem (stacktrace, yhe example application you are using, etc...)? Thank you On Wed, Dec 20, 2017 at 5:09 PM, Hans-Heinrich Braun < hansheinrichbr...@yahoo.de.invalid> wrote: > I tried to transfer my application to

com.giffing.wicket.spring.boot.starter 1.0.8 WicketBootSecuredWebApplication OpenEntityManagerInView

2017-12-20 Thread Hans-Heinrich Braun
I tried to transfer my application to com.giffing.wicket.spring.boot.starter 1.0.8.Following the wicket tree example i tried to transfer my tree structure to the Webapplication therefare i tried to extend  WicketBootSecuredWebApplication but then the application complained about authorization