Wednesday, February 23, 2011

JAX-WS with JBoss 6 Day 1 : Hello World

JBoss 6 ships with JAXWS 2.2 , while Java SE 6 has JAXWS 2.0 itself, so you need to copy all jar files under %JBOSS_HOME%/lib/endorsed to %JAVA_HOME%/jre/lib/endorsed.

Monday, February 21, 2011

Hibernate with Oracle xmltype

Tested with Hibernate 3.3.2 GA and Oracle 9i , source codes can be downloaded here.