axis looking in wrong place for generated ADB factory
-----------------------------------------------------

                 Key: AXIS2-1986
                 URL: https://issues.apache.org/jira/browse/AXIS2-1986
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: adb
    Affects Versions: 1.1.1
         Environment: linux
            Reporter: chad davis


I've created and partially successfully run the ADB client from the
user guide.  See following link:
http://ws.apache.org/axis2/1_1_1/userguide-creatingclients.html#adb


My Problem:

I've got 3 of four requests / responses behaving properly.  On the
fourth, the multiple parameters in both directions one, it blows up
with a classnotfound on the MultipleParametersAddItemRequest$Factory
class.  This class does exist on the classpath.  The problem is that
it is an inner class, as created by the wsdl2java with ADB set.  It
seems that axis2 is looking for the the MPARequest as a toplevel
class?  Below is the stack trace.  How is this generated Request any
different than the ones for the first three requests?


calling do in only
done
calling two way echo
Knock Knock
calling no parameters.
[EMAIL PROTECTED]
calling mulitp param
org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError:
org/apache/axis2/axis2userguide/MultipleParametersAddItemRequest$Factory
       at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
       at 
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
       at 
org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.MultipleParametersAddItem(Axis2UserGuideServiceStub.java:398)
       at 
org.apache.axis2.axis2userguide.TestClient.multipleParameters(TestClient.java:89)
       at org.apache.axis2.axis2userguide.TestClient.main(TestClient.java:26)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to