Wednesday, March 17, 2010

The dreaded "cvc-complex-type.2.4.c: The matching wildcard is strict" error

Some info before hand, I have used eclipse but mainly for RCP programming not for web projects, my preferred IDE for web project is Netbeans if I am working with Tomcat. Lately I have to use eclipse because the tighter integration for Weblogic when using Oracle Entreprise Pack for Eclipse or OEPE.

I prefer to hand type stuff rather then go through a wizard

http://stackoverflow.com/questions/2289532/tomcat-understands-amqbroker-but-eclipse-marks-errors-in-schema
http://stackoverflow.com/questions/2289532/tomcat-understands-amqbroker-but-eclipse-marks-errors-in-schema

Friday, March 12, 2010

My developer toolkits

There are just some of the tools that I find invaluable in my daily work as a developer.

SQLDeveloper

Oracle's SQL developer is a free, fully featured SQL tool, u can use it to run sql, change values, import export data and most of the stuff that you will need as a developer interacting with a database. The new 2.1 version even allows you to do data miggration from different databases.

SOAPUI

Invaluable tool for testing webservices.