igarashitm.log

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

Entries from 2012-01-01 to 1 year

JBoss AS7 remote debug

Standard installation enable following option in $AS7/bin/standalone.conf JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y" JUnit testcase kicked by Maven mvn -Dmaven.surefire.debug test or mvn -Dmaven.su…

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…