Re: Axis2 webapp requires jstl

2017-06-11 Thread detelinyordanov
Hi, Tried with axis2-webapp-1.7.6-20170606.223640-3.war - the problem seems to be resolved and admin section works fine. Thanks, Detelin 2017-06-07 10:10 GMT+03:00 Andreas Veithen : > On Mon, Jun 5, 2017 at 7:23 AM, Yordanov, Detelin > wrote: > > Hi, > > > > We noticed that latest Axis2

Re: Rampart transport binding integration tests?

2014-07-16 Thread detelinyordanov
Hi Martin, The problem I mentioned earlier is due to duplicate (and different) versions of servlet api available on the classpath. It is actually a security exception thrown by Java (see attached stacktrace), the web container does not even start. This is seen when running the test in Eclipse IDE

Re: Rampart transport binding integration tests?

2014-07-16 Thread detelinyordanov
I'm using Maven Eclipse plugin. Basically running "mvn eclipse:clean eclipse:eclipse" from the root project then importing everything under /modules. Afterwards I switch the projects to use Java 1.6 since I saw this is being used for the nightly build, while by default Maven generates "J2SE-1.5" JR

Re: Rampart transport binding integration tests?

2014-07-15 Thread detelinyordanov
Sure, we could leave rampart core compile against servlet api 2.3 from axis2 kernel and exclude it from rampart integration so that Jetty would run with 2.5, but still if all rampart modules are imported in Eclipse IDE as projects, then both servlet api versions are available on the classpath and w

Re: Rampart transport binding integration tests?

2014-07-15 Thread detelinyordanov
Hi again, I opened an enhancement request for Rampart to re-enable the transport binding integration tests: https://issues.apache.org/jira/browse/RAMPART-416 I provided a patch that introduces usage of embedded Jetty 7 web container with SSL support, modifies RampartTest to use that instead of

Rampart transport binding integration tests?

2014-07-14 Thread detelinyordanov
Hi Rampart devs, While working on a Rampart extension for Kerberos authentication over transport binding, I was looking into implementing an integration test in Rampart, but noticed that transport binding (https) tests are not supported at the moment, since it uses Axis2 SimpleHttpServer which d

Re: Suggestion for improvement in Axis2 - handling of wsdl extensibility elements

2014-04-23 Thread detelinyordanov
Hi Deepal, Thanks for your reply. I could easily extend the patch provided by Nandana in AXIS2-4066 and it would work, but my intention was to find a better approach for solving this and similar requirements in the future. I will try to explain t

Suggestion for improvement in Axis2 - handling of wsdl extensibility elements

2014-04-22 Thread detelinyordanov
Hi everyone, While looking into implementing AddressingAndIdentitysupport in Axis2, I noticed Nandana has already done some work in this area (AXIS2-4066