I have even used a different jar which works fine on another system and I am able to debug but not working on my machine with windows 11. Not sure if it is some kind of Operating System issue.
I am facing an issue that breakpoints in IntelliJ Idea aren't working in debug mode in Windows 11. While it was working fine few days back when I installed new windows but now suddenly breakpoints stopped working. I am able to connect IntelliJ Idea in debug port 3000 but code doesn't stop at the bre...
Thank you Lakshmi, I installed bundle for CXF (https://helpx.adobe.com/experience-manager/kb/jaxws-webservice-calls-not-working-aem-65.html) too but now it is giving null reference exception on lineServiceXML serviceXml = new ServiceXML(wsdlURL, SERVICE_NAME);
I build project with clean install -X. It gives some extra information regarding this error as " Failed to execute goal org.apache.felix:maven-bundle-plugin:5.1.2:bundle (default-bundle) on project stewart.cms: Error(s) found in bundle configuration -> [Help 1] org.apache.maven.lifecycle.LifecycleEx...
Hi @Vijaylakshmi, I am providing Emebd-Transitive true and When I set Embed-Dependency as "*". It gives me this error "he default package '.' is not permitted by the Import-Package syntax. This can be caused by compile errors in Eclipse because Eclipse creates valid class files regardless of compile...
Hi @Vijayalakshmi_S . Hi @Vijayalakshmi . After lot of hit & trial, i think my code manage to find CXF library in AEM but I am getting error "javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException". This is my maven bundle plugin <plugin><groupId>org.a...
@Vijayalakshmi_S Now I am getting following error. [ERROR] Bundle com.stewart:stewart.cms:bundle:0.0.6 : The default package '.' is not permitted by the Import-Package syntax.This can be caused by compile errors in Eclipse because Eclipse createsvalid class files regardless of compile errors.The fol...
@Vijayalakshmi_S Thanks for helping. I am really stuck here. Please help me to resolve this issue. I tried your solution but it didn't work. I don't have much knowledge about maven bundle plugin. I changed its something like this but it also didn't help. Please how should I write this maven bundle ...