Thanks BJ, I would prefer to keep up with the latest revisions from the trunk, so I hope David or Scott can help me with this problem.
-André On Tuesday den 28. July 2009 15:53:17 BJ Freeman wrote: > David and Scott have done some modification and refactoring on > ModelViewEntity.java > you can wait for their response or revert to before 790472 and see if > you still have the problem. > > André Herbst sent the following on 7/28/2009 2:05 AM: > > Hi All, > > > > I am working on getting OFBiz to run on an IBM System i server, using the > > systems native DB2 database, but have run into problems with compling > > after an upgrade to a newer version of the trunk. > > > > I am using the OFBiz trunk version 793888 and is getting the following > > compile error: > > > > [javac15] > > /ofbiz/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java:1 > >232: incomparable types: > > org.ofbiz.entity.contiontion.EntityOperator<capture of ?> and > > org.ofbiz.entity.condition.EntityComparisonOperator > > [javac15] if ((operator == EntityOperator.IN || operator == > > EntityOperator.BETWEEN) [javac15] ^ > > > > I am using the "IBM Developer Kit for Java - IBM J9 VM (build 2.3, J2RE > > 1.5.0 IBM J9 2.3 OS400 ppc-32 j9vmap3223-20080315 (JIT enabled)". There > > is no similar problem when I am compiling the same source on my Linux > > box. > > > > Any help would be very much appreciated. > > > > -André