Style [RPC] is not supported, only the following styles are supported: [rpc]

Hi all,

when trying to port an existing on Adobe ColdFusion built webapp to Lucee
(based on ColdSpring, Mach-ii and CFML) I get the following error starting
the webapp:

Lucee 5.1.0.34 Error (MachII.framework.ListenerSyntaxException)
Message Mach-II could not register a listener with type of
‘WEBAPP.path.to.functionalListener’ for the listener named
‘functionalListener’ in module named ‘’.
Detail Type: application || Message: style [RPC] is not supported, only the
following styles are supported: [rpc] || Detail: || Original Template:
C:\path\to\WEBAPP\path\to\name.cfc at line 1
Stacktrace The Error Occurred in
C:\path\to\frameworks\MachII_1-8-1\framework\ListenerManager.cfc: line 180

178: <cfthrow type=“MachII.framework.ListenerSyntaxException”
179: message=“Mach-II could not register a listener with type of
#listenerType#’ for the listener named ‘#listenerName#’ in module named
#getAppManager().getModuleName()#’.”
180:
detail=“#getAppManager().getUtils().buildMessageFromCfCatch(cfcatch)#” />

181:
182:

I understand this has something to do with SOAP and types, but no idea why
this seems to fail on case-sensitivity, I’m on Windows for heavens sake :wink:

In the functionalListener.cfc it says:

Changing this to style=“rpc” the error goes away. Is this a Lucee bug? Or
some bug in underlying JAR’s or LIB’s?

Thnx up front.

Sebastiaan