EngineConfigurationFactoryFinder.requiredMethod should include package names.
-----------------------------------------------------------------------------
Key: AXIS-2656
URL: https://issues.apache.org/jira/browse/AXIS-2656
Project: Axis
Issue Type: Bug
Components: Deployment / Registries
Affects Versions: 1.4
Reporter: Niall Smart
Priority: Minor
The EngineConfigurationFactoryFinder.requiredMethod documents the signature of
the factory method that custom factories must implement. The return type
should be fully qualified to avoid any confusion.
I just spent a couple of hours debugging why it couldn't find my factory method
- it was because it returned the implementation type, not the interface type.
Simply change line 59 of EngineConfigurationFactoryFinder to:
private static final String requiredMethod =
"public static org.apache.axis.EngineConfigurationFactory
newFactory(Object)";
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]