Hi,
I have a problem where I have installed a java backed webscript on the server. When I use poster to call that web script it gives me an error where a value in template is null. I tried to debug Java code using Eclipse but it doesn't break on breakpoint. It definitely looks like Alfresco is not running the java code. I have copied my context-file to extension folder in Alfresco and Alfresco actually reads it and informs if the Java class is not found. Then I copied the jar file including the class to tomcat/webapps/alfresco/WEB-INF/lib folder and the error doesn't occur anymore on start up. So it looks like Alfresco can now find the Java class. I have description xml for the webscript in web-extenison folder. However, when I call the webscript Alfresco can recognize it but won't run the Java code so it only tries to show the template and so the values are empty and it throws an error. Why isn't Alfresco running the Java code? Btw, I have same installation of the webscript on my local machine and it works just fine. This installation that is not working is in different server.
Any help wold be really appreciated. What could I do to debug what is going wrong etc.