IMHO the Entity View uses an inner join and that is one of the reasons
why all the 16 German states doesn't appear in this view.
After I added <GeoAssoc geoId="DE" geoIdTo="DE-BW"
geoAssocTypeId="REGIONS"/> (and other 15 states) to the
"/framework/common/dataGeoData_DE.xml", rebuild and restart the server,
nothing happend in the "GeoAssocAndGeoTo" Entity View. To do an outer
join with "rel-optional="true"" brought also nothing. I don't know if it
is a bug or my disability :-) Maybe I make something wrong.
The other question is, why I get a deprecated warning after I add this
"EntityCondition.makeCondition("geoTypeId", "STATE"), new
EntityExpr("geoId", EntityOperator.LIKE, "DE-%"));"
to CommonWorkers.java
Best Regards,
Rudolf
Atul Vani schrieb:
Hi All,
I wonder if the problem R.S. faced was actually a bug or done so
intentionally. If it's a mistake I would like to provide a patch and
get it fixed. Please share you opinions.