Yes...a very simple question.
Am using Spring v2.0.0 and recently downloaded the full version release of
jdk 6
Ok..i installed it...then I re-started my eclipse and made sure that in eclipse it had
java.version=1.6.0
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.6.0-b105
ok...problem for some reason in a class i have a reference to the HttpInvokerProxyFactoryBean
like so..
import org.apache.log4j.Logger;
import org.springframework.remoting.httpinvoker.HttpInvok erProxyFactoryBean;
import org.springframework.remoting.httpinvoker.HttpInvok erRequestExecutor;
public class PortalServicesInvoker extends HttpInvokerProxyFactoryBean {
....
ok..When I build the project I get an error that says it can not find the HttpInvokerProxyFactoryBean
ok..now I went back to setting java.home to be jdk5 .... I get no errors..
so it leads me to conclude that could it be that HttpInvokerProxyFactoryBean is not compatible with jdk 6?????????
I dont understand whats going on?! anyone can shed a bit of light on this???
Thanks
Fernando


Reply With Quote