igarashitm.log

igarashitm, a Japanese software engineer writes something in English here.

SwitchYard

Connecting to HornetQ via remote JNDI provider

Today I have been trying to make my SwitchYard example application connected to remote HornetQ, succeeded with following. Add JNDI properties to the InitialContext This piece is mentioned by Justin on this thread: https://community.jboss.o…

Playing around with SwitchYard on OpenShift Express

Prerequisite Fedora16 environment http://fedoraproject.org/en/get-fedora SwitchYard http://www.jboss.org/switchyard/downloads OpenShift account https://openshift.redhat.com/ Install OpenShift Express Client Tools yum install rubygem-rhc Cr…

Debugging around JBossWS & apache-cxf without JBoss instance on Eclipse

Just a note for debugging SWITCHYARD-600. Don't forget to mkdir ${project}/resources and add it to the build path. Download&import following projects into Eclipse workspace https://github.com/jbossas/httpserver.git https://svn.jboss.org/re…