How to solve javax.jcr.NamespaceException : namespace is not registered ? | Community
Skip to main content
vasimakram
Level 4
October 16, 2015
Solved

How to solve javax.jcr.NamespaceException : namespace is not registered ?

  • October 16, 2015
  • 2 replies
  • 1081 views

How to solve javax.jcr.NamespaceException: namespace is not registered?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

If you receive this exception in your own code, it's probably easiest to avoid the colon (":") character in property or node names.

kind regards,
Jörg

2 replies

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

If you receive this exception in your own code, it's probably easiest to avoid the colon (":") character in property or node names.

kind regards,
Jörg

Community Advisor
October 16, 2015

Have you created namespace? where do you see this issue.

Please look at the following article for creating namespace

http://cq5cms.blogspot.com/2013/02/creating-custom-namespaces.html