get resource from session
i made a connection to repository using JCRUtils and got session. Next, I need the resource but, when I am trying to fetch resource using resourceResolver, I am getting null. Whereas, if I use session.getNode, i am getting the node (not null). I also tried to use AdaptManager to convert the node to resource, but I am getting null in this case also.
How do I get the resource from the node? or How do I fetch resource directly from session?
[I need to use valueMap, thus I need resource]