Skip to content

Instantly share code, notes, and snippets.

View honghuac's full-sized avatar
💭
TWO-peat speaker and content contributor for Red Hat Summit #rhsummit

Hong honghuac

💭
TWO-peat speaker and content contributor for Red Hat Summit #rhsummit
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cxf="http://camel.apache.org/schema/cxf"
xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://camel.apache.org/schema/cxf
http://camel.apache.org/schema/cxf/camel-cxf-spring.xsd
http://camel.apache.org/schema/spring
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cxf="http://camel.apache.org/schema/cxf"
xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://camel.apache.org/schema/cxf
http://camel.apache.org/schema/cxf/camel-cxf-spring.xsd
http://camel.apache.org/schema/spring
Docker-Swarm:jboss-fuse-6.2.1.redhat-084 hchin$ ./bin/fuse
Please wait while JBoss Fuse is loading...
100% [========================================================================]
_ ____ ______
| | _ \ | ____|
| | |_) | ___ ___ ___ | |__ _ _ ___ ___
_ | | _ < / _ \/ __/ __| | __| | | / __|/ _ \
| |__| | |_) | (_) \__ \__ \ | | | |_| \__ \ __/
\____/|____/ \___/|___/___/ |_| \__,_|___/\___|
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom (17 KB at 37.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/8.1.17.v20150415/jetty-security-8.1.17.v20150415.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/8.1.17.v20150415/jetty-security-8.1.17.v20150415.pom (3 KB at 6.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/8.1.17.v20150415/jetty-servlet-8.1.17.v20150415.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/8.1.17.v20150415/jetty-servlet-8.1.17.v20150415.pom (3 KB at 6.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/8.1.17.v20150415/jetty-xml-8.1.17.v20150415.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/8.1.17.v20150415/je
Rewrite these:
1. application services => application server
2. JBoss EAP => Red Hat JBoss EAP
3. a wide range of apps, including embedded, HTML5 mobile, web-scale, microservices-style, and traditional monolithic enterprise applications.
4. wide range of apps => wide range of applications
5. whitespace needed between "applications.JBoss"
6. microservices-style => microservices
7. web-scale => web
8. traditional monolithic enterprise applications => monolithic applications
9. developer-friendly technology, high productivity, and flexible deployment. => a developer-friendly and high productivity application platform, with flexible deployment options.
@honghuac
honghuac / testing log
Created August 4, 2016 05:15
Log for test project in usecase-4
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Fuse :: Use Case 4 :: Testing 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ testing ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/hchin/Downloads/ExperienceEntInt/EEIlabsol/usecase-4/testing/src/main/resources
[INFO]
@honghuac
honghuac / mvn clean install
Created August 4, 2016 05:11
Maven build log file
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Fuse :: Use Case 4 :: Project
[INFO] Fuse :: Use Case 4 :: Parent
[INFO] Fuse :: Use Case 4 :: LDAP Server & JAAS Module
[INFO] Fuse :: Use Case 4 :: Routing
[INFO] Fuse :: Use Case 4 :: Features
[INFO] Fuse :: Use Case 4 :: Testing
@honghuac
honghuac / org.jboss.fuse.security.wssecurity.WSSecurityTest.txt
Created August 2, 2016 03:40
ADVANCED FUSE INTEGRATION SUREFIRE-REPORTS
-------------------------------------------------------------------------------
Test set: org.jboss.fuse.security.wssecurity.WSSecurityTest
-------------------------------------------------------------------------------
Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.779 sec <<< FAILURE! - in org.jboss.fuse.security.wssecurity.WSSecurityTest
testEncryptionPlusSig(org.jboss.fuse.security.wssecurity.WSSecurityTest) Time elapsed: 0.341 sec <<< ERROR!
javax.xml.ws.soap.SOAPFaultException: A security error was encountered when verifying the message
at org.jboss.fuse.security.wssecurity.WSSecurityTest.testEncryptionPlusSig(WSSecurityTest.java:173)
Caused by: org.apache.cxf.binding.soap.SoapFault: A security error was encountered when verifying the message
testSignature(org.jboss.fuse.security.wssecurity.WSSecurityTest) Time elapsed: 0.064 sec <<< ERROR!
-------------------------------------------------------------------------------
Test set: org.jboss.fuse.security.wssecuritypolicy.WSSecurityPolicySignTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.587 sec <<< FAILURE! - in org.jboss.fuse.security.wssecuritypolicy.WSSecurityPolicySignTest
testSignature(org.jboss.fuse.security.wssecuritypolicy.WSSecurityPolicySignTest) Time elapsed: 0.158 sec <<< ERROR!
javax.xml.ws.soap.SOAPFaultException: A security error was encountered when verifying the message
at org.jboss.fuse.security.wssecuritypolicy.WSSecurityPolicySignTest.runandValidate(WSSecurityPolicySignTest.java:65)
at org.jboss.fuse.security.wssecuritypolicy.WSSecurityPolicySignTest.testSignature(WSSecurityPolicySignTest.java:47)
Caused by: org.apache.cxf.binding.soap.SoapFault: A security error was encountered when verifying the message
at org.jboss.fuse.security.wssecuritypolicy.WSSecurityPolicySignTe
@honghuac
honghuac / org.jboss.fuse.security.wstrust.WSTrustTest.txt
Created August 2, 2016 03:39
ADVANCED FUSE INTEGRATION SUREFIRE-REPORTS
-------------------------------------------------------------------------------
Test set: org.jboss.fuse.security.wstrust.WSTrustTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.802 sec <<< FAILURE! - in org.jboss.fuse.security.wstrust.WSTrustTest
testGreetMeClientWithSTS(org.jboss.fuse.security.wstrust.WSTrustTest) Time elapsed: 0.188 sec <<< ERROR!
javax.xml.ws.soap.SOAPFaultException: Illegal key size
at org.jboss.fuse.security.wstrust.WSTrustTest.testGreetMeClientWithSTS(WSTrustTest.java:59)
Caused by: org.apache.cxf.ws.policy.PolicyException: Illegal key size
at org.jboss.fuse.security.wstrust.WSTrustTest.testGreetMeClientWithSTS(WSTrustTest.java:59)
Caused by: org.apache.wss4j.common.ext.WSSecurityException: Illegal key size