is there any errors you found in the data that suggests this is not working.

Raj Saini sent the following on 7/20/2010 4:45 AM:
I have latest revision of trunk (Rev 965812) on my local system. While
running I see "No converter found" warning and I see the exception given
below. I did clean-all many time and even checked out the complete
source but I see the same errors again and again. Any one else having
similar problem or I am missing some settings somewhere?

<stackTrace>
] Checking for primary permission ACCOUNTING_CREATE
[java] 2010-07-20 17:07:11,008 (default-invoker-Thread-8) [
Converters.java:102:WARN ] *** No converter found, converting from
java.lang.String to java.lang.Boolean. Please report this message to the
developer community so a suitable converter can be created. ***
[java] 2010-07-20 17:07:11,014 (default-invoker-Thread-8) [
SetOperation.java:109:ERROR]
[java] ---- exception report
----------------------------------------------------------
[java] Could not convert field value for the field: [hasPermission] to
the [Boolean] type for the value [true]:
org.ofbiz.base.util.GeneralException: Conversion from java.lang.String
to Boolean not currently supported
[java] Exception: org.ofbiz.base.util.GeneralException
[java] Message: Conversion from java.lang.String to Boolean not
currently supported
[java] ---- stack trace
---------------------------------------------------------------
[java] org.ofbiz.base.util.GeneralException: Conversion from
java.lang.String to Boolean not currently supported
[java]
org.ofbiz.base.util.ObjectType.simpleTypeConvert(ObjectType.java:545)
[java]
org.ofbiz.minilang.method.envops.SetOperation.exec(SetOperation.java:106)
[java] org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920)
[java]
org.ofbiz.minilang.method.conditional.MasterIf.exec(MasterIf.java:86)
[java] org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920)
[java] org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739)
[java]
org.ofbiz.minilang.method.callops.CallSimpleMethod.exec(CallSimpleMethod.java:86)

[java] org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920)
</stackTrace>

Thanks,

Raj

Reply via email to