Testing the JCR-RMI component

cancel
Showing results for 
Search instead for 
Did you mean: 

Testing the JCR-RMI component

resplin
Intermediate
0 0 1,027

{{Obsolete}}

This functionality was removed from Alfresco in 5.0.b.


The Simple Web Page test


The following page can be used to check if the extension is working.  This jsp page makes several assumption


  • rmi registry server is localhost
  • rmi port is 1099
  • component is registered under javaContentRepository
  • alfresco admin account has default configuration

http://localhost/alfresco/jsp/jcrRmiTest.jsp

We will update this page to allow for better usability, but if you need a quick and dirty test and the assumptions asserted above do not align with your configuration simply edit the JSP page.



There is also a console application and a JUnit test bundled with the extension.  These have not been tested so I can't make any promises at the moment (apr 20 2006)