Re: Old Java class stubs are invoked
I am working with OSM 7.2.0.4.
In my cartridge, I am calling a webservice through Java Stub classes( which in turn are called by xquery associated with automated task). It went fine till recenty, now the location of the webservices has chaged, so I made the corresponding changes in the stubs as well.
But when I deploy my modified code to the server, it keeps invoking the previous version of the java stub class. As a result of which I am getting the error: not able to get the information from the URL
What do i need to do, so that it would invoke the modified Java stubs rather than older version ?