Adding a slice dynamically should be done via persistence unit only
-------------------------------------------------------------------
Key: OPENJPA-1650
URL: https://issues.apache.org/jira/browse/OPENJPA-1650
Project: OpenJPA
Issue Type: Bug
Reporter: Pinaki Poddar
Current support for adding a new Slice dynamically exists at three places
DistributedBrokerFactory.addSlice(String name, Map properties)
DistributedConfiguration.addSlice(String name, Map properties)
DistributedBroker.addSlice(String name, Map properties)
This is confusing. A new slice should *only* be added via
DistributedBrokerFactory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.