On Jan 6, 2008, at 3:24 AM, Mohammad Nour El-Din wrote:
I checked out the latest code from repo and everything went OK - the
encoding problem didn't appear on my windows machine - but while I am
building the openejb-webservices project I got two compilation
errors in
SoapFactoryImpl.java, because the createFault() and
createFault(String,
QName); are not supported in the SOAPFactory class while I am
building using
Java 5 when I used Java 6 it compiled just OK.
I think it will not be a problem for the user who is using Java 5 to
run
OpenEJB but now it is a mandatory to compile against Java 6 at least
for
this project. I was thinking in a conditional compilation solution
and found
one using ANT and I am still searching for one using Maven2, so while
building if we can detect which Java version we use and weh can
conditionaly
compile the former methods. Any thoughts about that, Am I thinking
in the
right direction ?
Not sure. I don't have any issues compiling that (or any other)
module in Java 5.
Can you double check?
-David