11-17-2008 06:32 PM
04-20-2009 12:12 PM
04-20-2009 01:49 PM
04-22-2009 10:36 AM
04-30-2009 04:28 PM
05-14-2009 11:54 AM
05-14-2009 03:51 PM
05-25-2009 02:01 PM
06-29-2009 05:34 AM
07-13-2009 09:40 AM
ConfigurableApplicationContext configurationApplicationContext = null;
AuthenticationServiceImpl authenticationService = null;
Ticket ticket = null;
configurationApplicationContext = new ClassPathXmlApplicationContext(APPLICATION_CONTEXT);
authenticationService = (AuthenticationServiceImpl) configurationApplicationContext.getBean("authenticationService");
ticket = authenticationService.authenticate("http://localhost:8080/alfresco/service", "admin", "admin".toCharArray());
Kindly let me know wheres the problem in the above code
07-13-2009 10:07 AM
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.