11.12.2012

8.02.2012

8.24.2011

blendMode must be non-null when using selenium flex (sfapi)

Well, this one was easy: I was using maven to import sfapi, however, the version in the maven repository is compiled against 3.3, causing this error.

Easy fix: Download the sfapi.swc from the offcial page and install it on your maven repo with somehting like "customversion" and compile versus that one.

----

By the way, you see against what version it was compiled by unzipping th swc, and checking out catalog.xml

7.20.2011

java.lang.NoSuchMethodError: javax.xml.ws.WebFault.messageName()Ljava/lang/String;

java.lang.NoSuchMethodError: javax.xml.ws.WebFault.messageName()Ljava/lang/String;


Esto me paso cuando estaba yo tratando de usar Metrgo glassfish 2.2 en java 1.6, resulta que hay que copiar
jaxws-api.jar and jaxb-api.jar into the JRE endorsed directory, which is $JRE_HOME/lib/endorsed (or $JDK_HOME/jre/lib/endorsed). 


More info:


http://metro.java.net/guide/Using_JAX_WS_2_x___Metro_1_x_2_0_with_Java_SE_6.html#Using_Metro_2_0_with_Java_SE_6Publish Post