Re: Not getting right behavior of use-when when using in multi (form type) form
Ravi, Check this use-when="statusId.equals("MARK")" I think this will resolve your problem . The problem seems to me in your statement (use-when="${statusId!='MARK'}") is first it resolves statusId=='MARK' to true/false and then ${true/false} tries to get the value of true/false from context. Let me know what happened after this. Thanks and Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "Ravindra Mandre" To: "user" Sent: Tuesday, December 28, 2010 7:11:56 PM Subject: Not getting right behavior of use-when when using in multi (form type) form Hi , I am facing problem while using the use-when tag inside the multi form, I have to following form as expected it should display or text , field depending upon the passed condition but when i am using the use-when tag then the attrValue's display row gets shifted toward the right-side of the form and inserts two extra , which makes forms look very ugly, I am struggling with this from a long time, or some can suggest of other way of using the "use-when " tag, the purpose of doing this is i want to use same form for display and update. Regards Ravindra Mandre
Re: practice application 2 throwing exception
Check the location of form and name of form. Also look for the form name, it is case-sensitive. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "doitifucan" To: user@ofbiz.apache.org Sent: Tuesday, December 14, 2010 4:55:46 PM Subject: practice application 2 throwing exception Hi, i completed the practice 1 application. While working with practice 2 am getting the below exception Screen Render Error java.lang.RuntimeException: Error rendering included form named [ListPersons] at location [component://practice/widget/PracticeForms.xml]: java.lang.NullPointerException at org.ofbiz.widget.screen.ModelScreenWidget$Form.getModelForm(ModelScreenWidget.java:886) at org.ofbiz.widget.screen.ModelScreenWidget$Form.renderWidgetString(ModelScreenWidget.java:862) at org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:143) at org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:734) at org.ofbiz.widget.screen.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:172) at org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:764) at org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:143) at org.ofbiz.widget.screen.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:232) at org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:397) at org.ofbiz.widget.screen.ModelScreenWidget$DecoratorScreen.renderWidgetString(ModelScreenWidget.java:704) at org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:143) at org.ofbiz.widget.screen.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:232) at org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:397) at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:132) at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:91) at org.ofbiz.widget.screen.ScreenWidgetViewHandler.render(ScreenWidgetViewHandler.java:100) at org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:796) at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:537) at org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:203) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:260) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) at org.ofbiz.catalina.container.CrossSubdomainSessionValve.invoke(CrossSubdomainSessionValve.java:63) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) please guide me any better way to identify what went wrong. the error log below 2010-12-14 16:39:55,546 (http-0.0.0.0-8080-1) [ ModelScreenWidget.java:885:ERROR] runtime exception report -- Error rendering included form named [ListPersons] at location [component://practice/widget/PracticeForms.xml]: Exception: java.lang.NullPointerException Message: null stack trace --- java.lang.NullPointerException org.ofbiz.widget.ModelWidget.(ModelWidget.java:65) org.ofbiz.widget.form.ModelForm.(ModelForm.java:208) org.ofbiz.widget.form.FormFactory.createModelForm(FormFactory.java:155) org.ofbiz.widget.form.FormFactory.createModelForm(FormF
BirtContainer seems to be singleton.
Hello Users, I was working on BIRT and it seems like the BirtContainer is singleton and doesn't provide the multi-tenancy and for multi-tenancy, multiple BIRT engine is required. Is this correct ? If yes How can it be implemented for multi-tenant so that only one BIRT engine is required. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth.
Re: Ofbiz Service as Webservice - Need Help
This means that its coming to OFBiz and you can trace by putting logs or debug mode that why its getting in the infinite loop. Right ? I also have to check this. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "Deepa Priolkar" To: user@ofbiz.apache.org Sent: Wednesday, October 27, 2010 1:30:20 PM Subject: RE: Ofbiz Service as Webservice - Need Help Hi Chirag, I haven’t tried with the SOAP UI, but the issue with my case is when I am trying to invoke the service, the call comes to SOAPClientEngine, but then it goes in infinite loop which I am not able to understand.. can you please give me some leads to fix this issue... -Original Message- From: Chirag Manocha [mailto:cmano...@emforium.com] Sent: Wednesday, October 27, 2010 10:04 AM To: user@ofbiz.apache.org Subject: Re: Ofbiz Service as Webservice - Need Help Hi Deepa, Did you try the request with SoapUI ? You will get the exact problem in that. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "Deepa Priolkar" To: user@ofbiz.apache.org Sent: Tuesday, October 26, 2010 7:21:17 PM Subject: Ofbiz Service as Webservice - Need Help Hi, I have hosted one service in Ofbiz as webservices, http://localhost:8080/webtools/control/SOAPService"; invoke="updateScanResult"> add the scan details to the database And I am calling this service through a standalone class public static void main(String str[]) { String output=null; String endpoint,inputParam, username, password; inputParam= "orderId"; try{ endpoint = "http://localhost:8080/webtools/control/SOAPService";; username="admin"; password="ofbiz"; Call call = (Call) new Service().createCall(); call.setTargetEndpointAddress(new URL (endpoint)); call.setOperationName(new javax.xml.namespace.QName("updateScanResult")); call.addParameter ("scanResult", org.apache.axis.Constants.XSD_STRING,javax.xml.rpc.ParameterMode.IN); call.setReturnType(org.apache.axis.Constants.XSD_STRING); Object response = call.invoke(new Object[]{inputParam}); output = (String) response; try{ System.out.println(output); } catch(Exception e){ e.printStackTrace(); } }catch(Exception e){ e.printStackTrace(); } } Not sure what wrong am doing, but there is no response from the service back to the calling client. However in the logs I am seeing that the SOAPEngine is invoked.. 2010-10-26 19:16:39,289 (http-0.0.0.0-8080-97) [ ContextFilter.java:193:INFO ] [Request]: /webtools/control/SOAPService 2010-10-26 19:16:39,289 (http-0.0.0.0-8080-97) [ ControlServlet.java:131:INFO ] [[[SOAPService] Request Begun, encoding=[utf-8]- total:0.0,since last(Begin):0.0]] 2010-10-26 19:16:39,289 (http-0.0.0.0-8080-97) [ VisitHandler.java:221:INFO ] Found visitorId [null] in cookie 2010-10-26 19:16:39,414 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:104:INFO ] [SOAPClientEngine.invoke] : Parameter length - 4 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:119:INFO ] [SOAPClientEngine.invoke} : Parameter: scanResult (IN) - 0 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:119:INFO ] [SOAPClientEngine.invoke} : Parameter: userLogin (INOUT) - 1 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:119:INFO ] [SOAPClientEngine.invoke} : Parameter: locale (INOUT) - 2 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:119:INFO ] [SOAPClientEngine.invoke} : Parameter: timeZone (INOUT) - 3 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:136:INFO ] [SOAPClientEngine.invoke] : Sending Call To SOAP Server 2010-10-26 19:16:39,570 (http-0.0.0.0-8080-98) [ControlEventListener.java:63 :INFO ] Creating session: 000E9158D77B97A81E928B0AB38B211F.jvm1 2010-10-26 19:16:39,570 (http-0.0.0.0-8080-98) [ ContextFilter.java:193:INFO ] [Request]: /webtools/control/SOAPService 2010-10-26 19:16:39,570 (http-0.0.0.0-8080-98) [ ControlServlet.java:131:INFO ] [[[SOAPService] Request Begun, encoding=[utf-8]- total:0.0,since last(Begin):0.0]] 2010-10-26 19:16:39,570 (http-0.0.0.0-8080-98) [ VisitHandler.java:221:INFO ] Found visitorId [null] in cookie 2010-10-26 19:16:40,211 (Dispatcher-Thread-1) [ ?:? :INFO ] Discarded 2 messages due to full event buffer including: [Request]: /webtools/control/SOAPService 2010-10-26 19:16:40,211 (Dispatcher-Thread-1) [ ?:? :INFO ] Discarded 18 messages due to full event buffer including: [SOAPClientEngine.invoke] : Parameter leng
Re: Ofbiz Service as Webservice - Need Help
Hi Deepa, Did you try the request with SoapUI ? You will get the exact problem in that. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "Deepa Priolkar" To: user@ofbiz.apache.org Sent: Tuesday, October 26, 2010 7:21:17 PM Subject: Ofbiz Service as Webservice - Need Help Hi, I have hosted one service in Ofbiz as webservices, http://localhost:8080/webtools/control/SOAPService"; invoke="updateScanResult"> add the scan details to the database And I am calling this service through a standalone class public static void main(String str[]) { String output=null; String endpoint,inputParam, username, password; inputParam= "orderId"; try{ endpoint = "http://localhost:8080/webtools/control/SOAPService";; username="admin"; password="ofbiz"; Call call = (Call) new Service().createCall(); call.setTargetEndpointAddress(new URL (endpoint)); call.setOperationName(new javax.xml.namespace.QName("updateScanResult")); call.addParameter ("scanResult", org.apache.axis.Constants.XSD_STRING,javax.xml.rpc.ParameterMode.IN); call.setReturnType(org.apache.axis.Constants.XSD_STRING); Object response = call.invoke(new Object[]{inputParam}); output = (String) response; try{ System.out.println(output); } catch(Exception e){ e.printStackTrace(); } }catch(Exception e){ e.printStackTrace(); } } Not sure what wrong am doing, but there is no response from the service back to the calling client. However in the logs I am seeing that the SOAPEngine is invoked.. 2010-10-26 19:16:39,289 (http-0.0.0.0-8080-97) [ ContextFilter.java:193:INFO ] [Request]: /webtools/control/SOAPService 2010-10-26 19:16:39,289 (http-0.0.0.0-8080-97) [ ControlServlet.java:131:INFO ] [[[SOAPService] Request Begun, encoding=[utf-8]- total:0.0,since last(Begin):0.0]] 2010-10-26 19:16:39,289 (http-0.0.0.0-8080-97) [ VisitHandler.java:221:INFO ] Found visitorId [null] in cookie 2010-10-26 19:16:39,414 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:104:INFO ] [SOAPClientEngine.invoke] : Parameter length - 4 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:119:INFO ] [SOAPClientEngine.invoke} : Parameter: scanResult (IN) - 0 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:119:INFO ] [SOAPClientEngine.invoke} : Parameter: userLogin (INOUT) - 1 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:119:INFO ] [SOAPClientEngine.invoke} : Parameter: locale (INOUT) - 2 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:119:INFO ] [SOAPClientEngine.invoke} : Parameter: timeZone (INOUT) - 3 2010-10-26 19:16:39,429 (http-0.0.0.0-8080-97) [ SOAPClientEngine.java:136:INFO ] [SOAPClientEngine.invoke] : Sending Call To SOAP Server 2010-10-26 19:16:39,570 (http-0.0.0.0-8080-98) [ControlEventListener.java:63 :INFO ] Creating session: 000E9158D77B97A81E928B0AB38B211F.jvm1 2010-10-26 19:16:39,570 (http-0.0.0.0-8080-98) [ ContextFilter.java:193:INFO ] [Request]: /webtools/control/SOAPService 2010-10-26 19:16:39,570 (http-0.0.0.0-8080-98) [ ControlServlet.java:131:INFO ] [[[SOAPService] Request Begun, encoding=[utf-8]- total:0.0,since last(Begin):0.0]] 2010-10-26 19:16:39,570 (http-0.0.0.0-8080-98) [ VisitHandler.java:221:INFO ] Found visitorId [null] in cookie 2010-10-26 19:16:40,211 (Dispatcher-Thread-1) [ ?:? :INFO ] Discarded 2 messages due to full event buffer including: [Request]: /webtools/control/SOAPService 2010-10-26 19:16:40,211 (Dispatcher-Thread-1) [ ?:? :INFO ] Discarded 18 messages due to full event buffer including: [SOAPClientEngine.invoke] : Parameter length - 4 2010-10-26 19:16:40,211 (Dispatcher-Thread-1) [ ?:? :INFO ] Discarded 2 messages due to full event buffer including: Found visitorId [null] in cookie 2010-10-26 19:16:40,211 (Dispatcher-Thread-1) [ ?:? :INFO ] Discarded 2 messages due to full event buffer including: Creating session: CD55E84B19E7258E0E850B0A1499009C.jvm1 2010-10-26 19:16:40,211 (Dispatcher-Thread-1) [ ?:? :INFO ] Discarded 2 messages due to full event buffer including: [[[SOAPService] Request Begun, encoding=[utf-8]- total:0.0,since last(Begin):0.0]] 2010-10-26 19:20:27,063 (default-invoker-Thread-10) [ JobInvoker.java:231:INFO ] Invoker [default-invoker-Thread-10] received job [Auto-create Fixed Asset Maintenances] from poller [org.ofbiz.service.job.jobpol...@757fad] 2010-10-26 19:20:27,063 (default-invoker-Thread-8) [ JobInvoker.java:231:INFO ] Invoker [default-invoker-Thread-8] received job [Send Email] from poller [org.ofbiz.service.job.jobpol...@757fad] 2010-10-26 19:20:27,063 (default-invoker-Thread-7) [ JobInvo
Re: web path address problem, Is it a bug?
Hi Kashi, Himanshu, Santosh, Check the parameters in web.xml and check the ControlServlet. This will help you how this is happening. After you are done on this then also check web.xml of ecommerce and CatalogServlet for http://demo-stable.ofbiz.apache.org/ecommerce/products/100/100. This will help you learn the request formation. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "Santosh Singh" To: user@ofbiz.apache.org Sent: Thursday, October 7, 2010 8:33:46 AM Subject: web path address problem, Is it a bug? *Hi all, we are novice for ofbiz.* yesterday when we are trying to create the "Practice Application", noticed that on hitting the address in address bar of browser *http://localhost:8080/practice/control/person/main *or* http://localhost:8080/practice/control/main*, we got the same output of main page *http://localhost:8080/practice/control/main/person * or* http://localhost:8080/practice/main/person*, we got the same output of Person page. After a hrs of struggling found that it is also happens on the following links of demo site. *http://demo-trunk.ofbiz.apache.org:8080/ecommerce/control/main/contactus http://demo-trunk.ofbiz.apache.org:8080/ecommerce/control/contactus* out put are same. again it repeated with this also. *http://demo-trunk.ofbiz.apache.org:8080/ecommerce/control/contactus/main http://demo-trunk.ofbiz.apache.org:8080/ecommerce/control/contactus/main* * *Are we doing something wrong or silly mistakes? or it is a kind of bug "some redirection problem" or something else. Please guide us, your great help will be appreciated whole heartedly. Kashi, Himanshu & Santosh Singh.
Re: Entity engine compare columns
Hi Varun, Following will work for you :- EntityCondition.makeCondition("USER_LOGIN_ID", EntityJoinOperator.NOT_EQUAL, partyId) Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "pankaj savita" To: user@ofbiz.apache.org Sent: Monday, October 11, 2010 6:12:44 PM Subject: Re: Entity engine compare columns Hi Varun, You can make EntityCondition using: EntityCondition.makeCondition("USER_LOGIN_ID", EntityOperator.GREATER_THAN_EQUAL_TO, PARTY_ID) or EntityCondition.makeCondition("USER_LOGIN_ID", EntityOperator.LESS_THAN_EQUAL_TO, PARTY_ID) -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Mon, Oct 11, 2010 at 4:40 PM, varun bhansaly wrote: > Hi, > Is it possible to compare two columns using the entity engine, > For eg, write a query like this - > SELECT * FROM USER_LOGIN WHERE USER_LOGIN_ID <> PARTY_ID > > -- > Regards, > Varun Bhansaly >
Reorder levels
Hi Folks, I was working on reorder product thing. The ProductFacility entity is having fields for facilityId, minimumStock, reorderQuantity. I would also like to store maximumStock. I was bit confused after looking two entities one is ReorderGuideline and another is ProductFacility. Both the entities seems same to me but I dont know what is the purpose of having both. Also let me know where I should store maximumStock. As per the current implementation ProductFaciltiy entity should be used. Thanks and Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth.
Re: problem finding jar file
Its not the part of downloaded zip file. You need to run ant run-install which will load data and create ofbiz.jar, after that startofbiz will work. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "UMESH KUSHWAH" To: user@ofbiz.apache.org Sent: Wednesday, September 15, 2010 1:14:01 PM Subject: problem finding jar file Recently i downloaded ofbiz 9.04 version for windows. I installed mysql and java 6 and set the JAVA_HOME variable. I unpacked the ofbiz downloaded zip file to C drive. It created a directory 'apache-ofbiz-09.04'. As per the documentation, i went to the above directory and executed 'startofbiz.bat' command. But it gave the following error message. C:\apache-ofbiz-09.04>"C:\Program Files\Java\jdk1.6.0_21\bin\java" -Xms128M -Xmx 512M -jar ofbiz.jar Unable to access jarfile ofbiz.jar It's unable to find ofbiz.jar file. I also searched for ofbiz.jar file in entire apache-ofbiz-09.04 folder. It's not found. Where can i find that file? Hope it's part of the downloaded zip file. Please help. -- View this message in context: http://ofbiz.135035.n4.nabble.com/problem-finding-jar-file-tp2540052p2540052.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to show electronic text in pdf using fo.ftl file
Hi Ravi, You could store your content in fo.ftl tags in ElectronicText entity. HTH. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "Ravindra Mandre" To: "user" Sent: Thursday, August 12, 2010 6:22:29 PM Subject: How to show electronic text in pdf using fo.ftl file Hi, How can I get the electronic text content in PDF format by using .fo.ftl , I tried this by using forms but getting error, so I moved to *.fo.ftl , can any one suggest me how can I get the same output in pdf as we get on the screen by using electronic text. Regards Ravindra Mandre
Re: how to make myself good at ofbiz
Hi Aayush, For project selection :- http://ofbiz.markmail.org/search/?q=Suggest%20Project%20topics#query:Suggest%20Project%20topics+page:1+mid:o2ubitr7m7mxud4u+state:results HTH. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. From: "Ravindra Mandre" To: user@ofbiz.apache.org Sent: Thursday, August 12, 2010 12:59:07 PM Subject: Re: how to make myself good at ofbiz Hello Ayush , Its really great that you have chosen OFBiz as you major project for training , and as you mentioned that you are getting training under hotwax media corp. so , I would suggest you to go through the basic PRACTICE APPLICATION and watch the video's of ofbiz that are available on documentation page. https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide Regards Ravindra Mandre On Thu, Aug 12, 2010 at 9:47 AM, Aayush wrote: > > i am a student of engineering in computer science branch > i'v a decent knowledge of core java and servelet, JDBC and JSP ... > rite now m taking training under an employee of hot-wax media corp.. > and im planning to make my major project in ofbiz itself ... > but m having a doubt that i wud be able to make sucessfull project on this > or not ?? > m not doubting OFBiz ...rather m challanging myself ... > i'v time of around an year ...i'v a group of 5 people and of which only 2 > of > us are taking training ... > but we wud be teaching the rest of them whatever is coming to us ... > > rite now we'v understood how a request has to be traced ...so m able to > reach upto the desired code location ..but rite now we'r unable to > understand the services (business logics) ...we wud surely be working on > that we'v implemented the hello1, hello2 and hello3 applications > available on the tutorials available on net so now we know which > package > containes which files and what are their purpose ... > > so what do u think wud be a good idea to proceed further in the learning > process of ofbiz > > and what wud be a good idea to make a project on ? > please rply sooon .. > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/how-to-make-myself-good-at-ofbiz-tp2322188p2322188.html > > Sent from the OFBiz - User mailing list archive at Nabble.com. >
Re: Catalog and product
Hi Arthi, I dont know your efficiency level in OFBiz. Basically this seems that you need books to read for development. https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books More over You need to study Data Model volume 1 from Len Silverston at first. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "Arthi Raja" > To: user@ofbiz.apache.org > Sent: Monday, August 2, 2010 7:12:42 PM > Subject: Re: Catalog and product > Hai Chirag Manocha, > > Your suggestion helped. Thank you. I wish to create a full fledged > online store. But now i have created only catalogs. Suggest some > tutorials which are descriptive. > > On 8/2/2010 5:18 PM, Chirag Manocha wrote: > > https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-catalogCategoryProductSetup > > > > HTH > > > > Regards > >
Re: Catalog and product
https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-catalogCategoryProductSetup HTH Regards -- Chirag Manocha Emforium Software Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "Arthi Raja" > To: user@ofbiz.apache.org > Sent: Monday, August 2, 2010 4:48:18 PM > Subject: Catalog and product > Hi all, > > > I have created one catalog with category and products within that > category. While selecting my custom catalog i could not see any of my > category or product. Suggestions are invited. > > > Thanks, > Arthi
Re: Making wsdl URL dynamic
Hi Vivek, What url you want to be dynamic ? I think the url where your webservice is deployed. Can you please specify more ? Regards -- Chirag Manocha Emforium Software Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "vivtops86" > To: user@ofbiz.apache.org > Sent: Thursday, July 29, 2010 2:08:17 PM > Subject: Re: Making wsdl URL dynamic > Thanks Chirag for the reply.. > > But i am calling a remote web service..which can be from any > machine...It is > a a general web service...Can you just make it clear.. > > Thanks & Regards > Vivek > -- View this message in context: > http://ofbiz.135035.n4.nabble.com/Making-wsdl-URL-dynamic-tp2305224p2306118.html > Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: Making wsdl URL dynamic
You could give the endPointUrl different when you are calling webservice from java code. Like these cases are used when you have different environments e.g. testing, production etc. So you could read the url from properties file set it in endPointUrl. HTH Regards -- Chirag Manocha Emforium Software Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "vivtops86" > To: user@ofbiz.apache.org > Sent: Wednesday, July 28, 2010 9:44:41 PM > Subject: Making wsdl URL dynamic > I have successfully called a webservice using the definition: > > location="http://localhost:8080/webtools/control/SOAPService"; > invoke="testScv"> Test SOAP service; calls the OFBiz test > service mode="IN" optional="true"/> > > > > Is there anyway to make the value of location dynamic? > -- View this message in context: > http://ofbiz.135035.n4.nabble.com/Making-wsdl-URL-dynamic-tp2305224p2305224.html > Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: wsdl implementation !
You can create your own component and create a build in which do something like :- http://axis.apache.org/ns/interop"; package="interop" /> then compile, build(could do by build), create your jar and put the jar in framework/base/lib. Now you are ready to use the java files. You will also require axis-ant.jar , axis.jar. HTH Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "Prashant Punekar" > To: user@ofbiz.apache.org > Sent: Thursday, July 8, 2010 12:05:51 AM > Subject: wsdl implementation ! > Hi, > > We have our own wsdl implementation. > I would like to know, how can I integrate axis into ofbiz and then > deploy different wsdl implementations. > > Regards, > Prashant > > > > http://www.mindtree.com/email/disclaimer.html
Re: AcctgTransAttribute
It might be possible that this entity is not used anywhere but this entity have some reason for existence as the Data Model of OFBiz is generic and possibly functionality for entity is not implemented yet. You may need to study Chapter 8 Accounting And Budgeting of Data Model Book. Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "V.S." > To: user@ofbiz.apache.org > Sent: Wednesday, July 7, 2010 3:17:43 PM > Subject: AcctgTransAttribute > Where it is used AcctgTransAttribute? Possibly I badly searched, but > except definition I have found nothing. > -- View this message in context: > http://ofbiz.135035.n4.nabble.com/AcctgTransAttribute-tp2280694p2280694.html > Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: Services semaphore attribute
Which code ? Framework ? While searching on topic I found this http://ofbiz.markmail.org/search/?q=Semaphore#query:Semaphore%20list%3Aorg.apache.ofbiz.user+page:3+mid:ai2oszstroga6fpx+state:results Jacques, How did u resolve that ? :-) Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "Scott Gray" > To: user@ofbiz.apache.org > Sent: Thursday, June 17, 2010 3:11:44 PM > Subject: Re: Services semaphore attribute > There could be a bug in the code, the entity definition is correct > because an entry gets put in that table when a semaphore service is > begun and then removed when it completes. The presence of a record in > the entity is the indicator that the semaphore service is being run so > any subsequent calls need to wait. > > Obviously it shouldn't be trying to add another row for the same > service, it should instead be waiting until the row is removed so that > it can write a fresh row and begin the next service call in queue. > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 17/06/2010, at 9:23 PM, Chirag Manocha wrote: > > > Thanks Jacques, Scott. > > > > I saw the entity ServiceSemaphore. Why the primary key of this > > entity is serviceName ? > > Like In my case when 10 requests come simultaneously, there is a > > service event in request. Now service needs to be called > > sequentially. Now when I use the semaphore attribute i.e. > > semaphore="wait", It gives exception:- > > Message: SQL Exception while executing the following:INSERT INTO > > public.SERVICE_SEMAPHORE (SERVICE_NAME, LOCK_THREAD, LOCK_TIME, > > LAST_UPDATED_STAMP, LAST_UPDATE > > D_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, > > ?, ?) (ERROR: duplicate key value violates unique constraint > > "pk_service_semaphore") > > > > > > Regards > > -- Chirag Manocha > > Emforium Pvt. Ltd. > > Contact :- +91-98735-47457, +91-98263-19099 > > Please don't print this Email unless you really need to - this will > > preserve trees on planet earth. > > > > - Original Message - > >> From: "Jacques Le Roux" > >> To: user@ofbiz.apache.org > >> Sent: Thursday, June 17, 2010 1:25:34 PM > >> Subject: Re: Services semaphore attribute > > > >> Right, > >> https://cwiki.apache.org/confluence/display/OFBTECH/Service+Engine+Guide > >> > >> Simply type semaphore in the search box Jacopo implemented in the > >> OFBiz main page > >> > >> Jacques > >> > >> Scott Gray wrote: > >>> I'm pretty sure I documented this as part of the service engine > >>> guide in confluence. I don't have a link handy. > >>> > >>> Regards > >>> Scott > >>> > >>> On 17/06/2010, at 7:30 PM, Jacques Le Roux wrote: > >>> > >>>> Hi Chirag, > >>>> > >>>> I think you are looking to use the wait value of the semaphore > >>>> attribute. Beware of the timeout though... > >>>> You may combine with the other semaphore attributes if needed > >>>>>>>> default="300"/> >>>> type="xs:int" default="500"/> > >>>> > >>>> HTH > >>>> > >>>> Jacques > >>>> Please use rather the user MLfor such questions, thanks... > >>>> - Original Message - > >>>> From: Chirag Manocha > >>>> To: jacques.le.r...@les7arts.com > >>>> Sent: Thursday, June 17, 2010 9:11 AM > >>>> Subject: Services semaphore attribute > >>>> > >>>> > >>>> Hi Jacques, > >>>> Can you please tell me about semaphore attribute of service tag. > >>>> > >>>> The scenario is when I am getting multiple request(request is > >>>> calling a service) then I want the service to be called in > >>>> sequence rather than parallel, > >>>> > >>>> If you can provide some links to documentation that will be help, > >>>> > >>>> Thanks and Regards > >>>> -- Chirag Manocha > >>>> +91-98735-47457
Re: Services semaphore attribute
Thanks Jacques, Scott. I saw the entity ServiceSemaphore. Why the primary key of this entity is serviceName ? Like In my case when 10 requests come simultaneously, there is a service event in request. Now service needs to be called sequentially. Now when I use the semaphore attribute i.e. semaphore="wait", It gives exception:- Message: SQL Exception while executing the following:INSERT INTO public.SERVICE_SEMAPHORE (SERVICE_NAME, LOCK_THREAD, LOCK_TIME, LAST_UPDATED_STAMP, LAST_UPDATE D_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (ERROR: duplicate key value violates unique constraint "pk_service_semaphore") Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "Jacques Le Roux" > To: user@ofbiz.apache.org > Sent: Thursday, June 17, 2010 1:25:34 PM > Subject: Re: Services semaphore attribute > Right, > https://cwiki.apache.org/confluence/display/OFBTECH/Service+Engine+Guide > > Simply type semaphore in the search box Jacopo implemented in the > OFBiz main page > > Jacques > > Scott Gray wrote: > > I'm pretty sure I documented this as part of the service engine > > guide in confluence. I don't have a link handy. > > > > Regards > > Scott > > > > On 17/06/2010, at 7:30 PM, Jacques Le Roux wrote: > > > >> Hi Chirag, > >> > >> I think you are looking to use the wait value of the semaphore > >> attribute. Beware of the timeout though... > >> You may combine with the other semaphore attributes if needed > >> >>default="300"/> >>type="xs:int" default="500"/> > >> > >> HTH > >> > >> Jacques > >> Please use rather the user MLfor such questions, thanks... > >> - Original Message - > >> From: Chirag Manocha > >> To: jacques.le.r...@les7arts.com > >> Sent: Thursday, June 17, 2010 9:11 AM > >> Subject: Services semaphore attribute > >> > >> > >> Hi Jacques, > >> Can you please tell me about semaphore attribute of service tag. > >> > >> The scenario is when I am getting multiple request(request is > >> calling a service) then I want the service to be called in > >> sequence rather than parallel, > >> > >> If you can provide some links to documentation that will be help, > >> > >> Thanks and Regards > >> -- Chirag Manocha > >> +91-98735-47457
Re: for loop in simple method
Dont know you want a simple 'for' loop or you are looking for 'for each' loop. This can help you iterating a list ... ... P.S. Please ask such questions on user mailing list. Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "Atul Vani" > To: d...@ofbiz.apache.org > Sent: Monday, June 14, 2010 5:34:53 PM > Subject: Re: for loop in simple method > hi Swapnil, > > how about you use > > > never tried it, but i guess it would work. > Please use 'User Mailing List' for such questions. > > -- Thanks & Regards > Atul Vani > Enterprise Software Developer > HotWax Media Pvt. Ltd. > http://www.hotwaxmedia.com/ We are the Global Leaders in Apache OFBiz, > Google 'ofbiz' and see for yourself. > > Swapnil Sawant wrote: > > Hi, > > > > Can anyone pl let me know if there is any looping functionality (for > > loop) implemented in simple method of ofbiz ? > > > > I want to do iteration in simple method as given below : > > > > int start = ; > > int end = ; > > > > for(int i=start;i<=end;i++){ > > > > //some processing here > > > > } > > > > Any sample piece of code would be of great help. > > > > > > Thanks, > > Swapnil Sawant > > > > This Email may contain confidential > > or privileged information for the intended recipient (s) If you are > > not the intended recipient, please do not use or disseminate the > > information, notify the sender and delete it from your system. > > > > __ > >
Re: EntityEngine field types
fieldtypederby.xml, fieldtypepostgres.xml will help you. Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on planet earth. - Original Message - > From: "Deyan Tsvetanov" > To: user@ofbiz.apache.org > Sent: Friday, June 11, 2010 3:15:03 PM > Subject: EntityEngine field types > Hi guys, > > I am trying to find some description of the field types in entity > engine. Currently it supports the following: > > date > date-time time > > id-ne > name id > long-varchar comment > description very-short > id-long-ne id-long > id-vlong id-vlong-ne > very-long short-varchar > value url > email credit-card-number > credit-card-date > > > floating-point > numeric fixed-point > currency-amount currency-precise > > > indicator > > blob > > I mean some info about the data length, type, etc. For example what is > the difference between comment and description, name and value, > id-long and id-vlong, very-long, etc. > > All I could find is > http://ofbiz.apache.org/docs/entity.html > > but there is no such info on that page. > > Cheers, > Deyan
Re: User Management in Ofbiz.
No, you should expire the role. Possibly, Party have the orders or many things associated with it as per business process. So how can you remove those ? Like if you delete the Party, Will you delete all the orders associated with it ? No, this is not business process. Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 - "rrhati2010" wrote: > From: "rrhati2010" > To: user@ofbiz.apache.org > Sent: Tuesday, June 1, 2010 3:14:13 PM > Subject: Re: User Management in Ofbiz. > > Hi Chirag, > > As an administrator I must be able to remove a party of role customer > from > the Party table, right? > > > - > RRH > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Re-User-Management-in-Ofbiz-tp2238259p2238264.html > Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: User Management in Ofbiz.
Hi Gopal, Deleting customers sounds strange. Why do you want to delete the customers ? This is fair that if customer wants then he can unsubscribe from list etc. Can you please specify the exact problem or requirement. Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 P.S. Ask these sort of questions on user mailing list. - "gopal123" wrote: > From: "gopal123" > To: d...@ofbiz.apache.org > Sent: Tuesday, June 1, 2010 2:54:54 PM > Subject: User Management in Ofbiz. > > Hi All > I am using ofbiz e-commerce application.I am able to create new > users,But not able to delete any user through front-end, i.e through > admin > screen.Also i think the customer should also be able to unsubscribe > him/her > self whenever he/she wish.So kindly help me in this regard. > Waiting for reply.Thanks in advance. > Regards > Gopal > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/User-Management-in-Ofbiz-tp2238233p2238233.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com.
Re: Remove "You Might Also Interested" Items From Cart
These are actually associated products to the product you are looking at. The association is in ProductAssoc entity and association type are PRODUCT_UPGRADE , PRODUCT_COMPLEMENT You can remove the association and there is a check in ftl that the part will only appears <#if associatedProducts?has_content> Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 - "BrettS" wrote: > From: "BrettS" > To: user@ofbiz.apache.org > Sent: Friday, 14 May, 2010 10:11:40 AM > Subject: Remove "You Might Also Interested" Items From Cart > > Hi, > > Can anyone tell me how to remove the list of "You Might Also > Interested:" > items in the /ecommerce/control/modifycart page please? > > I could just comment out the code in showcart.ftl. However, I presume > there > is a better way. > > Thank you > > Regards > > Brett S > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Remove-You-Might-Also-Interested-Items-From-Cart-tp2216100p2216100.html > Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: Entery of invoice in Trail balance after receiving PO
OFBiz 9.04 and OFBiz 4.0 are different versions of OFBiz. It is possible that there might be some bugs in OFBiz 4.0 which are resolved in OFBiz 9.04. I would suggest if you can switch to higher version then that will be more reliable and effective version to work on. Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 - "Anurag Walia" wrote: > From: "Anurag Walia" > To: user@ofbiz.apache.org > Sent: Wednesday, 12 May, 2010 11:50:55 AM > Subject: Entery of invoice in Trail balance after receiving PO > > Hi all, > > Thanks in advance. > > I have a problem with ofbiz-4.0 for entery of invoice in Trail balance > after > receiving PO while it is working fine with ofbiz 9.0 after configure > the > financial account to party group but not with ofbiz-4.0 after making > the > same configuration . > > could any one tell me there is any other configuration also required > in > ofbiz-4.0. > > Regards > Anurag Walia > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Entery-of-invoice-in-Trail-balance-after-receiving-PO-tp2195638p2195638.html > Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to edi the <@ofbizUrl/>
Hi Prasanthi, I am not sure but your question is not clear. What is the meaning of ticket number here. Please specify the exact problem. About ofbizUrl tag, it is defined in freemarkerTransforms.properties file. Class names are specified for the tags there. OfbizUrlTransform.java class is responsible for rendering of this tag. Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 - "prasanthi_ofbiz" wrote: > From: "prasanthi_ofbiz" > To: user@ofbiz.apache.org > Sent: Monday, 10 May, 2010 12:10:28 PM > Subject: How to edi the <@ofbizUrl/> > > Hi >In Ofbiz Application the each and every request contains the > <@ofbizUrl> > url part . I have implemented cash server in ofbiz application. Its > working > fine, but I have one issue like one of the screen having First, Next, > Previous and Last links which will contain the parent url with > dynamic > parameters. In my application the url contains one ticket number as a > paramenter. While clicking on the any one of these links the url > picking the > parent url which will contain the ticket number as one of the > parameter. I > don't want this ticket number. So I want to remove the ticket from > the > <@ofbizUrl>. > Plese help me in this . > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/How-to-edi-the-ofbizUrl-tp2165006p2165006.html > Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: Mention of Year on OFBiz website home page
+1 Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 - "Adrian Crum" wrote: > From: "Adrian Crum" > To: user@ofbiz.apache.org > Sent: Thursday, May 6, 2010 10:50:57 AM > Subject: Re: Mention of Year on OFBiz website home page > > In addition, maybe we should start making plans for a big tenth > anniversary splash. > > -Adrian > > --- On Wed, 5/5/10, Ashish Vijaywargiya > wrote: > > > From: Ashish Vijaywargiya > > Subject: Mention of Year on OFBiz website home page > > To: "Ofbiz User ML" > > Date: Wednesday, May 5, 2010, 10:15 PM > > WDYT if on the ofbiz website home > > page (http://ofbiz.apache.org) we > > mention the year when OFBiz project started. > > A single line can be added in any of the para pertaining > > inside "Learn > > more about the project" heading. > > > > The line can be(or even better - Thoughts?) > > -- Tons of code contributed by community members since > > project started in 2001. > > > > I think everybody understand advantage of adding this, so > > skipping > > those details. > > > > -- > > Ashish > >
Re: Any news on release 10.04?
Release 10.04 is already out. You can have it from svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04 Regards -- Chirag Manocha Emforium Pvt. Ltd. Contact :- +91-98735-47457, +91-98263-19099 - "Matt Warnock" wrote: > From: "Matt Warnock" > To: user@ofbiz.apache.org > Sent: Wednesday, May 5, 2010 11:10:35 AM > Subject: Any news on release 10.04? > > Has there been, or will there be a 10.04 release branch? I haven't > seen > anything about it in some weeks, though I thought things were headed > in > that direction. > > I'm now running Ubuntu 10.04 on my laptop. Just curious... > -- > Matt Warnock > RidgeCrest Herbals, Inc.
Re: Help required in ftl
Hi Hemanth, You can do this with the use of database. This has been done with the theme use also. You can check the main-decorator screen in CommonScreens.xml of ecommerce. Regards -- Chirag Manocha Sr. Software Engineer Emforium Group Inc. +91-98735-47457 - "Hemanth Kumar Kanamarlapudi" wrote: > From: "Hemanth Kumar Kanamarlapudi" > To: "user@ofbiz.apache.org" > Sent: Thursday, April 1, 2010 6:23:51 PM > Subject: Help required in ftl > > Hi All, > > I need a help regarding ftl. > > I need to include an ftl file dynamically if it is available or else > include a default ftl page. > > Any one has an idea, please let me know. > > Thanks in advance > > Hemanth > > Hemanth Kumar.K| Module Lead| MindTree Ltd. Maruthi Chambers, No. > 17/9C, 17/4C, Rupena Agrahara, Hosur Road, Bangalore - 560 068, INDIA > | > Voice +91 80 25738005 x 77590| Mobile +91 9986134010| email: > hemanth_kanamarlap...@mindtree.com<mailto:hemanth_kanamarlap...@mindtree.com> > |www.mindtree.comhttp://www.mindtree.com/> | > > > > http://www.mindtree.com/email/disclaimer.html
Re: New ecommerce website based on OFBiz
Hi Sac, Also go through http://docs.ofbiz.org/display/OFBENDUSER/Working+with+the+Catalog+Manager <http://docs.ofbiz.org/display/OFBENDUSER/Working+with+the+Catalog+Manager>Catalog Manager plays a big role in ecommerce site and also refer DemoProducts.xml file. Regards -- Chirag Manocha Freelancer +91-98263-19099 On Mon, Nov 30, 2009 at 7:37 PM, Mridul Pathak < mridul.pat...@hotwaxmedia.com> wrote: > Sac, > >My suggestion for the best way to start with a new ecommerce website > based on OFBiz is to: > > 1) Create a separate new component in hot-deploy. > 2) > Copy over the basic screens and templates from > specialpurpose/ecommerce. Style them as you like. Create new if > required. > 3) Refer demo ecommerce data to setup your > store/catalog/categories/products in the same manner. > 4) Include specialpurpose/ecommerce controller.xml in you hot-deploy > component's controller.xml and use OOTB business processes from > ecommerce and other components as much possible. > > And lastly this link will certainly help you to setup your ecommerce store > and is a good guide to begin with: > > http://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide > . > > -- > Thanks & Regards > Mridul Pathak > Hotwax Media > http://www.hotwaxmedia.com > mridul.pat...@hotwaxmedia.com > - > direct: +91 - 942.592.6892 > > On Mon, Nov 30, 2009 at 7:20 PM, sac sha wrote: > > > Hi All > > > > I am trying to develop an ecommerce website through ofbiz. All I am doing > > is > > copying the ecommerce from special purpose package. Not sure whether this > > is > > right way of doing an ecommerce website through ofbiz. > > > > Please suggest. > > > > -- > > Regards > > Sac >
Re: No Payment Method type - outgoing payment
Hi Aswath, On outgoing payment, PaymentMethodType Drop-down is not given because PaymentmethodId is given. These PaymentMethodId is preconfigured for the owner (currently Company) party or can be configured. When selecting any paymentMethodId then paymentMethodTypeId will be the paymentMethodTypeId of selected paymentMethodId. And also it is not possible that paymentMethodTypeId to be selected different from the paymentMethodTypeId of paymentMethodId. So no need to give paymentMethodTypeId for the outgoing payment. Regards -- Chirag Manocha Freelancer +91-98263-19099 On Mon, Nov 23, 2009 at 12:03 PM, aswath narayana < aswath.satras...@gmail.com> wrote: > In the OutgoingPayment screen, > What is the Relation between PaymentMethodId and PaymentMethodType. > > Thanks, > -Aswath > > > On Sun, Nov 22, 2009 at 4:26 AM, Jacques Le Roux < > jacques.le.r...@les7arts.com> wrote: > > > I'm not sure to understand. There are Payment method types in outgoing > > payment (dropdown) but some are missing (cash, etc.) > > > > Jacques > > > > From: "aswath narayana" > > > > Hello All, > >> PaymentMethodType drop down field is missing in the new outgoing payment > >> screen. > >> > >> When clicked on the 'Create' button, the flow is transferred to 'header' > >> detail of the outgoing payment. > >> In that screen, PaymentMethodType is available. However, there is also > >> PaymentMethodId. > >> What is the relation between PaymentMethodType and PaymentMethodId. If > >> yes, > >> how can it be defined > >> > >> Regards > >> -Aswath > >> > >> > > > -- Thanks & Regards Chirag Manocha Hotwax Media Pvt. Ltd. (M) +91-982-631-9099
Re: partytypeid = person how?
Hi Arays, Following Book will help you. 'Chapter 2 - People and Organization' is specially for Party. The Data Model Resource Book, Vol. 1: A Library of Universal Data Models for All Enterprises (Paperback) by Len Silverston <http://www.amazon.com/exec/obidos/search-handle-url/ref=ntt_athr_dp_sr_1?%5Fencoding=UTF8&sort=relevancerank&search-type=ss&index=books&field-author=Len%20Silverston> Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 ARays wrote: Thanks Adrian. I figured it would be easier to stick to using 'Role' than PartyType to limit the number of changes and be reasonably close to the trunk codebase. I would have liked a way to fix a role that can't be changed or dropped (essentially achieving the same effect as my original intent of picking a partyType) and my next steps would be to try and fix that sort of thing. - Arays Adrian Crum wrote: Employee is a party role, not a party type. It would be less work for you to use the existing functionality. -Adrian ARays wrote: Hi, I am following the createEmployee flow of partymgr and trying to establish where the partyTypeId is set to 'PERSON'. I am looking to change that to a sub type called 'EMPLOYEE' that I have created. I could figure out how alternative flow for 'PARTY_GROUP' is set , but unclear on how 'PERSON' is set. Would really appreciate pointers. - Arays
Re: Error while converting string to int
Hi Shuchi, This not seems to be the error of parsing. Look at this again :- Target exception: java.lang.IndexOutOfBoundsException: index: 0 for list of size: 0 It shows that you accessing first index of any arraylist of size 0. Also I would like to confirm u have myString as a array of String or a single String object. (I have a String - which has _*numbers*_ stored) Please use log messages to trace where the exact problem is coming and post it again. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 su2 wrote: Hello Friends, I have a java function, where I have a String - which has numbers stored as string. When I "return" the string as a String, it prints perfectly fine. But I need to do some math-data manipulation with those string numbers. When I try to convert the string into int (int a = Integer.parseInt(myString);), it gives me following error in log file --- BSH Evaluation error. Exception: bsh.TargetError Message: Sourced file: inline evaluation of: ``com.opensourcestrategies.financials.reports.ReportHelper.getOrderSubTotal(delega . . . '' : Method Invocation com.opensourcestrategies.financials.reports.ReportHelper.getOrderSubTotal stack trace --- Sourced file: inline evaluation of: ``com.opensourcestrategies.financials.reports.ReportHelper.getOrderSubTotal(delega . . . '' : Method Invocation com.opensourcestrategies.financials.reports.ReportHelper.getOrderSubTotal : at Line: 1 : in file: inline evaluation of: ``com.opensourcestrategies.financials.reports.ReportHelper.getOrderSubTotal(delega . . . '' : com .opensourcestrategies .financials .reports .ReportHelper .getOrderSubTotal ( delegator , OTCMOrderNo ) Target exception: java.lang.IndexOutOfBoundsException: index: 0 for list of size: 0 bsh.BSHMethodInvocation.eval(Unknown Source) bsh.BSHPrimaryExpression.eval(Unknown Source) bsh.BSHPrimaryExpression.eval(Unknown Source) bsh.Interpreter.evalParsedScript(Unknown Source) bsh.Interpreter.eval(Unknown Source) bsh.Interpreter.eval(Unknown Source) bsh.Interpreter.eval(Unknown Source) org.ofbiz.base.util.BshUtil.eval(BshUtil.java:77) --- I was not able to understand the error. I really appreciate the help. Thank you in advance. su-
Re: How to Create Own Store
Hi Kumar, As Sumit said you can refer DemoProducts.xml and if you want to do the setup from front end then you can refer https://demo.ofbiz.org/catalog/control/EditProductStore Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Sumit Pandit wrote: Hi Kumar, Please refer eCommerce - DemoProduct.xml. -- Thanks and Regards Sumit Pandit On 18-Sep-09, at 12:54 PM, Jitender Kumar Maurya wrote: Hi, can u please help : How to Create Own Store using ofbiz. wating for reply Thanks. Kumar
Re: Unable to access Webtools
Hi Nitin, Please take update and do the ant activities again. It will definitely run. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Nitin Gupta wrote: I was using 814529. -Original Message- From: Erwan de FERRIERES [mailto:erwan.de-ferrie...@nereide.biz] Sent: Tuesday, September 15, 2009 2:54 PM To: user@ofbiz.apache.org Subject: Re: Unable to access Webtools Which version are you using ? There was a problem yesterday, which has been corrected with the 814546 revision. Le 15/09/2009 11:14, Nitin Gupta a Ă©crit : Hi Sumit I am getting, "unable to login this application" Regards n -Original Message- From: Sumit Pandit [mailto:sumit.pan...@hotwaxmedia.com] Sent: Tuesday, September 15, 2009 2:23 PM To: user@ofbiz.apache.org Cc: Sumit Pandit Subject: Re: Unable to access Webtools Hello Nitin, Can you please send error message you are getting at console. -- Thanks Sumit Pandit On 15-Sep-09, at 2:01 PM, Nitin Gupta wrote: Hi All, I started Ofbiz trunk on a Windows machine. I am able to login to the "ecommerce" with admin:ofbiz but I am not able to login to "webtools" with same credentials. Please help. The message I am getting does not talk about invalid login and password but something else. Is it a configuration issue? Regards nitin
Re: Bug in Lookup Order(s) screen when no type selected
Its working fine at https://demo.ofbiz.org/ordermgr/control/orderlist, but there is some problem at https://demo904.ofbiz.org/ordermgr/control/orderlist. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Cimballi wrote: Hi Jacques, I just tested it at this url "https://demo904.ofbiz.org/ordermgr/control/orderlist"; and the problem is still there. But at this url "https://demo.ofbiz.org/ordermgr/control/orderlist"; you don't have the problem. I don't think I created ny JIRA for this. Cimballi On Mon, Aug 24, 2009 at 8:17 AM, Jacques Le Roux wrote: Hi, It seems that this bug has been fixed. Else please provide more informations. Is there a Jira issue opens for that ? Thanks Jacques From: "Cimballi" Hi, There is a bug in the Lookup Order(s) screen. If you change nothing and click on Find, you see the samples orders, but if you unselect all types, you have the following message : You do not have permission to view this page (it needs "ORDERMGR_VIEW" or "ORDERMGR_ADMIN"). And I was connected with the admin account. Cimballi
Re: Bug in Lookup Order(s) screen when no status selected
Hi Jacques/Cimballi, This is perfectly working fine on https://demo904.ofbiz.org/ordermgr/control/orderlist as well as https://demo.ofbiz.org/ordermgr/control/orderlist. OFBiz-2590 was there for this. and code committed in r784145 & r784147 There might be some confusion Cimballi. Please cross check. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Cimballi wrote: Hi Jacques, On this url "https://demo904.ofbiz.org/ordermgr/control/orderlist";, I was not able to reproduce the problem but I found this, if you select no status and "Purchase order", you have again the message "You do not have permission to view this page (it needs "ORDERMGR_VIEW" or "ORDERMGR_ADMIN").". And I have the same problem here "https://demo.ofbiz.org/ordermgr/control/orderlist";. Cimballi On Mon, Aug 24, 2009 at 8:19 AM, Jacques Le Roux wrote: Hi, It seems that this bug has been fixed. Else please provide more informations. Is there a Jira issue opens for that ? Thanks Jacques From: "Cimballi" Hi, There is another bug in the Lookup Order(s) screen. If you select one or more status and Sales type, the result display only the Sales Orders. But if you select no status and Sales type, the result display all orders (at least, with Demo data, it displays also the Purchase Order). Cimballi
Re: Question on financial account and GL Account
Hi Aswath, Comments Inline :- aswath narayana wrote: Hi, In the financial accounts screen, I click on the financial account id 9000 (Standard Chartered). * I click on deposit/withdraw menu item. * I find all the deposit/withdraw 's One of the payment Id's is demo10010<https://localhost:8443/accounting/control/paymentOverview?paymentId=demo10010> . The details of the payment shows that the PaymentMethodType is BillingAccount. Why is the BillingAccount transactions shown in the FinancialAccounts. These billing account transactions are not which are associated with the Financial Accounts. These transactions are those which are not associated to Financial accounts and this screen is used to associate selected transactions with current Financial Accounts. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Any pointers please to understand FinancialAccounts Thanks -Aswath On Fri, Jul 31, 2009 at 4:17 PM, aswath narayana wrote: Hello All, In the demo data, there are two financial accounts 9001<https://localhost:8443/accounting/control/EditFinAccount?finAccountId=9001> Bank Account Active ABN AMRO USD Company Company 111000Y 0 75,000 75,000 9000<https://localhost:8443/accounting/control/EditFinAccount?finAccountId=9000> Bank Account Active Standard Chartered USD Company Company 111000Y 0 50,000 50,000 The amount is posted to GL accountid 111000. However, in the trial balance for GLAccount, the entry is not shown. How do you link the financial account transaction to the GLAccount. Thanks, -Aswath
Re: Java Class
Not sure, but is your java class at right location and its package name given properly ? If yes, put a Debug log message before return "success". Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 su2 wrote: Hi Charles, Yeah, my java is good. but when I remove ( ) from controller.xml and () from calcScreens.xml, it goes to my desired uri - processFirstForm passing firstname and lastname but since other attributes are declared in Java class its not showing. So I think the issue is somewhere in but not sure where and how to find and resolve that. Thanks. SELC Sales Div wrote: Hi Shuchi, During compiling that Java ... is there any error response? - Charles TJ -Original Message- From: su2 [mailto:shu...@pexsupply.com] Sent: 24 Juli 2009 21:30 To: user@ofbiz.apache.org Subject: Re: Java Class Hi Awdesh, my calcForms.xml * http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd";> *
Re: Java Class
Are you getting the blank screen or blank values for your labels ? Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 su2 wrote: Hi Adwesh, If I remove (), on 1st screen (OneForm) below my FirstName, LastName, Submit buttong I get following which are in OneFormScreen but was surrounded by FirstName: lastName: combined: submit: All the parameters we received: Once I fill the form and click submit button it goes to desired uri - processFirstForm, but still gives me blank screen. Thanks. awdesh parihar wrote: Just remove condition ( )you are putting on screen and try same process again . -- -- Awdesh Parihar HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com
Re: Java Class
Do you have xhtml-decorator in your calcScreens.xml ? Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 su2 wrote: Hi All, I have created a new component, it has a form widget, with FirstName, LastName and Submit Button. the target of my form is processFirstForm and method is post. I am able to see the firstname, lastname, submit button but when I fill up the form and click submit it goes to my desired new screen - OneFormScreen but its blank. I have added java handler in controller.xml My Screen is *** location="component://calculator/widget/calculator/calcForms.xml"/> *** controller.xml has *** invoke="processFirstForm"/> page="component://calculator/widget/calculator/calcScreens.xml#OneFormScreen"/> *** My Java class is *** public class calculatorEvents { public static String processFirstForm(HttpServletRequest request,HttpServletResponse response){ String firstName = request.getParameter("firstName"); String lastName = request.getParameter("lastName"); request.setAttribute("combined", firstName + " " + lastName); request.setAttribute("allParams", UtilHttp.getParameterMap(request)); request.setAttribute("submit", "Submitted"); return "success"; } } *** I would really appreciate your help. Thanks in advance.
Re: Brandsparadise.com - powered by Ofbiz!
Nice Work Paul... !! Congratulations. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 madppiper wrote: Hi everybody, with a tiny bit of pride, it is of my deepest pleasure to present to you http://www.brandsparadise.com http://www.brandsparadise.com ! The last few months have been quite an experience to me and I wanted to say thanks to all of you within this community. Our project is based upon the ofbiz framework (though we had to modify alot of the source :( ) and so I feel obliged to thank each and every one of you again for this marvelous software. I hope you folks will take a look at the application and present me with lots of feedback. Thanks! Cheers, Paul
Re: UEL exception while getting value: java.lang.NumberFormatException: For input string:
Can you give some code reference ? -- Thanks & Regards Chirag Manocha Hotwax Media Pvt. Ltd. (M) +91-982-631-9099 On Tue, Jul 7, 2009 at 4:24 PM, SRINIKALLS wrote: > > Hi > > In minilang simple-method I am getting the follwoing error as: > UEL exception while getting value: java.lang.NumberFormatException: For > input string: > > here I am trying to set the BigDecimal value to String value. > > Please let me know how to set this value > > > Thanks & Regards > Prashanth Jilla > -- > View this message in context: > http://www.nabble.com/UEL-exception-while-getting-value%3A-java.lang.NumberFormatException%3A-For-input-string%3A-tp24371081p24371081.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
Re: How to set list to map
Hi Prashanth, You can iterate list by create your map as :- This will give you direction for making your keys for map and obviously map. Use it accordingly. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 On Tue, Jul 7, 2009 at 4:26 PM, SRINIKALLS wrote: > > Hi > > >In Minilang simple-method, is to possible to set a list value to > map? > > > Thanks & Regards > Prashanth Jilla > -- > View this message in context: > http://www.nabble.com/How-to-set-list-to-map-tp24371114p24371114.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
Re: How to get more then 20 record in the csv view use of form widget
Hello Brajesh, Please check that list generated for CSV view is having records more than 20. If list is generating only 20 records then you have to set the value of view-size = null before generating list. By default view-size is 20. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 On Fri, Jun 26, 2009 at 11:26 AM, Brajesh Patel wrote: > Hello, > I am working on form widget for generating CSV view, for that I have > prepared list in form widget and generate the CSV view also use > "paginate="false"" attribute. > Generated view does not have more then 20 records but I want to display all > record from that my list contains that is more then 20 records. > > Please provide suggestion how to get all record from list in the csv view > use of form widget. > > --- > Brajesh Patel >
Re: Ofbiz Hello1 deploy error
Hello Prashanth. Part-2 is for Doing Some advancements. This section is to teach you about the use of decorators, uiLabels etc. This teaches you flow of process. Part-3 is for CRUD operations. It is basically for teaching you operations with database. P.S. :- 1). Jpg files are not delivered to subscribers of mailing list. 2). Please do not repeat your mail on mailing list and even in single thread. Everyone read your mail, those have proper answer will reply on it. This just increases size of mailing list and everyones' mailbox also. :-) Happy Learning Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 jillas wrote: Hi Chirag It's a verynice tutorial link you have given, I have done part -1 sucessfully in the tutorial. But while doing part-2 and part-3 I din't found any difference in the output after performing all the operations as given in the tutorail. The output is attached file for all parts. Please let me know where I have done wrong. There is no error in logs. Thanks & Regards Prashanth Jilla Chirag Manocha-2 wrote: Hi Prashanth, Then check with your webapp location and mount-point in ofbiz-component.xml file. mount-point is that which is used after http://localhost:8080/ and location is your webapp location. And this is good that you are learning it, but i would also recommend you to learn by http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(Hello+World...) Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 jillas wrote: Hi The controller.xml is like this : http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/site-conf.xsd";> First Hello World Site Configuration File Open For Business Project (c) 2005 /error/error.jsp Regards Prashanth Jilla Chirag Manocha-2 wrote: It seems that you have missed controller entry. Check with your controller.xml file. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 jillas wrote: I am gettiing the following error with a simple hello1 program example in ofbiz org.ofbiz.webapp.control.RequestHandlerException: Unknown request [main]; this request does not exist or cannot be called directly In log file it is showing as 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ ControlServlet.java:130:INFO ] [[[main] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ UtilXml.java:181:WARN ] [UtilXml.readXmlDocument] URL was null, doing nothing 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ ConfigXMLReader.java:352:ERROR] runtime exception report -- Exception: java.lang.NullPointerException Message: null stack trace --- java.lang.NullPointerException org.ofbiz.webapp.control.ConfigXMLReader.loadDocument(ConfigXMLReader.java:347) org.ofbiz.webapp.control.ConfigXMLReader$ControllerConfig.(ConfigXMLReader.java:105) org.ofbiz.webapp.control.ConfigXMLReader.getControllerConfig(ConfigXMLReader.java:73) org.ofbiz.webapp.control.RequestHandler.getControllerConfig(RequestHandler.java:96) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:112) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:201) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:259) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) org.ofbiz.catalina.container.CrossSubdomainSessionValve.invoke(CrossSubdomainSessionValve.java:44) org.apache.catalina.connector.CoyoteA
Re: SV: Adding a produkt
http://docs.ofbiz.org/display/OFBENDUSER/9.1+Discussion This is the child page of "09 Product - new Product or edit" Check with it. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Torstein Hegbom wrote: Good documentation, but the part where adding products was blank: "09 Product - new Product or edit" Regards Torstein Hegbom -Opprinnelig melding- Fra: Chirag Manocha [mailto:chirag.mano...@hotwaxmedia.com] Sendt: 4. juni 2009 07:34 Til: user@ofbiz.apache.org Emne: Re: Adding a produkt Hi Torstein, The following link will help you to understand Catalog at initial level. http://docs.ofbiz.org/display/OFBENDUSER/Catalog Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Torstein Hegbom wrote: I have been playing around with this really great system for more than four weeks now, and I have a question. One can add products using Demodata, add a order or using xml import using the system-administration tool (WebTools). Can I use the catalog-screen in some way to add a product into the product-store? Thanks. Torstein Hegbom
Re: Ofbiz Hello1 deploy error
Hi Prashanth, Then check with your webapp location and mount-point in ofbiz-component.xml file. mount-point is that which is used after http://localhost:8080/ and location is your webapp location. And this is good that you are learning it, but i would also recommend you to learn by http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(Hello+World...) Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 jillas wrote: Hi The controller.xml is like this : http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/site-conf.xsd";> First Hello World Site Configuration File Open For Business Project (c) 2005 /error/error.jsp Regards Prashanth Jilla Chirag Manocha-2 wrote: It seems that you have missed controller entry. Check with your controller.xml file. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 jillas wrote: I am gettiing the following error with a simple hello1 program example in ofbiz org.ofbiz.webapp.control.RequestHandlerException: Unknown request [main]; this request does not exist or cannot be called directly In log file it is showing as 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ ControlServlet.java:130:INFO ] [[[main] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ UtilXml.java:181:WARN ] [UtilXml.readXmlDocument] URL was null, doing nothing 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ ConfigXMLReader.java:352:ERROR] runtime exception report -- Exception: java.lang.NullPointerException Message: null stack trace --- java.lang.NullPointerException org.ofbiz.webapp.control.ConfigXMLReader.loadDocument(ConfigXMLReader.java:347) org.ofbiz.webapp.control.ConfigXMLReader$ControllerConfig.(ConfigXMLReader.java:105) org.ofbiz.webapp.control.ConfigXMLReader.getControllerConfig(ConfigXMLReader.java:73) org.ofbiz.webapp.control.RequestHandler.getControllerConfig(RequestHandler.java:96) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:112) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:201) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:259) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) org.ofbiz.catalina.container.CrossSubdomainSessionValve.invoke(CrossSubdomainSessionValve.java:44) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) java.lang.Thread.run(Thread.java:595) 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ ControlServlet.java:204:ERROR] exception report -- Error in request handler: Exception: org.ofbiz.webapp.control.RequestHandlerException Message: Unknown request [main]; this request does not exist or cannot be called directly. stack trace --- org.ofbiz.webapp.control.RequestHandlerException: Unknown request [main]; this request does not exist or cannot be called directly. org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:142) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:201) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.H
Re: Ofbiz Hello1 deploy error
It seems that you have missed controller entry. Check with your controller.xml file. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 jillas wrote: I am gettiing the following error with a simple hello1 program example in ofbiz org.ofbiz.webapp.control.RequestHandlerException: Unknown request [main]; this request does not exist or cannot be called directly In log file it is showing as 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ ControlServlet.java:130:INFO ] [[[main] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ UtilXml.java:181:WARN ] [UtilXml.readXmlDocument] URL was null, doing nothing 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ ConfigXMLReader.java:352:ERROR] runtime exception report -- Exception: java.lang.NullPointerException Message: null stack trace --- java.lang.NullPointerException org.ofbiz.webapp.control.ConfigXMLReader.loadDocument(ConfigXMLReader.java:347) org.ofbiz.webapp.control.ConfigXMLReader$ControllerConfig.(ConfigXMLReader.java:105) org.ofbiz.webapp.control.ConfigXMLReader.getControllerConfig(ConfigXMLReader.java:73) org.ofbiz.webapp.control.RequestHandler.getControllerConfig(RequestHandler.java:96) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:112) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:201) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:259) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) org.ofbiz.catalina.container.CrossSubdomainSessionValve.invoke(CrossSubdomainSessionValve.java:44) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) java.lang.Thread.run(Thread.java:595) 2009-06-04 12:03:35,913 (http-0.0.0.0-8080-1) [ ControlServlet.java:204:ERROR] exception report -- Error in request handler: Exception: org.ofbiz.webapp.control.RequestHandlerException Message: Unknown request [main]; this request does not exist or cannot be called directly. stack trace --- org.ofbiz.webapp.control.RequestHandlerException: Unknown request [main]; this request does not exist or cannot be called directly. org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:142) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:201) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:259) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) org.ofbiz.catalina.container.CrossSubdomainSessionValve.invoke
Re: Adding a produkt
Hi Torstein, The following link will help you to understand Catalog at initial level. http://docs.ofbiz.org/display/OFBENDUSER/Catalog Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Torstein Hegbom wrote: I have been playing around with this really great system for more than four weeks now, and I have a question. One can add products using Demodata, add a order or using xml import using the system-administration tool (WebTools). Can I use the catalog-screen in some way to add a product into the product-store? Thanks. Torstein Hegbom
Re: Bug in Lookup Order(s) screen when no status selected
Ashish, Cimballi is talking about Order List screen in ordermgr. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Ashish Vijaywargiya wrote: I am confused from your question. What do you mean by Lookup Order(s) screen ? Are you talking about Find Order Screen or the Screen that comes as a pop up where you can search orders (If you are talking about pop up then please let us know the exact reference) ? If it is the case of Find Order Screen then it is working fine. I have tried the option suggested by you. Working fine for me on trunk and returning one result when Sales Order is being selected with no status type being selected. Are you trying on trunk ? If no please share your revision or release version details. Thanks ! -- Ashish On Sat, May 30, 2009 at 10:58 AM, Cimballi wrote: Hum, I confirm the bug is there. You just have to unselect all Status, keep the Type on "Sales Order", click on Find, and it will return 2 orders, a Sales one and a Purchase one, which is not normal as only Sales Order is selected. Cimballi
Re: Bug in Lookup Order(s) screen when no status selected
Yes, this time you are correct, when unselect all the status and selecting "Sales Order" it is giving both type of order. But its working fine for "select one or more status". Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Cimballi wrote: Hum, I confirm the bug is there. You just have to unselect all Status, keep the Type on "Sales Order", click on Find, and it will return 2 orders, a Sales one and a Purchase one, which is not normal as only Sales Order is selected. Cimballi On Sat, May 30, 2009 at 12:20 AM, Chirag Manocha wrote: Working perfectly fine for me on Demo Server. Cimballi, Please do check once more. You might missed something. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Cimballi wrote: Hi, There is another bug in the Lookup Order(s) screen. If you select one or more status and Sales type, the result display only the Sales Orders. But if you select no status and Sales type, the result display all orders (at least, with Demo data, it displays also the Purchase Order). Cimballi
Re: Bug in Lookup Order(s) screen when no status selected
Working perfectly fine for me on Demo Server. Cimballi, Please do check once more. You might missed something. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Cimballi wrote: Hi, There is another bug in the Lookup Order(s) screen. If you select one or more status and Sales type, the result display only the Sales Orders. But if you select no status and Sales type, the result display all orders (at least, with Demo data, it displays also the Purchase Order). Cimballi
Re: Customizing workflow in ofbiz
Hi Krupakar, You can create customize request uri in your controller and call it from the UI. If this not helps then please be more specific. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Krupakar wrote: Hi,I understand, in the latest ofbiz version, ording a configurable product will create some series of work effort ids and some kind of workflow. Is there any way of customizing this and add my own conditions to drive the order of the workflow?
Re: How to create an auto-sending mail notification service
Hi Vu Hong Thuan, You can refer to sendOrderConfirmation in order/servicedef/services.xml. Thanks and Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Vu Hong Thuan wrote: Hi all, I'm a newbie. I want to create an auto-sending mail notification service. How can i do that? Thanks.
Re: No login page in Webtools
The theme is just a visual effect thats why I think no login required for changing it. So there should be option for changing it IMO. Regards -- Chirag Manocha Scott Gray wrote: Why? You can't do anything in the backend currently without being logged in, why wouldn't you just login and change it? Regards Scott On 8/05/2009, at 10:49 PM, Jacques Le Roux wrote: +1 Jacques From: "Chirag Manocha" Also there should be option for changing the theme on the login screen. I think theme change option should be available to user without login. Thanks and Regards -- Chirag Manocha Jacques Le Roux wrote: Yes I saw that recently too, I suggest opening a Jira issue Jacques From: "Ashish Vijaywargiya" +1 --Ashish On Fri, May 8, 2009 at 2:42 PM, Divesh Dutta wrote: Hello, While accessing https://demo.ofbiz.org/webtools/control/main, no link for Login or any page for Login is given. It should be changed. Thanks --Divesh smime.p7s Description: S/MIME Cryptographic Signature
Re: No login page in Webtools
Also there should be option for changing the theme on the login screen. I think theme change option should be available to user without login. Thanks and Regards -- Chirag Manocha Jacques Le Roux wrote: Yes I saw that recently too, I suggest opening a Jira issue Jacques From: "Ashish Vijaywargiya" +1 -- Ashish On Fri, May 8, 2009 at 2:42 PM, Divesh Dutta wrote: Hello, While accessing https://demo.ofbiz.org/webtools/control/main, no link for Login or any page for Login is given. It should be changed. Thanks -- Divesh smime.p7s Description: S/MIME Cryptographic Signature
Re: hotwaxmedia.com cert expired 12/3
Running perfectly fine for me. Thanks and Regards --- Chirag Manocha Enterprise Software Developer HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91.982.631.9099 BJ Freeman wrote: shows up on demo server. smime.p7s Description: S/MIME Cryptographic Signature
Re: not able to display error message
Hello Subramanya, Try including messages.ftl which will show you validation error messages on your screen. Regards --- Chirag Manocha Enterprise Software Developer HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91.982.631.9099 Subramanya Hegde wrote: hello chirag, i am trying to create employee details by using regions framework. i am using same service method (createEmployee) which is already in ofbiz. The error message is not being displayed when the mandatory fields are left blank (field validation error). here i hav included the part of code from my controller.xml , http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation=" http://ofbiz.apache.org/dtds/site-conf.xsd";> Party Manager Module Site Configuration File Copyright 2001-2008 The Apache Software Foundation /error/error.jsp in regions.xml Application Page Employee Page * here is the exception exception report -- [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening: Exception: java.lang.Exception Message: Error in simple-method [Create User [file:/C:/Documents%20and%20Settings/Administrator/integrated_ofbiz/ofbiz/applications/party/script/org/ofbiz/party/user/UserEvents.xml#createUser]]: ; [Your Passwords do not match, Username in use, please choose another., Password or verify password missing., Firstname is Missing, Lastname is Missing, Address Line 1 is missing, City is missing, Zip/Postal Code is missing, Country is missing, Email Address is missing] stack trace --- java.lang.Exception: Error in simple-method [Create User [file:/C:/Documents%20and%20Settings/Administrator/integrated_ofbiz/ofbiz/applications/party/script/org/ofbiz/party/user/UserEvents.xml#createUser]]: ; [Your Passwords do not match, Username in use, please choose another., Password or verify password missing., Firstname is Missing, Lastname is Missing, Address Line 1 is missing, City is missing, Zip/Postal Code is missing, Country is missing, Email Address is missing] org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:311) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:258) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:867) org.ofbiz.minilang.method.callops.CallSimpleMethod.exec(CallSimpleMethod.java:75) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:1096) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:736) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:136) org.ofbiz.minilang.SimpleMethod.runSimpleEvent(SimpleMethod.java:96) org.ofbiz.webapp.event.SimpleEventHandler.invoke(SimpleEventHandler.java:72) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:444) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:276) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:198) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:259) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) java.lang.Thread.run(Thread.java:619) if u require any other information, plz tell me On Mon, Dec 1, 2008 at 11:24 AM, Chirag Manocha < [EMAIL PROTECTE
Re: not able to display error message
Hello Subramanya, Can you exactly tell us what is actually happening?? like what are you getting on console and what request you are sending, what is the entry for request in controller.xml etc. -- Thanks and Regards --- Chirag Manocha Enterprise Software Developer HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91.982.631.9099 Subramanya Hegde wrote: hello amit, thanx for reply,but i hav already tried this, still it is not working. can u plz give me any other solution. On Mon, Dec 1, 2008 at 11:01 AM, Amit Sharma <[EMAIL PROTECTED]>wrote: Hi Subramanya, put /error/error.jsp code above request-map tag in controller.xml and error.jsp will be in "webapp//error" folder , if i put this below code in controller.xml, not working /error/error.jsp plz.. anyone help me On Mon, Dec 1, 2008 at 10:43 AM, Subramanya Hegde < [EMAIL PROTECTED]> wrote: yes, i hav done that entry in controller.xml On Mon, Dec 1, 2008 at 10:40 AM, Bharat Soni < [EMAIL PROTECTED]>wrote: have you done this entry /error/error.jsp in controller.xml in your application - Original Message - From: "Subramanya Hegde" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Monday, December 1, 2008 10:27:30 AM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: not able to display error message hello sir, i am using the region framework... i am calling error.jsp in error region.. but i am unable to display the error message.. what may be the problem??? regards subbu -- with regards Subramanya Hegde 9886253315 smime.p7s Description: S/MIME Cryptographic Signature
Re: Where is the order status e-mail setting?
Hello, Its not changed but I think Vivek just want to say that the email sending settings are done in general.properties. Thanks Chirag Manocha BJ Freeman wrote: did not know that the order status email was in the general properties. when did it change? Vivek Mishra sent the following on 11/28/2008 8:22 PM: Hi, we use general.properties file for e-mail settings. Kind Regards, -- Vivek Mishra Sven Wesley wrote: Embarrassing, but I couldn't find where to change the e-mail address for the order status function? I made it with an update query... smime.p7s Description: S/MIME Cryptographic Signature
Re: One page checkout
Abhishake, I saw your implementation. Its good one that less clicks are required as per your implementation. But we cant put it in OFBiz because OFBiz is a open source project and there should be standard implementation so that anyone can reuse it and as per the customize requirements, developer can make customize code short. With this there should be each and every standard functionality, which can be required in development, implemented in OFBiz. Regards --- Chirag Manocha HotWax Media Pvt. Ltd. www.hotwaxmedia.com email :- [EMAIL PROTECTED] contact :- +91.982.631.9099
Re: Preventing from auto generate ID
Hello Vinayak, Just check it in the GenericDelegator.java Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +91-982-631-9099
Re: recompile java file
Adithi, Try to do this from console. With this you should have your server shutdown. The changes will reflect when you use the ant command and start your server. With this I would also like you to read the link : http://ant.apache.org Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +91-982-631-9099
Re: Preventing from auto generate ID
Vinayak, Please copy the error from your console and post here, which will be better to helping you out. Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +91-982-631-9099
Re: ecommerce use
Hello Suhas, You can include the controller.xml of ecommerce application in your customized application controller and can create different views and data as per requirements in you component. Suhas as you are new to OFBiz i would like you to create Practice application which will give you a lot of learning. here is the link for practice application : http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application Thanks & Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +91-982-631-9099 Suhas Yalgude wrote: how can i use ecommerce application for my ecommerce site thanks & regards, Suhas
Re: call_cal
You can see this in CommonScreens.xml file of common component. with this the ready reference is value="/images/calendar_date_select.js" global="true"/> Thanks & Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +91-982-631-9099 Suhas Yalgude wrote: please tell me how to included calendar_date_select.js in screen. On Wed, Oct 15, 2008 at 5:42 PM, Chirag Manocha < [EMAIL PROTECTED]> wrote: I think calendar_date_select.js is not included in screen. This js file have function call_cal(...) Please provide more information if it doesnt help you. Thanks & Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +91-982-631-9099 Vikas Mayur wrote: Please provide more information like what you did, what you want to do, any error logs etc. Vikas On Oct 15, 2008, at 5:30 PM, Suhas Yalgude wrote: I have got one date-time field. It is giving error that object required because of it is not geting call_cal. please help
Re: call_cal
I think calendar_date_select.js is not included in screen. This js file have function call_cal(...) Please provide more information if it doesnt help you. Thanks & Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +91-982-631-9099 Vikas Mayur wrote: Please provide more information like what you did, what you want to do, any error logs etc. Vikas On Oct 15, 2008, at 5:30 PM, Suhas Yalgude wrote: I have got one date-time field. It is giving error that object required because of it is not geting call_cal. please help
Re: Displaying product attributes in ecommerce site?
Hello Jackie, The entity used for this is ProductAttribute & relation between Product and ProductAttribute is one-to-many. You can directly do this by code modification. Nothing has to be set for it. Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +91-982-631-9099 jaki wrote: I have added a few custom attributes for a product using its attributes page in catalog manager. But none of them get displayed in the ecommerce site for that product. Is there something you have to set or can this be done only by code modification? Sumit Pandit-3 wrote: Jackie, Some more information will helpful. -- Thanks and Regards Sumit Pandit. HotWaxMedia, Inc http://www.hotwaxmedia.com On Sep 29, 2008, at 4:36 PM, jaki wrote: How do you display the attribues added for a product on that products page in the ecommerce app? -- View this message in context: http://www.nabble.com/Displaying-product-attributes-in-ecommerce-site--tp19721812p19721812.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: Multiple order confirmation emails
Hello Alex, The order confirmation mail is going repeatedly because of communication event permission error. You can see the error at backend(terminal). We are facing the same problem for which a question is posted on developers mailing list. This issue will be resolved very soon. Thanks & Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +91-982-631-9099
Re: Contact Us link not working in ecommerce
Hello, I am facing the same problem again when sending the order confirmation mail. I think the communication event is generated with the userlogin system, but it is taking the userlogin as the current user logged in. Here is the log for the same :- exception report -- Async-Service failed. Exception: org.ofbiz.service.GenericServiceException Message: Could not commit transaction for service [sendOrderConfirmation] call: Roll back error, could not commit transaction, was rolled back instead because of: Service [createCommunicationEventRole] threw an unexpected exception/errororg.ofbiz.service.ServiceAuthException: Security Error: To run createCommunicationEventRole you must have the one of the following permissions: PARTYMGR_UPDATE, PARTYMGR_ADMIN, PARTYMGR_CME_UPDATE, PARTYMGR_CME_ADMIN (Security Error: To run createCommunicationEventRole you must have the one of the following permissions: PARTYMGR_UPDATE, PARTYMGR_ADMIN, PARTYMGR_CME_UPDATE, PARTYMGR_CME_ADMIN) *Please give me direction if I am going wrong.* -- Thanks & Regards Chirag Manocha
Re: Contact Us link not working in ecommerce
Hi Jacques I am also facing the same problem. Will you please be more specific about it. Thanks in advance Jacques -- Chirag Manocha
Re: Problem : In Request Handling with https="false"
Thanks BJ for your replies. The problem is now rectified. Actually in my code null was assigned to the variable which was been called in <@ofbizContentUrl>. -- Thanks & Regards Chirag Manocha
Re: Problem : In Request Handling with https="false"
Yes I am not getting the response view, which is at particular response, like: when the user is not logged in and save shopping list, so when user click on hyperlink *login *and the request called on ecommerce is "checkLogin/showcart" it works fine in ecommerce But in my case same link with same request gives the view as "The requested resource (/myEcom/[null-field]) is not available" This is being happened due to double calling of RequestHandler.doRequest method and second time it gives uri string as null-field. -- Chirag
Problem : In Request Handling with https="false"
8-22 17:08:40,777 (http-0.0.0.0-8443-3) [ RequestHandler.java:424:INFO ] [RequestHandler.doRequest]: Response is a view. sessionId=FF13A9DA3976C79FAF25E3D3BC1D4CBC.jvm1 2008-08-22 17:08:40,778 (http-0.0.0.0-8443-3) [ RequestHandler.java:574:INFO ] servletName=control, view=error sessionId=FF13A9DA3976C79FAF25E3D3BC1D4CBC.jvm1 2008-08-22 17:08:40,899 (http-0.0.0.0-8443-3) [ RequestManager.java:126:INFO ] [RequestManager.getRequestAttribute] Value for attribute "track-serverhit" of uri "[null-field]" not found 2008-08-22 17:08:40,900 (http-0.0.0.0-8443-3) [ RequestManager.java:126:INFO ] [RequestManager.getRequestAttribute] Value for attribute "track-serverhit" of uri "[null-field]" not found 2008-08-22 17:08:40,914 (http-0.0.0.0-8443-3) [ ControlServlet.java:299:INFO ] null-field]] Done rendering page, Servlet Finished- total:0.291,since last([[null-field]] Se...):0.291]] -- Thanks & Regards Chirag Manocha
Re: Problem in calling a simple request, not being transferred to secured port
BJ, Thanks for your reply and it would be great if you will spend some time in reading the contents now and onwards and then will put your comments would be helpful -- Thanks & Regards Chirag Manocha
Re: Problem in calling a simple request, not being transferred to secured port
ervletName=control, view=error sessionId=FF13A9DA3976C79FAF25E3D3BC1D4CBC.jvm1 2008-08-22 17:08:40,899 (http-0.0.0.0-8443-3) [ RequestManager.java:126:INFO ] [RequestManager.getRequestAttribute] Value for attribute "track-serverhit" of uri "[null-field]" not found 2008-08-22 17:08:40,900 (http-0.0.0.0-8443-3) [ RequestManager.java:126:INFO ] [RequestManager.getRequestAttribute] Value for attribute "track-serverhit" of uri "[null-field]" not found 2008-08-22 17:08:40,914 (http-0.0.0.0-8443-3) [ ControlServlet.java:299:INFO ] null-field]] Done rendering page, Servlet Finished- total:0.291,since last([[null-field]] Se...):0.291]] -- Thanks & Regards Chirag Manocha
Problem in calling a simple request, not being transferred to secured port
Hello All, I am calling a request on the browser which is like this in my controller : not transferring this to the secured port but still its being called two times i.e. the doRequest method of RequestHandler.java is being called two times and giving me error for "track visit" because second times its having request uri as [null - field] which is causing the problem. I am tracing the code. Any early help would be highly appreciated. -- Thanks & Regards Chirag Manocha
Re: how to query from entity in background
Hello Milind, where the out parameters of findParty will be stored? Try to solve this. Another thing is that you have checked *partyList*, this will always be blank as nothing is assigned to this field in action tag so you will always get the result PARTY_NOT_FOUND as fail-widget. -- Thanks & Regards Chirag Manocha Hotwax Media Inc. (M) +91-982-631-9099
Re: How to start with OFBiz
Hi Sneha U can develop application for your practice with the following link. http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application This will help you in learn a lot. -- Thanks & Regards Chirag Manocha Hotwax Media Inc. (M) +91-982-631-9099
Regarding category-include screen of CatalogScreens.xml file
Hello All, As i was studying the ecommerce application. I found that in CatalogScreens.xml file the 'category' screen is including one screen 'category-include' and 'category-include' screen is just checking a condition and including 'categorydetail' screen and in fail widget just a short message. I think all this can be done without 'category-include' screen, but there might be some standards for doing this process. I want to know why these standards are made. For ready refernce here is the code for the same : ${uiLabelMap.ProductCategoryNotFoundforCategoryID} ${productCategoryId}! Any pointer will be highly appreciated. -- Thanks & Regards Chirag Manocha Hotwax Media Inc. (M) +91-982-631-9099
Re: How to add new view in ofbiz module.
Hello Gopal I think this will help you http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application Go through it -- Thanks & Regards Chirag Manocha Hotwax Media Inc. (M) +91-982-631-9099
Re: OFBIZ- Ecommerce->main->select product item : Displaying at bottom in IE ??
I think this is browser specific problem. Its working properly on my system. I am using Firefox. Please check it in another browser. -- Thanks & Regards Chirag Manocha Hotwax Media Inc. (M) +91-982-631-9099
Re: Seca run-on-error help
Hello Marlowe Comments Inline On Fri, Jun 20, 2008 at 7:22 AM, Marlowe Inoferio <[EMAIL PROTECTED]> wrote: > Hi, > > Need help on understanding the seca run-on-error ="true" or = "false". > > Does it mean if i define an item in the seca with run-on-error="true" the > seca definition will still run regardless if it encounters an error during > execution ? > > Example: > > > value="ORDER_CANCELLED"/> > > In the above example run-on-error is false So when the service("changeOrderStatus") successfully runs and the condition satisfies then only this action will be performed. This action will not be performed when service("changeOrderStatus") return error. > > Or will the above definition only run when the changeOrderStatus returns an > error during execution and then run the releaseOrderPayments service ? > > Need help > > Thanks > > Marlowe > > > > Here is the example of run-on-error="true" When the service(finAccountWithdraw) return error or success and the conditon of productStoreId, satisfies then this action will be performed. Notice when the run-on-error is true, action will be performed every time when this service(finAccountWithdraw) will called and condition satisfies. -- Regards Chirag Manocha Hotwax Media Inc. (M) +91-982-631-9099
Re: OFBiz Beginner's Development Guide Using Practice Application
Hello Edson, I tried the new Zip File. Now its working fine. -- Thanks & Regards Chirag Manocha Hotwax Media Inc. (M) +91-982-631-9099