Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-9315

Encode/Encrypt password provided as option in CXFJMS Configuration address when logging into console

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.2
    • fuse-7.0.1
    • CXF
    • None
    • % %
    • Hide

      1. Create AMQ-7 broker on some machine
      1.1. e.g. try our OpenShift on url: https://master.sos.fuse-qe.eng.rdu2.redhat.com:8443/
      1.2 Use fuseqe:DreamTeam42 to login
      1.3. Create new namespace
      1.4. Create deployment by clicking on "Add to Project" -> "Import YAML/JSON" -> Copy the deployment.yaml file
      1.5. Create service by clicking on "Add to Project" -> "Import YAML/JSON" -> Copy the service.yaml file
      1.6. Click on Applications -> Services -> jboss-amq-7 and under Traffic / Route/Node Port there are two port which you can you to connect to

      2. Unzip the soapoverjms.zip
      3. Build it:

      mvn clean install -Dexternal.broker.host=master.sos.fuse-qe.eng.rdu2.redhat.com -Dexternal.broker.port=${Route/Node Port_neer to 61616} -DskipTests=true
      

      4. Run Karaf and install the build application with:

      feature:install artemis-jms-client
      bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT
      

      5. Run test mupltiple times with and you hit the exception:

      mvn test -Dexternal.broker.host=master.sos.fuse-qe.eng.rdu2.redhat.com -Dexternal.broker.port=${Route/Node Port_neer to 61616} -DskipTests=true
      
      Show
      1. Create AMQ-7 broker on some machine 1.1. e.g. try our OpenShift on url: https://master.sos.fuse-qe.eng.rdu2.redhat.com:8443/ 1.2 Use fuseqe:DreamTeam42 to login 1.3. Create new namespace 1.4. Create deployment by clicking on "Add to Project" -> "Import YAML/JSON" -> Copy the deployment.yaml file 1.5. Create service by clicking on "Add to Project" -> "Import YAML/JSON" -> Copy the service.yaml file 1.6. Click on Applications -> Services -> jboss-amq-7 and under Traffic / Route/Node Port there are two port which you can you to connect to 2. Unzip the soapoverjms.zip 3. Build it: mvn clean install -Dexternal.broker.host=master.sos.fuse-qe.eng.rdu2.redhat.com -Dexternal.broker.port=${Route/Node Port_neer to 61616} -DskipTests= true 4. Run Karaf and install the build application with: feature:install artemis-jms-client bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT 5. Run test mupltiple times with and you hit the exception: mvn test -Dexternal.broker.host=master.sos.fuse-qe.eng.rdu2.redhat.com -Dexternal.broker.port=${Route/Node Port_neer to 61616} -DskipTests= true
    • Fuse 7.2 Sprint 34

    Description

      Do not log password.

      14:00:16.690 INFO [pipe-bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT] registering MBean org.apache.cxf:bus.id=org.jboss.qe.cxf.ws.jms.soap-over-jms-cxf182646532,type=Bus,instance.id=182646532: org.apache.cxf.bus.ManagedBus@a39700b
      14:00:16.702 INFO [pipe-bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT] registering MBean org.apache.cxf:bus.id=org.jboss.qe.cxf.ws.jms.soap-over-jms-cxf182646532,type=Bus,instance.id=182646532: javax.management.modelmbean.RequiredModelMBean@2ec5f093
      14:00:16.702 INFO [pipe-bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT] registered org.apache.cxf:bus.id=org.jboss.qe.cxf.ws.jms.soap-over-jms-cxf182646532,type=Bus,instance.id=182646532
      14:00:16.704 INFO [pipe-bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT] registering MBean org.apache.cxf:bus.id=org.jboss.qe.cxf.ws.jms.soap-over-jms-cxf182646532,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=393846597: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@120452a4
      14:00:16.705 INFO [pipe-bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT] registering MBean org.apache.cxf:bus.id=org.jboss.qe.cxf.ws.jms.soap-over-jms-cxf182646532,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=393846597: javax.management.modelmbean.RequiredModelMBean@1145a318
      14:00:16.774 INFO [pipe-bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT] Creating Service {http://cxf.apache.org/jms_greeter}JMSQueueGreetingService from WSDL: classpath:wsdl/jms_greeter.wsdl
      14:00:17.208 WARN [pipe-bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT] Could not unwrap Operation {http://cxf.apache.org/jms_greeter}greet to match method "public abstract java.lang.String org.jboss.qe.cxf.ws.jms.GreetingService.greet(java.lang.String)"
      ---------------------------------------------------------------------------------------
      14:00:17.288 INFO [pipe-bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT] Setting the server's publish address to be jms:queue:soapRequestQueue?username=admin&password=admin123.
      ---------------------------------------------------------------------------------------
      14:00:17.289 INFO [pipe-bundle:install -s mvn:org.jboss.qe.cxf.ws.jms/soap-over-jms/1.0-SNAPSHOT] registering MBean org.apache.cxf:bus.id=org.jboss.qe.cxf.ws.jms.soap-over-jms-cxf182646532,type=Bus.Service.Endpoint,service="{http://cxf.apache.org/jms_greeter}JMSQueueGreetingService",port="JMSQueueGreetingPort",instance.id=1976210735: org.apache.cxf.endpoint.ManagedEndpoint@7ecda301
      

      Attachments

        Activity

          People

            yfang@redhat.com Freeman(Yue) Fang
            vkasala@redhat.com Viliam Kasala
            Viliam Kasala Viliam Kasala
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: