Folks- org.apache.axis2.deployment.DescriptionBuilder loadMessageReciver method receiver = (MessageReceiver) messageReceiver.newInstance(); always causes InstantiationException
looking for available patches for the InstantiationException bug on MTOM MessageReceiver discovered by jeff barrett in march.. http://mail-archives.apache.org/mod_mbox/ws-axis-dev/200703.mbox/[EMAIL PROTECTED] contents of services.xml <service name="MTOMSample"> <description> This service is to get test attachments </description> <parameter name="ServiceClass">ws.axis2.mtomsample.MTOMSampleStub</parameter> <operation name="startattachment"> <messageReceiver class="org.apache.axis2.engine.MessageReceiver"/> </operation> </service> Let me know if there is a patch for this or any possible misconfig for the xml Thanks/ Martin--
