Hi,
I'm having a issue with a java class in a Common project.
If I add a method to the class, when I call it in my bizsolo, it doesn't exist!!!
In this class I have three old methds, e this new method,
when I debug my bizsolo call, the object of my class have only three methods
the strange thing is tha the new method is identical to another of the existing method (only the name change!)
Could anyone help me?
thanks,
Fede
Hello Fede,
Make sure you do not have multiple copies of class files which does not contains the newly added method. Search for the class files in SBM_HOME installation directory and ensure it is correct version(containing the newly added methods etc). Ideally, it should be present under web-inf\lib in jar format or under web-inf\classes in exploded format.
Thanks,
Sandip
thanks a lot Sandip!
I solved
Best regards
Federico