This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR] /Users/jimma/data/code/jbossws/arquillian-cube/kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/WatchListener.java:[88,38] cannot find symbol | |
| symbol: method inNamespace(java.lang.String) | |
| location: interface io.fabric8.kubernetes.client.dsl.EventingAPIGroupDSL | |
| [ERROR] /Users/jimma/data/code/jbossws/arquillian-cube/kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/WatchListener.java:[116,57] <anonymous org.arquillian.cube.kubernetes.impl.WatchListener$2> is not abstract and does not override abstract method onClose(io.fabric8.kubernetes.client.WatcherException) in io.fabric8.kubernetes.client.Watcher | |
| [ERROR] /Users/jimma/data/code/jbossws/arquillian-cube/kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/WatchListener.java:[133,13] method does not override or implement a method from a supertype | |
| [ERROR] /Users/jimma/data/code/jbossws/arquillian-cube/kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/WatchListener. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>HTML5 SSE Examples</title> | |
| <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.2.3.min.js"></script> | |
| <script src="https://code.highcharts.com/highcharts.js"></script> | |
| </head> | |
| <body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---------------------jaxws21------------------------- | |
| @WebServiceClient(name = "TestService", | |
| wsdlLocation = "file:/Users/jimma/data/code/jbossws/support/security-issues/jboss-eap-7.4.10/bin/TestService.wsdl", | |
| targetNamespace = "http://www.openuri.org/2004/04/HelloWorld") | |
| public class TestService extends Service { | |
| public final static URL WSDL_LOCATION; | |
| public final static QName SERVICE = new QName("http://www.openuri.org/2004/04/HelloWorld", "TestService"); | |
| public final static QName EndpointInterfacePort = new QName("http://www.openuri.org/2004/04/HelloWorld", "EndpointInterfacePort"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ***** CXF-4.0.0-openfiles : **************** | |
| * Before test the opened files count :167 | |
| opened files count :168 | |
| opened files count :187 | |
| opened files count :187 | |
| opened files count :187 | |
| opened files count :180 | |
| opened files count :177 | |
| opened files count :179 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public interface ValidationHandler { | |
| Result validate(Object value); | |
| } | |
| public interface ValidationChainHandler extends Iterable<ValidationHandler> { | |
| void add(ValidationHandler handler); | |
| Result validate(Object value); | |
| } | |
| public class Result { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java 13628 jimma 160u IPv6 0xffa4a8f9555743b5 0t0 TCP localhost:20901 (LISTEN) | |
| java 13628 jimma 161u KQUEUE count=0, state=0xa | |
| java 13628 jimma 162 PIPE 0xda6901395b14a19 16384 ->0x8b1367f911ca31cf | |
| java 13628 jimma 163 PIPE 0x8b1367f911ca31cf 16384 ->0xda6901395b14a19 | |
| java 13628 jimma 164u KQUEUE count=0, state=0xa | |
| java 13628 jimma 165 PIPE 0xdb15a0d8e33f9630 16384 ->0x411dd789110a6c18 | |
| java 13628 jimma 166 PIPE 0x411dd789110a6c18 16384 ->0xdb15a0d8e33f9630 | |
| java 13628 jimma 167u KQUEUE count=0, state=0xa | |
| java 13628 jimma 168 PIPE 0x25b9fa898c460e56 16384 ->0xddd557e7b3ac30a0 | |
| java 13628 jimma 169 PIPE 0xddd557e7b3ac30a0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <plugin> | |
| <groupId>org.wildfly.plugins</groupId> | |
| <artifactId>wildfly-maven-plugin</artifactId> | |
| <configuration> | |
| <feature-packs> | |
| <feature-pack> | |
| <location>org.wildfly:wildfly-galleon-pack:${jboss.version}</location> | |
| </feature-pack> | |
| <feature-pack> | |
| <location>org.wildfly.cloud:wildfly-cloud-galleon-pack:2.0.0.Final</location> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO] Running org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAuthorizationDigestEjbTestCase | |
| [ERROR] Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 24.851 s <<< FAILURE! - in org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAuthorizationDigestEjbTestCase | |
| [ERROR] test(org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAuthorizationDigestEjbTestCase) Time elapsed: 0.091 s <<< ERROR! | |
| javax.xml.ws.soap.SOAPFaultException: JBWS024057: Failed Authentication : Subject has not been created | |
| at org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAuthorizationDigestEjbTestCase.test(UsernameAuthorizationDigestEjbTestCase.java:95) | |
| Caused by: org.apache.cxf.binding.soap.SoapFault: JBWS024057: Failed Authentication : Subject has not been created | |
| at org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAuthorizationDigestEjbTestCase.test(UsernameAuthorizationDigestEjbTestCase.java:95) | |
| [ERROR] testConcurrent(org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAut |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] | |
| [INFO] Results: | |
| [INFO] | |
| [ERROR] Errors: | |
| [ERROR] CXFDefaultClientConfigurationTestCase.testCustomClientConfigurationInContainer:125->runTestInContainer:156 » FileNotFound | |
| [ERROR] CXFDefaultClientConfigurationTestCase.testCustomClientConfigurationOnDispatchInContainer:132->runTestInContainer:156 » FileNotFound | |
| [ERROR] CXFDefaultClientConfigurationTestCase.testCustomClientConfigurationOnDispatchUsingFeatureInContainer:146->runTestInContainer:156 » FileNotFound | |
| [ERROR] CXFDefaultClientConfigurationTestCase.startContainerAndDeploy:93 » Deployment ... | |
| [ERROR] CXFDefaultClientConfigurationTestCase.testDefaultClientConfigurationInContainer:106->runTestInContainer:156 » FileNotFound | |
| [ERROR] CXFDefaultClientConfigurationTestCase.testDefaultClientConfigurationOnDispatchInContainer:113->runTestInContainer:156 » FileNotFound |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 13:05:12 [echo] ---------------------------------------------------------- | |
| 13:05:12 [echo] Doing Java-to-WSDL generation using vendor specific tools | |
| 13:05:12 [echo] ---------------------------------------------------------- | |
| 13:05:12 [wsgen] Command invoked: org.jboss.ws.tools.cmd.WSProvide -k -w -o /mnt/hudson_workspace/workspace/jakartaee-ee8/jaxws/javaeetck/classes_vi_built/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/epr/generated_classes -r /mnt/hudson_workspace/workspace/jakartaee-ee8/jaxws/javaeetck/src/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/epr -s /mnt/hudson_workspace/workspace/jakartaee-ee8/jaxws/javaeetck/classes_vi_built/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/epr/generated_sources -t com.sun.ts.tests.jaxws.wsa.j2w.document.literal.epr.AddNumbersImpl | |
| 13:05:12 [wsgen] Could not find log4j.properties or log4j.xml configuration, logging to console. | |
| 13:05:12 [wsgen] | |
| 13:05:14 [wsgen] java2ws -s /mnt/hudson_workspace/workspace/jakartaee-ee8/jaxws/javaee |
NewerOlder