solomax commented on code in PR #155:
URL: https://github.com/apache/openjpa/pull/155#discussion_r3826755914
##########
openjpa-kernel/src/main/java/org/apache/openjpa/kernel/AbstractBrokerFactory.java:
##########
@@ -475,22 +475,22 @@ public void unlock() {
@Override
public void createPersistenceStructure(boolean createSchemas) {
- throw new UnsupportedOperationException();
+ throw new UnsupportedOperationException("This BrokerFactory does not
implement schema creation.");
Review Comment:
Understood, thanks for clarifications :)
--
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]