--- David E Jones <[EMAIL PROTECTED]> wrote: > The reason the versions weren't there in the older > ones is that we > didn't always have a fancy classpath loader like we > do now and every > jar file had to be explicitly added to the > classpath, and to make it > more interesting that had to happen in multiple > files because for a > while we also didn't have the cool appserver > component templates that > we do now. > > -David >
Where are the various jars being added to the classpath loader? Is it the ant script or the ofbiz-component.xml files (or somewhere else)? The reason why I ask is because of the behavior of the type attribute in the field element of the call-*-method operation in minilang. For some reason using a call-bsh has access to the classes in these jars but call-object-method does not (otherwise the primitive types would work without the patch in OFBIZ-400).
