Hi guys, is there any specific reason why the org.apache.axis2.transport.http.CustomListener does not define a constructor with no args. Practically this makes it unusable, since an InstantiationException is thrown on Class.newInstance() at org.apache.axis2.deployment.AxisConfigBuilder.processTransportReceivers(AxisConfigBuilder.java:595) Is it supposed to be only used as a base to extend when implementing my own transport listeners?
Best wishes! Chefo
