Author: elvisisking
Date: 2010-11-10 14:51:29 -0500 (Wed, 10 Nov 2010)
New Revision: 26431
Modified:
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/modeshape-client.jar
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerManager.java
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java
Log:
JBDS-1343 ModeShape plugin needs to have its modeshape client jar replaced with the SOA-P
ER4 build
JBIDE-6984 Upgrade ModeShape Plugin To Use The Latest ModeShape JDBC Jar (Currently 2.2)
ModeShape Tools now uses "modeshape-client.jar" from Nov 8th SOA-P ER4 kit.
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/modeshape-client.jar
===================================================================
(Binary files differ)
Modified:
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerManager.java
===================================================================
---
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerManager.java 2010-11-10
19:49:51 UTC (rev 26430)
+++
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerManager.java 2010-11-10
19:51:29 UTC (rev 26431)
@@ -695,12 +695,12 @@
/**
* {@inheritDoc}
- *
+ *
* @throws UnsupportedOperationException if this method is called
- * @see
org.modeshape.web.jcr.rest.client.IRestClient#getNodeTypes(org.modeshape.web.jcr.rest.client.domain.Workspace)
+ * @see
org.modeshape.web.jcr.rest.client.IRestClient#getNodeTypes(org.modeshape.web.jcr.rest.client.domain.Repository)
*/
@Override
- public Map<String, NodeType> getNodeTypes( Workspace workspace ) throws
Exception {
+ public Map<String, NodeType> getNodeTypes( Repository repository ) throws
Exception {
throw new UnsupportedOperationException();
}
Modified:
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java
===================================================================
---
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java 2010-11-10
19:49:51 UTC (rev 26430)
+++
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java 2010-11-10
19:51:29 UTC (rev 26431)
@@ -31,10 +31,11 @@
/**
* {@inheritDoc}
- *
- * @see
org.modeshape.web.jcr.rest.client.IRestClient#getNodeTypes(org.modeshape.web.jcr.rest.client.domain.Workspace)
+ *
+ * @throws UnsupportedOperationException if this method is called
+ * @see
org.modeshape.web.jcr.rest.client.IRestClient#getNodeTypes(org.modeshape.web.jcr.rest.client.domain.Repository)
*/
- public Map<String, NodeType> getNodeTypes( Workspace arg0 ) throws Exception {
+ public Map<String, NodeType> getNodeTypes( Repository repository ) throws
Exception {
return null;
}
Show replies by date