Rejiggered console app so that it can be called a command at a time. Hooked this into

the content virtualization to make worlds ugliest web interface for modifying a
virtualized AVM repository in situ.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3273 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-07-01 21:38:28 +00:00
parent d859972f4c
commit 523a25c03c
3 changed files with 452 additions and 452 deletions

View File

@@ -28,7 +28,7 @@
<bean id="avmService" class="org.alfresco.repo.avm.AVMServiceImpl"
init-method="init">
<property name="storage">
<value>build/storage</value>
<value>/Users/britt/tomcat/alfresco/store</value>
</property>
<property name="createTables">
<value>false</value>
@@ -37,7 +37,7 @@
<ref bean="hibernateHelper"/>
</property>
</bean>
<bean id="interactiveConsole" class="org.alfresco.repo.avm.AVMInteractiveConsole">
<bean id="interactiveConsole" class="org.alfresco.repo.avm.AVMInterpreter">
<property name="avmService">
<ref bean="avmService"/>
</property>