Problem: mysql with ofbiz 10.4

2011-06-22 Thread Rakesh_Ists
I am running commond ./ant run-install with ofbiz 10.4 but it is not running... I am getting following message [java] 2011-06-22 20:39:46,192 (main) [ ModelEntityChecker.java:502:INFO ] [initReservedWords] array length=1023 [java] Exception in thread "main" java.lang.NullPointerEx

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Rakesh_Ists
Hi It was runinng with default derby. I have already placed the jar ..and also did all the steps ... but still not able to run ofbiz.. Any other mistake which i can committ during configuration. Please do let me know Regards Rakesh -- View this message in context: http://ofbiz

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Rakesh_Ists
Hi, It started proper with derby. my entityEngine.xml look likes as folows http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-config.xsd";>

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Rakesh_Ists
HI, I am getting following exceptions. [java] 2011-06-28 16:24:06,503 (main) [ModelViewEntity.java:532:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: totQuantityAvailable of view-entity OrderIt

Re: Problem: mysql with ofbiz 10.4

2011-06-29 Thread Rakesh_Ists
Hi, Following is complete log when i run ./ant run-install command... [subant] No sub-builds to iterate on clean-svninfo: [echo] Resetting svninfo... [echo] Done! [echo] [build] == Done Building (Compile) == run-install: [java] Set OFBIZ_H

Re: Problem: mysql with ofbiz 10.4

2011-06-29 Thread Rakesh_Ists
Hi Scott, I removed section suggested by you.. but still getting the same problem. Regards, Rakesh Chandra Pandey -- View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-mysql-with-ofbiz-10-4-tp3616546p3632495.html Sent from the OFBiz - User mailing list arch

Re: Problem: mysql with ofbiz 10.4

2011-06-29 Thread Rakesh_Ists
Mike, This is correct... anything else you can help to get out of it. Thanks in advance Regards, Rakesh Chnadra Pandey -- View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-mysql-with-ofbiz-10-4-tp3616546p3632424.html Sent from the OFBiz - User mailing list archive

need help to write client for web service into ofbiz

2011-12-14 Thread Rakesh_Ists
I want to write web service client into ofbiz framework to consume a web service exposed by any provider. i need help. thanks in advance Regards, Rakesh -- View this message in context: http://ofbiz.135035.n4.nabble.com/need-help-to-write-client-for-web-service-into-ofbiz-tp4194169p4194169.

Re: view entity

2011-12-14 Thread Rakesh_Ists
you can create view into ofbiz using . you can write it into entity-model.xml file of your application. view will be get generated at runtime, there is no existance of it into database. in ofbiz view you can create using inner query, so, therefore change you query using only joins, that will work o