-
Bug
-
Resolution: Done
-
Major
-
3.8.0.Final, 4.0.0.Final
-
None
JQOM doesn't support expanded names. According to specification point 3.2.6 both expanded and qualified names should be supported whenever a name is passed to JCR method.
Relevant part of stacktrace:
Caused by: javax.jcr.query.InvalidQueryException: Table '{http://www.jcp.org/jcr/nt/1.0}unstructured' does not exist. Table 'parent' does not exist. Table 'parent' does not exist. Column '{http://www.jcp.org/jcr/1.0}primaryType' does not exist on the table 'npe' at org.modeshape.jcr.query.JcrAbstractQuery.checkForProblems(JcrAbstractQuery.java:109) at org.modeshape.jcr.query.JcrQuery.execute(JcrQuery.java:123) at org.modeshape.jcr.query.JcrQuery.execute(JcrQuery.java:43) at de.tesis.dynaware.argon.server.application.data.jcr.service.NodeLoadHandler.loadFromPrivateSpace(NodeLoadHandler.java:227) ... 64 more
- relates to
-
MODE-2649 JQOM doesn't support expanded names for non-built-in namespaces
- Resolved