Jcr calls seems not working and cannot add nodes to aem using ResourceFactory
I was trying out tutorial Adobe Experience Manager Help | Persisting Adobe Experience Manager 6.4 JCR data using a Custom Form Action
I was able to create the form and submit the data and obtain the same under the post.POST.jsp file but I think the java method addEmployeeData is not working since there are no new employee nodes being added. Is there any way to find whether the java call is working or not?
How can I know whether my instance is trying to add jcr nodes or not?
Is there any log service associated with this bundle and where it is stored. Is there any other way to test and execute the program?
If I want to change the Java code associated with the bundle how can I do that after the bundle is deployed in the server without using maven?
I would urgently require a quick debug for this issue and my java code is exactly same as per the tutorial. I would really appreciate if somebody can help me out with this. Thanks in advance.
