I adapted the communication event services to the new minilanguage
standard and that seems to have fixed the problem....

On Mon, 2008-12-29 at 23:22 +0100, Jacques Le Roux wrote:
> I found this
> 
> Services.xml
> 2008-12-29 23:17:22,890 (default-invoker-Thread-10) [       
> SimpleMethod.java:905:WARN ] Operation element "sequenced-id" no recognized
> 2008-12-29 23:17:22,890 (default-invoker-Thread-10) [       
> SimpleMethod.java:905:WARN ] Operation element "now-timestamp" no recognized
> 2008-12-29 23:17:22,906 (default-invoker-Thread-10) [       
> SimpleMethod.java:905:WARN ] Operation element "now-timestamp" no recognized
> 2008-12-29 23:17:22,906 (default-invoker-Thread-10) [       
> SimpleMethod.java:926:ERROR]
> ---- runtime exception report 
> --------------------------------------------------
> Error in simple-method operation [<entity-condition/>]: 
> java.lang.IllegalArgumentException: Operator must be EQUALS or NOT_EQUAL when 
> right/rhs argument is NULL
> Exception: java.lang.IllegalArgumentException
> Message: Operator must be EQUALS or NOT_EQUAL when right/rhs argument is NULL
> ---- stack trace 
> ---------------------------------------------------------------
> java.lang.IllegalArgumentException: Operator must be EQUALS or NOT_EQUAL when 
> right/rhs argument is NULL
> org.ofbiz.entity.condition.EntityExpr.init(EntityExpr.java:91)
> org.ofbiz.entity.condition.EntityCondition.makeCondition(EntityCondition.java:49)
> org.ofbiz.entity.finder.EntityFinderUtil$ConditionExpr.createCondition(EntityFinderUtil.java:262)
> org.ofbiz.entity.finder.EntityFinderUtil$ConditionList.createCondition(EntityFinderUtil.java:300)
> org.ofbiz.entity.finder.EntityFinderUtil$ConditionList.createCondition(EntityFinderUtil.java:300)
> org.ofbiz.entity.finder.ByConditionFinder.getWhereEntityCondition(ByConditionFinder.java:65)
> org.ofbiz.entity.finder.ListFinder.runFind(ListFinder.java:144)
> org.ofbiz.minilang.method.entityops.EntityCondition.exec(EntityCondition.java:56)
> org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:921)
> org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:749)
> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:149)
> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:131)
> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240)
> java.lang.Thread.run(Thread.java:595)
> --------------------------------------------------------------------------------
> 
> 2008-12-29 23:17:22,906 (default-invoker-Thread-10) [            
> UtilXml.java:241:INFO ] XML Read 0.0s: XML Properties file
> 2008-12-29 23:17:22,906 (default-invoker-Thread-10) [            
> UtilXml.java:241:INFO ] XML Read 0.0s: XML Properties file
> 2008-12-29 23:17:22,906 (default-invoker-Thread-10) [     
> UtilProperties.java:550:INFO ] Loaded 3 properties for: MiniLangErrorUiLabels 
> (en)
> 2008-12-29 23:17:22,906 (default-invoker-Thread-10) [     
> UtilProperties.java:868:INFO ] ResourceBundle MiniLangErrorUiLabels (en) 
> created in 0.0 mS
> 2008-12-29 23:17:22,906 (default-invoker-Thread-10) [       
> SimpleMethod.java:753:ERROR] Error running the simple-method: Error in 
> simple-method operation [<entity-condition/>]: java.lang.IllegalArgumentExcep
> tion: Operator must be EQUALS or NOT_EQUAL when right/rhs argument is NULL
> 2008-12-29 23:17:22,921 (default-invoker-Thread-10) [    
> TransactionUtil.java:275:ERROR]
> ---- exception report 
> ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace 
> ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:274)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:256)
> org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:880)
> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:149)
> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:131)
> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240)
> java.lang.Thread.run(Thread.java:595)
> --------------------------------------------------------------------------------
> 
> 2008-12-29 23:17:22,921 (default-invoker-Thread-10) [    
> TransactionUtil.java:285:INFO ] [TransactionUtil.rollback] transaction rolled 
> back
> 2008-12-29 23:17:22,921 (default-invoker-Thread-10) [  
> ServiceDispatcher.java:522:ERROR] Error in Service [sendEmailDated]: Error 
> running the simple-method: Error in simple-method operation [<entity-condition
> />]: java.lang.IllegalArgumentException: Operator must be EQUALS or NOT_EQUAL 
> when right/rhs argument is NULL <br/>null
> 2008-12-29 23:17:22,921 (default-invoker-Thread-10) [    
> TransactionUtil.java:318:WARN ] [TransactionUtil.setRollbackOnly] transaction 
> rollback only not set, status is STATUS_NO_TRANSACTION
> 2008-12-29 23:17:22,921 (default-invoker-Thread-10) [  
> ServiceDispatcher.java:578:INFO ] Sync service [JobDispatcher/sendEmailDated] 
> finished in [93] milliseconds
> 2008-12-29 23:17:22,921 (default-invoker-Thread-10) [  
> GenericServiceJob.java:116:ERROR]
> ---- exception report 
> ----------------------------------------------------------
> Async-Service failed.
> Exception: java.lang.Exception
> Message: Error running the simple-method: Error in simple-method operation 
> [<entity-condition/>]: java.lang.IllegalArgumentException: Operator must be 
> EQUALS or NOT_EQUAL when right/rhs argument is NULL <br/>
> null
> ---- stack trace 
> ---------------------------------------------------------------
> java.lang.Exception: Error running the simple-method: Error in simple-method 
> operation [<entity-condition/>]: java.lang.IllegalArgumentException: Operator 
> must be EQUALS or NOT_EQUAL when right/rhs argument i
> s NULL <br/>null
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:75)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240)
> java.lang.Thread.run(Thread.java:595)
> --------------------------------------------------------------------------------
> 
> 
> Too late for me :o)
> 
> Jacques
-- 
Antwebsystems.com: Quality OFBiz services for competitive prices

Reply via email to