11-28-2005 08:49 PM
11-29-2005 04:40 AM
11-29-2005 05:47 PM
Russ, that's fantastic - I was hoping someone would try out that configuration, and I'm happy to hear it was successful. We're working on level 2 now (aiming for release beginning of next year), so perhaps we can bundle the Jackrabbit RMI layer with that release too. Just need to check it's valid - license etc.
11-29-2005 05:49 PM
Russ, that's fantastic - I was hoping someone would try out that configuration, and I'm happy to hear it was successful. We're working on level 2 now (aiming for release beginning of next year), so perhaps we can bundle the Jackrabbit RMI layer with that release too. Just need to check it's valid - license etc.
I was successful in opening a remote session and pulling content based on an id then reading the content property.
I didnt test other level one functions but those worked great.
Heres the link to my work
http://www.posit-group.org/cache/jcr-rmi-alfresco.zip
11-30-2005 05:40 AM
12-18-2005 12:11 PM
ClientRepositoryFactory factory = new ClientRepositoryFactory();
Repository repository = factory.getRepository(rmiUrl);
SimpleCredentials credentials = new SimpleCredentials("admin", "admin".toCharArray());
Session session = repository.login(credentials);
Node rootNode = session.getRootNode();12-21-2005 12:26 AM
12-21-2005 02:51 AM
Somehow starting the app server I get:
org.springframework.beans.factory.BeanDefinitionStoreException: Cannot register alias 'TransactionService' for bean name 'transactionComponent': it's already registered for bean name 'transactionComponent'
followed by tons of other exceptions.
<import resource="classpath:alfresco/application-context.xml" />01-17-2006 04:28 PM
Somehow starting the app server I get:
org.springframework.beans.factory.BeanDefinitionStoreException: Cannot register alias 'TransactionService' for bean name 'transactionComponent': it's already registered for bean name 'transactionComponent'
followed by tons of other exceptions.
Hey Joe,
I think I had the same problem also, but got over it by commenting out the following line in jcr-context.xml:<import resource="classpath:alfresco/application-context.xml" />
jcr-context.xml was imported in jcr-rmi-context.xml, which was imported in application-context.xml, so there was somekind of Spring circular import issue. Otherwise I did some things a bit different than you, but hope this helps. If you solve the transaction thing please let me know.
02-07-2006 11:15 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.