Issues
- Lucee 6.2 and SOAP webservicesLDEV-5475
- extension downloading isn't be loggedLDEV-5474
- NPE calling .toJson() on an empty argumentLDEV-5473Zac Spitzer
- use optimal compression for lar archivesLDEV-5472
- allow defining additional maven endpointsLDEV-5471Michael Offner
- show pending snapshots before a release on the change logLDEV-5470Resolved issue: LDEV-5470Zac Spitzer
- latest docker tags are still 6.0LDEV-5469Zac Spitzer
- publish 7 builds to dockerLDEV-5468Resolved issue: LDEV-5468Zac Spitzer
- Failed to load dependencies in [groupID:org.apache.maven;artifactId:maven-core;version:3.8.1]LDEV-5467Michael Offner
- remove org.apache.commons.lang 2LDEV-5466
- update commons-pool2 to to 2.12.1 from 2.9.0LDEV-5465Michael Offner
- MailWatcher add support for imap, backlog, deletion and custom fetcher methodLDEV-5464Zac Spitzer
- deployhandler rejects .lcoLDEV-5463
- Lucee 6.2.0.321 Error (org.owasp.esapi.errors.ConfigurationException)LDEV-5462
- inspectTemplates() and pagePoolClear() should call ApplicationPathCacheClear()LDEV-5461
- error upgrading to 6 from 7 via the admin on restartLDEV-5460Michael Offner
- Cannot invoke "Object.getClass()" because "obj" is nullLDEV-5459Michael Offner
- extensionList() missing details in 7.0LDEV-5458Michael Offner
- Difference in behavior between Lucee 6 and Lucee 5 when using AWS Java SDK v2LDEV-5457Michael Offner
- optimize queryExecuteLDEV-5456Resolved issue: LDEV-5456Pothys - MitrahSoft
- Use regular HashMap in FunctionLib and TagLibLDEV-5455
- Add conversation history support to AIEngine interface and consolidate createSession methodsLDEV-5454Michael Offner
- Implement conversation history support in existing AIEngine implementationsLDEV-5453Michael Offner
- Set toScript to keep case sensitivity of structuresLDEV-5452
- Lucee 7 / Commandbox 6.20 / Jakarta supportLDEV-5451Brad Wood
- not found [META-INF/services/javax.xml.parsers.DocumentBuilderFactory]LDEV-5450
- reduce pooled datasource activation / validationLDEV-5449
- java.util.ConcurrentModificationException - lucee.transformer.library.tag.TagLib.getTagLDEV-5448Zac Spitzer
- javax.script.ScriptEngineFactory: lucee.runtime.script.CFMLScriptEngineFactory Unable to get public no-arg constructorLDEV-5447Michael Offner
- Cancel Button Not Working in AI Creation in AdminLDEV-5446Zac Spitzer
- showcase 7 snapshots on download pageLDEV-5445Resolved issue: LDEV-5445Zac Spitzer
- ArrayIndexOutOfBoundsException on startupLDEV-5444Michael Offner
- syntax errors or throws in web.cfc aren't logged to console or fatalLDEV-5443
- add listenerType and ListenerMode to getApplication SettingsLDEV-5442Resolved issue: LDEV-5442Pothys - MitrahSoft
- error downgrading from 7 to 6 (replacing fat jar)LDEV-5441Resolved issue: LDEV-5441Zac Spitzer
- 'clone' method missing for java.util.LinkedHashMapLDEV-5440Resolved issue: LDEV-5440Michael Offner
- S3 Resource Provider not visibleLDEV-5439Resolved issue: LDEV-5439Michael Offner
- JSON Serialization Causes Infinite Loop in Error HandlerLDEV-5438Resolved issue: LDEV-5438Zac Spitzer
- path outside mapping not correctly resolvedLDEV-5437
- Initialy mavenInfo() throw the timed out issueLDEV-5436Michael Offner
- force admin action=doPurgeExpiredSessionsLDEV-5435Zac Spitzer
- admin not always workLDEV-5434
- Databased sessions failing to updateLDEV-5433Zac Spitzer
- Regression: Error converting images toBase64LDEV-5432Resolved issue: LDEV-5432
- regression: can't parse expires date with cfcookieLDEV-5431Michael Offner
- log levels are wrong for bundle download loggingLDEV-5430Resolved issue: LDEV-5430Zac Spitzer
- s3 resource provider not being loadedLDEV-5429
- Exception message no longer shows the source codeLDEV-5428Resolved issue: LDEV-5428Pothys - MitrahSoft
- log out failed attempts to download bundles from mavenLDEV-5427Resolved issue: LDEV-5427Zac Spitzer
- mysql error with query with time column com/mysql/cj/protocol/InternalTimeLDEV-5426
Lucee 6.2 and SOAP webservices
Description
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
Details
Assignee
UnassignedUnassignedReporter
lojzlojzPriority
BlockerNew 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
Details
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
Activity
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 agoEdited
ok i can repo, this ext is actually deprecated
stepping thru i did see this exception tho
Zac Spitzer16 hours ago
plz try a fresh install, a similar issue was reported on slack
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