javaduke
javaduke
I like this idea, but is there any way in the plugin or in Camel to obtain a list of all languages in the classpath?
Ah, the resolving the new language is taken care of in the `ManagedBacklogDebugger`, it calls `camelContext.resolveLanguage()` before evaluating the expression. So by "via JMX" did you mean there's an existing...
Yeah, remote debugging won't work because IDEA cannot detect the remote Java PID and connect via JMX...I'll see if there's a way around it.
I wonder if it's possible somehow to obtain the PID from the remote debugger agent. Let me investigate. I found very little, if any, documentation about how the remote debugger...
Sorry, I'm confused, what APIs are not compatible and with what?
Pardon my annoyance, is there any update on this? I'd really like to see the camel-cxf extension, at least with client functionality.
Good news, I have the CXF extension working and I successfully tested CXF client with WS-Security and WS-Addressing. Haven't tried creating a SOAP service yet, wondering if it's really needed.
Sure, CXF service testing is my next step, shouldn't be any different. So far it only works in JVM mode, I'll see what I can do about native.
https://github.com/apache/camel-quarkus/pull/3727 - so far JVM mode only.
@ppalaga Turns out, implementing WS-A is trivial but I added a test anyway