Author: jacopoc
Date: Tue Jul 22 07:14:16 2014
New Revision: 1612486
URL:
http://svn.apache.org/r1612486Log:
Applied fix from trunk for revision: 1612190
===
Fixed bug I introduced in rev. 1610918: thanks to Deepak Dixit for the bug report and resolution.
Modified:
ofbiz/branches/release11.04/ (props changed)
ofbiz/branches/release11.04/framework/webtools/src/org/ofbiz/webtools/artifactinfo/ServiceArtifactInfo.java
Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1612190
Modified: ofbiz/branches/release11.04/framework/webtools/src/org/ofbiz/webtools/artifactinfo/ServiceArtifactInfo.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/webtools/src/org/ofbiz/webtools/artifactinfo/ServiceArtifactInfo.java?rev=1612486&r1=1612485&r2=1612486&view=diff==============================================================================
--- ofbiz/branches/release11.04/framework/webtools/src/org/ofbiz/webtools/artifactinfo/ServiceArtifactInfo.java (original)
+++ ofbiz/branches/release11.04/framework/webtools/src/org/ofbiz/webtools/artifactinfo/ServiceArtifactInfo.java Tue Jul 22 07:14:16 2014
@@ -123,7 +123,7 @@ public class ServiceArtifactInfo extends
}
protected void populateEntitiesFromNameSet(Set<String> allEntityNameSet) throws GeneralException {
for (String entityName: allEntityNameSet) {
- if (UtilValidate.isEmail(entityName) || entityName.contains("${")) {
+ if (UtilValidate.isEmpty(entityName) || entityName.contains("${")) {
continue;
}
// attempt to convert relation names to entity names