I rechecked my services.xml that I have changed and put into the aar, and found that I made a mistake to type "TheMessageReceiver" as " theMessageReceiver". Therefore the errors are reasonable. After I fixed that, everything works just as the aar with the generated services.xml
Thank you,
Don
On 1/16/06, Ajith Ranabahu <[EMAIL PROTECTED]> wrote:
Hmmm...
this is weird. Please make sure that "theMessageReceiver" class is in the class path. If you can post the stack trace, it'll be quite helpful.--On 1/17/06, Dong Liu < [EMAIL PROTECTED]> wrote:When I changed the generated services.xml by adding an entry for an operation like the follows, the deployment on axis2 failed, and the errors were something like class cannot be found.<operation name="opName">
<messageReceiver class="theMessageReceiver" />
</operation>
However, everything is OK with the original generated services.xml .
Ajith Ranabahu
