Reply to comment
Stitches modified to work around xfire/grails bug
When you use the xfire plugin with grails 1.1, the xfire plugin will try to expose private methods in your service. To work around this, I moved my private methods to a helper class, and I filed a bug report.
2009-04-21 22:27:41,668 [main] ERROR mortbay.log - Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'stitchesXFire': Invocation of init method failed; nested exception is org.codehaus.xfire.XFireRuntimeException: Cannot create mapping for java.util.List, unspecified component type for return type of method this$2$getAttributeValuesFromRequest in class org.authsum.stitches.services.StitchesService:
org.codehaus.xfire.XFireRuntimeException: Cannot create mapping for java.util.List, unspecified component type for return type of method this$2$getAttributeValuesFromRequest in class org.authsum.stitches.services.StitchesService
...
