I've got the following problem:
I've created an LeafNode named TestNode1
. When I try to get this node with mgr.getNode("TestNode1")
xmpp throws an Exception item-not-found
and I don't know why.
The Node is created!
If I try the same thing via PC and java...there is no problem and I find the node.
Can anybody help me please?