Re: convention plugin struts.xml interceptors

2016-11-05 Thread ronald.a.ander...@gmail.com
On 2016-11-01 12:20 (-0400), Lukasz Lenart wrote: > 2016-11-01 4:00 GMT+01:00 Ronald Andersen : > > Hi Lakasz > > > > Below is the struts.xml and LoginAction (for reference). Using default for > > package name in struts.xml: > > > > > > > > > "-//Apache Software Foundation//DTD Struts Config

Re: convention plugin struts.xml interceptors

2016-11-05 Thread ronald.a.ander...@gmail.com
On 2016-11-01 15:17 (-0400), Ken McWilliams wrote: > Am I wrong in assuming that this new package is supposed to be the default? > If so it should extend conventions-default and there is some constant that > should be set such that conventions uses this package by default. > > Also, perhaps of

Re: convention plugin struts.xml interceptors

2016-11-02 Thread ronald.a.ander...@gmail.com
On 2016-11-01 15:17 (-0400), Ken McWilliams wrote: > Am I wrong in assuming that this new package is supposed to be the default? > If so it should extend conventions-default and there is some constant that > should be set such that conventions uses this package by default. > > Also, perhaps of

Re: convention plugin struts.xml interceptors

2016-11-02 Thread ronald.a.ander...@gmail.com
On 2016-11-01 12:20 (-0400), Lukasz Lenart wrote: > 2016-11-01 4:00 GMT+01:00 Ronald Andersen : > > Hi Lakasz > > > > Below is the struts.xml and LoginAction (for reference). Using default for > > package name in struts.xml: > > > > > > > > > "-//Apache Software Foundation//DTD Struts Config

Re: convention plugin struts.xml interceptors

2016-11-01 Thread Ken McWilliams
Am I wrong in assuming that this new package is supposed to be the default? If so it should extend conventions-default and there is some constant that should be set such that conventions uses this package by default. Also, perhaps of greater importance: If conventions was working before then the r

Re: convention plugin struts.xml interceptors

2016-11-01 Thread ronald.a.ander...@gmail.com
On 2016-11-01 12:20 (-0400), Lukasz Lenart wrote: > 2016-11-01 4:00 GMT+01:00 Ronald Andersen : > > Hi Lakasz > > > > Below is the struts.xml and LoginAction (for reference). Using default for > > package name in struts.xml: > > > > > > > > > "-//Apache Software Foundation//DTD Struts Config

Re: convention plugin struts.xml interceptors

2016-11-01 Thread Lukasz Lenart
2016-11-01 4:00 GMT+01:00 Ronald Andersen : > Hi Lakasz > > Below is the struts.xml and LoginAction (for reference). Using default for > package name in struts.xml: > > > > "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" > "http://struts.apache.org/dtds/struts-2.3.dtd";> > >

Re: convention plugin struts.xml interceptors

2016-11-01 Thread ronald.a.ander...@gmail.com
On 2016-10-31 15:58 (-0400), Lukasz Lenart wrote: > 2016-10-30 18:59 GMT+01:00 ronald.a.ander...@gmail.com > : > > My actions are working fine by following the convention rules - no > > struts.xml required; I need to configure a custom interceptor, so > > struts.xml is required. As soon as I

Re: convention plugin struts.xml interceptors

2016-11-01 Thread ronald.a.ander...@gmail.com
On 2016-10-30 18:53 (-0400), Martin Gainty wrote: > > > > > From: ronald.a.ander...@gmail.com > Sent: Sunday, October 30, 2016 1:59 PM > To: user@struts.apache.org > Subject: convention plugin struts.xml interceptors > >

Re: convention plugin struts.xml interceptors

2016-10-31 Thread Ronald Andersen
Hi Lakasz Below is the struts.xml and LoginAction (for reference). Using default for package name in struts.xml: http://struts.apache.org/dtds/struts-2.3.dtd";> package net.codejava.struts; import com.opensym

Re: convention plugin struts.xml interceptors

2016-10-31 Thread Ronald Andersen
y wrote: > > > > > From: ronald.a.ander...@gmail.com > Sent: Sunday, October 30, 2016 1:59 PM > To: user@struts.apache.org > Subject: convention plugin struts.xml interceptors > > My actions are working fine by following the convention ru

Re: convention plugin struts.xml interceptors

2016-10-31 Thread Lukasz Lenart
2016-10-30 18:59 GMT+01:00 ronald.a.ander...@gmail.com : > My actions are working fine by following the convention rules - no struts.xml > required; I need to configure a custom interceptor, so struts.xml is > required. As soon as I add the struts.xml, the following exception is > returned: > >

Re: convention plugin struts.xml interceptors

2016-10-30 Thread Martin Gainty
From: ronald.a.ander...@gmail.com Sent: Sunday, October 30, 2016 1:59 PM To: user@struts.apache.org Subject: convention plugin struts.xml interceptors My actions are working fine by following the convention rules - no struts.xml required; I need to configure

convention plugin struts.xml interceptors

2016-10-30 Thread ronald.a.ander...@gmail.com
My actions are working fine by following the convention rules - no struts.xml required; I need to configure a custom interceptor, so struts.xml is required. As soon as I add the struts.xml, the following exception is returned: Oct 30, 2016 1:54:22 PM org.apache.struts2.dispatcher.Dispatcher erro