Posts by Zenas • 1 point
3 posts
-
0
votes2
answers131
viewsA: Load with Ant and EAP task 7x "Caused by: java.lang.Noclassdeffounderror: javax/xml/Ws/Soap/Soapfaultexception"
I discovered the problem, the Enterprise Jboss Application Platform has a bug to connect to the server with name contains " _ ". After that I changed the server name without the " _ " and solved my…
-
0
votes2
answers131
viewsA: Load with Ant and EAP task 7x "Caused by: java.lang.Noclassdeffounderror: javax/xml/Ws/Soap/Soapfaultexception"
I answer my question, follow below this solution In standalone.xml, I put this source of code <subsystem xmlns="urn:jboss:domain:ee:4.0"> <global-modules> <module…
-
0
votes2
answers131
viewsQ: Load with Ant and EAP task 7x "Caused by: java.lang.Noclassdeffounderror: javax/xml/Ws/Soap/Soapfaultexception"
I compile a script using the ant task, the load and the application platform JBOSS EAP 7, below follows my source code: <taskdef resource="cargo.tasks"> <classpath> <fileset…