Issues

Select view

Select search mode

 
50 of

Lucee 6.2 and SOAP webservices

Description

After I upgraded to Lucee 6.2.0.321 from version 5.4 calling a simple webservice like:

in SoapUI

I found an error - lucee.runtime.exp.NativeException: lucee.runtime.op.Caster.cfTypeToClass(java.lang.String):

 

This worked OK in Lucee 5.4.

Generated WSDL also seemes OK.

 

Is maybe a problem in method cfTypeToClass in Caster.java file?
https://github.com/lucee/Lucee/blob/6.2.0.321/core/src/main/java/lucee/runtime/op/Caster.java

Environment

  • Windows 11

  • JDK 21 LTS

  • Lucee 6.2.0.321, 6.2.1.107-SNAPSHOT

  • Axis extension 1.4.0.37

  • SoapUI 5.8.0

Attachments

1

Details

Assignee

Reporter

Priority

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Affects versions

Created 17 hours ago
Updated 13 hours ago

Activity

Show:

lojz13 hours ago

I think it is still worth to fix it. Do you have alternatives? Soap is old for sure but people still use it. Never seen at the Lucee extensions page in Server admin that Axis ext is deprecated.

Zac Spitzer13 hours ago

Is it worth funding some dev work?

lojz13 hours ago

Do you mean Axis extension is deprecated? Unfortunatelly we still use Lucee as a Soap service everywhere in production, so that is why this is a big blocker for us.

Zac Spitzer14 hours ago
Edited

ok i can repo, this ext is actually deprecated

stepping thru i did see this exception tho

https://github.com/lucee/Lucee/blob/6.2/core/src/main/java/lucee/runtime/type/util/ComponentUtil.java#L275

Zac Spitzer16 hours ago

plz try a fresh install, a similar issue was reported on slack

Flag notifications