Re: DLL path for libTestCases_t.so is set to libTestCases.so

2009-12-15 Thread gsherwood
Shankar & Samisa,I checked Appendix B of the Axis2/C Manual, which explains what happened here. In the services.xml file both the service name and the library name (serviceClass) needed to be changed to have _t appended. I had only changed the service name.Thank you for the help.George -

Re: DLL path for libTestCases_t.so is set to libTestCases.so

2009-12-14 Thread gsherwood
Shankar,I looked at the services.xml files for the two services. The service names are set correctly to the different names, but I see that the ServiceClass is set to TestCases (without the _t) for both:TestCasesCould that explain the problem?Thanks,George TestCases /usr/local/apache2/conf

Re: DLL path for libTestCases_t.so is set to libTestCases.so

2009-12-14 Thread Selvaratnam Uthaiyashankar
On Sun, Dec 13, 2009 at 3:24 PM, Samisa Abeysinghe wrote: > > > On Sat, Dec 5, 2009 at 7:46 AM, wrote: >> >> Samisa, >> Thanks for the response. I mentioned the _t because when I posted the >> message, the ONLY difference between the two services was their names. One >> has the _t and the other d

Re: DLL path for libTestCases_t.so is set to libTestCases.so

2009-12-13 Thread Samisa Abeysinghe
On Sat, Dec 5, 2009 at 7:46 AM, wrote: > Samisa, > Thanks for the response. I mentioned the _t because when I posted the > message, the ONLY difference between the two services was their names. One > has the _t and the other does not. So it seemed likely to me that the > different behavior was r

Re: DLL path for libTestCases_t.so is set to libTestCases.so

2009-12-04 Thread gsherwood
User List Subject: Re: DLL path for libTestCases_t.so is set to libTestCases.so Date: Fri, 04 Dec 2009 17:19:58 + AFAICT, _t has nothing to do with the problem you are facing. Samisa...On Wed, Oct 28, 2009 at 5:19 AM, <gsherw...@att.net> wrote: I have set up two services whi

Re: DLL path for libTestCases_t.so is set to libTestCases.so

2009-12-04 Thread Samisa Abeysinghe
AFAICT, _t has nothing to do with the problem you are facing. Samisa... On Wed, Oct 28, 2009 at 5:19 AM, wrote: > I have set up two services which (for now) are identical except for their > names, TestCases and TestCases_t. The choice of the suffix _t is historical > and has nothing to do with

DLL path for libTestCases_t.so is set to libTestCases.so

2009-10-27 Thread gsherwood
I have set up two services which (for now) are identical except for their names, TestCases and TestCases_t. The choice of the suffix _t is historical and has nothing to do with type names. libTestCases.so and libTestCases_t.so are placed in their respective directories:/usr/local/www/64.232.24