[jboss-jira] [JBoss JIRA] Created: (JBREM-664) Fix misleading InvalidConfigurationException
Scott M Stark (JIRA)
jira-events at jboss.com
Thu Jan 11 00:21:26 EST 2007
Fix misleading InvalidConfigurationException
--------------------------------------------
Key: JBREM-664
URL: http://jira.jboss.com/jira/browse/JBREM-664
Project: JBoss Remoting
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: transport
Affects Versions: 2.2.0.Alpha4
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: 2.2.0.Beta1 (Bluto)
This error thrown when an invocation handler is not found:
if (handler == null)
{
throw new InvalidConfigurationException("Can not handle invocation request because there are no " +
"ServerInvocationHandlers registered. Please add via xml configuration " +
"or via the Connector's addInvocationHandler() method.");
}
should include requested subsystem as another circumstance in which this error occurs is when the requested subsystem handler has not been added.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list