Richard, Back up a bit. Where are you at in the code? Please give a specific example of what you're doing.
James -----Original Message----- From: Hensley, Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 5:05 PM To: [email protected] Subject: A question about an error message This method private Object instantiateExplicitConstructorInstance(Class serviceClass, List builderParameters) Throws this exception when bad things happen, is this the correct message. I've been trying to figure out why autowiring was begin done, when I figured out that it is not, the error message is just misleading. throw new ApplicationRuntimeException(ServiceMessages.unableToFindAutowireConstructor( ), _parameter.getLocation(), null); I think it should be something like, unable to find explicit constructor. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
