RE: [struts-user] XML based configuration

2019-01-30 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Wednesday, January 30, 2019 9:53 PM > > -Original Message- > > From: Jason Pyeron > > Sent: Wednesday, January 30, 2019 9:11 PM > > > > It has been 10+ years since I used the XML configuration, so please bear > > with me. > > > > I

RE: [struts-user] XML based configuration

2019-01-30 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Wednesday, January 30, 2019 9:11 PM > To: 'Struts Users Mailing List' > Subject: [struts-user] XML based configuration > > It has been 10+ years since I used the XML configuration, so please bear > with me. > > I am attempting to depl

XML based configuration

2019-01-30 Thread Jason Pyeron
It has been 10+ years since I used the XML configuration, so please bear with me. I am attempting to deploy Apache Roller under a sub context (public#roller.war) so the url would be http://127.0.0.1:8080/public/roller/roller-ui/login.rol . When I do so, I get an exception cannot find definition n

Re: EmptyStackException after upgrading Struts 2.3 to 2.5

2019-01-30 Thread Lukasz Lenart
wt., 29 sty 2019 o 12:04 Yasser Zamani napisaƂ(a): > Yes I recently learnt it but I always logically had this assumption: When > bean A needs bean B to be injected and B's type is `prototype`, then Struts > internal injection cycle always re-inject a new instance of B into A > regardless if A's