mirror of https://github.com/apache/openjpa.git
OPENJPA-24: Relaxing access to connect() for extensibility.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@576582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
884d6b5460
commit
c8ca563046
|
@ -154,7 +154,7 @@ public class JMSRemoteCommitProvider
|
|||
connect();
|
||||
}
|
||||
|
||||
private void connect() {
|
||||
protected void connect() {
|
||||
try {
|
||||
Context ctx = newContext();
|
||||
TopicConnectionFactory tcf =
|
||||
|
|
Loading…
Reference in New Issue