Change By: Daniel Bevenius (14/Jan/13 5:34 AM)
Description: AuthenticationEndpoint has a register method that is annotated with @Path("register" ) . I believe that this was changed in the client API to be enroll. This task should change the path and the name of the register method to enroll. 
The error message displayed is as follows:
{noformat}
11:33:36,359 WARNING [org.apache.deltaspike.core.impl.exception.control.ExceptionHandlerDispatch] (http--127.0.0.1-8080-3) No handlers found for exception org.jboss.resteasy.spi.NotFoundException: Could not find resource for relative : /auth/enroll of full path: http://localhost:8080/todo-server/auth/enroll
{noformat}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira