Re: axis looking in wrong place for generated ADB factory

2007-01-15 Thread Deepal Jayasinghe
Hi  ChadDavis ;
Please create a JIRA , that will be very helpful for us to fix the issue.

Thanks
Deepal

 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)

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






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



axis looking in wrong place for generated ADB factory

2007-01-12 Thread ChadDavis

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)

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