Also I was curious about the AuditFactory and the use of pathPrefix in the auto config methods.
if I am putting the config on the class path and the application name is not a constant then the auto config fails.
I can get around this by using the resource loading method, but the path prefix caught me off guard at first and I am wondering what the point of it is.
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
Also I was curious about the AuditFactory and the use of pathPrefix in the auto config methods.
if I am putting the config on the class path and the application name is not a constant then the auto config fails.
I can get around this by using the resource loading method, but the path prefix caught me off guard at first and I am wondering what the point of it is.