Teiid Designer cannot connect via the remote JDBC driver to a running ModeShape server, because the ModeShape JDBC driver lacks a public, no-arg constructor, preventing the JDBC Driver Manager from instantiating it. The raised exception is: java.lang.InstantiationException: org.modeshape.jdbc.JcrDriver at java.lang.Class.newInstance0(Class.java:342) at java.lang.Class.newInstance(Class.java:310) at org.teiid.designer.datatools.profiles.modeshape.ModeShapeJDBCConnection.createConnection(ModeShapeJDBCConnection.java:43) JcrDriver does not have a no arg constructor
Horia Chiorean <hchiorea> made a comment on jira MODE-2003 Added no-arg constructor back to JcrDriver.
Randall Hauch <rhauch> made a comment on jira MODE-2003 Rebased, and merged into the 'master' branch.
Issue fixed: https://github.com/jboss-integration/modeshape/commit/b3cd2c6e88e0eec74ba7c7dcf2acf57689448a2c
Randall Hauch <rhauch> updated the status of jira MODE-2003 to Closed
Fixed before GA - setting to requires_doc_text- accordingly
Successfully connected in GA to the MS via JcrDriver. The JDBS retrieved "dv" repository.