You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Niall Smart (JIRA)" <ax...@ws.apache.org> on 2007/04/26 11:42:15 UTC

[jira] Created: (AXIS-2656) EngineConfigurationFactoryFinder.requiredMethod should include package names.

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org