Hi, Hmm... I'm not sure when this change occured but if the xsb files are packaged with the test client jar, then you would probably not need the XBeans-packaged.jar in the classpath. If you actually made a service archive, this XBeans-packaged.jar would be in the archives lib directory.
Ajith On 4/1/07, Gul Onural <[EMAIL PROTECTED]> wrote:
Another question : All the .xsb files are packaged in both (after executing ant) jar files, in <web-service-name>-test-client.jar as well as in XBeans-packaged.jar. Is there any reason for packaging these .xsb files in both jars ? Gul _____________________________________________ From: Onural, Gul (CAR:QT00) Sent: Sunday, April 01, 2007 12:27 AM To: [email protected] Subject: Question about axis2 xmlbeans data binding Using wsdl2java -d xmlbeans option, and building the generated code (using ant) creates two jar files : - <web-service-name>-test-client.jar and - XBeans-packaged.jar My question is : - When you build a client application using the xmlbeans based stubs, I can see that the <web-service-name>-test-client.jar should be in the classpath. But I don't know what to do with the XBeans-packaged.jar. Is it supposed to be in the classpath too ? Do I need to do anything else in order to be able to compile my client using xmlbeans based stubs ?
-- Ajith Ranabahu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
