function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jd510jd510 

Axis/Eclipse Error Msg: Unable to locate a valid EngineConfigurationFactory

Hi - 

When running my Outbound Message Listener code in Eclipse I get the following error message:

 

- Factory org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored: missing required method: public static EngineConfigurationFactory newFactory(Object).

- Factory org.apache.axis.configuration.EngineConfigurationFactoryDefault Ignored: missing required method: public static EngineConfigurationFactory newFactory(Object).

- Unable to locate a valid EngineConfigurationFactory

 

How do I resolve this issue?

Thank you,

jd
SuperfellSuperfell
Sounds like you have mismatched axis versions between your build time tools (i.e. what you run wsdl2java with, compile against etc), and what version you're using at runtime.