mbaedke commented on code in PR #2081:
URL: https://github.com/apache/jackrabbit-oak/pull/2081#discussion_r1965189325
##########
oak-core/src/main/java/org/apache/jackrabbit/oak/namepath/impl/LocalNameMapper.java:
##########
@@ -91,9 +91,10 @@ public synchronized String getJcrName(@NotNull String
oakName) {
}
}
}
+ } else {
+ throw new IllegalStateException("No namespace mapping found
for " + oakName);
Review Comment:
That was an intermediate version. This current one should hopefully do,
except for the problem I mentioned on Jira, which probably is something
completely different.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]