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 .On 1/16/06, Dong Liu < [EMAIL PROTECTED]> wrote:I found now <operation/> entries are not in the generated services.xml by WSDL2Java which used to be there in .93 and .92. Is this designed change?On 1/16/06, Dong Liu <[EMAIL PROTECTED]> wrote:The generated code has syntax errors. In my case, one more ")" appears in the lineprivate org.apache.axis2.soap.SOAPEnvelope toEnvelope(org.apache.axis2.soap.SOAPFactory factory, org.apache.axis2.om.OMElement param){
org.apache.axis2.soap.SOAPEnvelope envelope = factory.getDefaultEnvelope ();
envelope.getBody().addChild(param));
return envelope;
}On 1/16/06, Dong Liu <[EMAIL PROTECTED]> wrote:The same behavior found for the command line.On 1/16/06, Dong Liu < [EMAIL PROTECTED]> wrote:Hi, folks,
When I generate java code using 0.94 axis2 Eclipse code generator plugin generator 1.1.0, an unwanted "src" created as the first hierarchy of my package name. E.g. instead of generating the code in /pName, it generates /src/pName .
Should I put it in JIRA?
Cheers,
Don
--
Ajith Ranabahu
