Re: new to ofbiz

2007-08-14 Thread amit charaya
: Java heap space [java] Java Result: 1 jacques.le.roux wrote: It seems that you need more memory. Try to set it, look at startofbiz.bat for an example (-Xms256M -Xmx512M for instance) or using -vmargs ... Jacques De : amit charaya [EMAIL PROTECTED] i have connected ofbiz

loginworker code explanation

2007-08-14 Thread amit charaya
what this line of code mean if it is calling a service named userLogin where is it defined result = dispatcher.runSync(userLogin, UtilMisc.toMap(login.username, username, login.password, password, visitId, visitId, locale, UtilHttp.getLocale(request))); -- View this message in context:

RE: loginworker code explanation

2007-08-14 Thread amit charaya
it in servicedef folder which contains the service definition files. Thanks, Nikita Shinde. Amicon Technologies Pvt. Ltd. Mumbai. -Original Message- From: amit charaya [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 6:10 PM To: user@ofbiz.apache.org Subject

new to ofbiz

2007-08-13 Thread amit charaya
i have connected ofbiz with oracle using thin driver. when i try to run ant run-install command it shows the following error message. [java] 2007-08-13 18:51:08,743 (main) [ GenericDelegator.java:165:INFO ] Delegator default initializing helper localoracle for entity group org.ofbiz.

Error Message

2007-08-10 Thread amit charaya
How can i return error message from simple method as we do in java file using request.setAttribute(_ERROR_MESSAge,message); Thnax -- View this message in context: http://www.nabble.com/Error-Message-tf4247644.html#a12088209 Sent from the OFBiz - User mailing list archive at Nabble.com.

error meassage

2007-08-05 Thread amit charaya
I want to insert a row in table using simple method. I enter duplicate id for that table it will generate sql exception how can i return error meassge that Duplicate key has been entered without showing any technical details of error. -- View this message in context:

new to ofbiz

2007-08-01 Thread amit charaya
how can i validate that text field in form/widget contains numeric data or accept numeric data only -- View this message in context: http://www.nabble.com/new-to-ofbiz-tf4204069.html#a11958262 Sent from the OFBiz - User mailing list archive at Nabble.com.

how can i set constraint

2007-07-26 Thread amit charaya
how can i set a column constraint on table so that it accepts unique values only -- View this message in context: http://www.nabble.com/how-can-i-set-constraint-tf4149619.html#a11804971 Sent from the OFBiz - User mailing list archive at Nabble.com.

how can i deploy ofbiz not on the same lan

2007-07-13 Thread amit charaya
how can i deploy ofbiz not on the same lan? thanks in advance -- View this message in context: http://www.nabble.com/how-can-i-deploy-ofbiz-not-on-the-same-lan-tf4073991.html#a11578395 Sent from the OFBiz - User mailing list archive at Nabble.com.

swing

2007-07-05 Thread amit charaya
what is the swing tag in widgets. is it refer to java swing. if yes how can i include java file there -- View this message in context: http://www.nabble.com/swing-tf4029203.html#a11444941 Sent from the OFBiz - User mailing list archive at Nabble.com.

value passing

2007-07-02 Thread amit charaya
How can I pass All text fields value from ftl file (form) to Service without using attribute tag in service.xml file -- View this message in context: http://www.nabble.com/value-passing-tf4010276.html#a11388749 Sent from the OFBiz - User mailing list archive at Nabble.com.

how to pass text field value

2007-07-02 Thread amit charaya
I have Created text fields in ftl file with following loop i want to pass value of these fields named id0,id! etc and esn0,esn1 to java service as attribute tag cannot be used because i don't know how many fields will this loop create? plz provide help #list listOfInventoryItems as item

how to pass text fields value to service

2007-07-01 Thread amit charaya
is there any way by which we can pass fields value created using ftl. to java service automatically. i have created a .ftl file that reads a table and create a text field for every row in the table and i want to pass values from these fields to java service. As i don't know how many fields will

Re: receiving null

2007-06-30 Thread amit charaya
received item list is 30 cjhowe wrote: 1st suggestion, use camelCase for variable names. It's much easier to read. how large is the receivedItems list? --- amit charaya [EMAIL PROTECTED] wrote: i have created a UI form using .ftl file. on clicking on the submit button i

values passing

2007-06-28 Thread amit charaya
plz can anybody tell how to pass values from one screen to another -- View this message in context: http://www.nabble.com/values-passing-tf3993975.html#a11341656 Sent from the OFBiz - User mailing list archive at Nabble.com.

value passing

2007-06-28 Thread amit charaya
i have a field named quantity in a form. when i submit this form a new screen is displayed named new screen i want to pass value of quantity field to ftl file used in new screen. How can i pass the value and access it in ftl file. -- View this message in context:

error

2007-06-28 Thread amit charaya
when i try to run order application following error occur org.ofbiz.base.util.GeneralException: Error rendering screen [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderListView]: org.ofbiz.base.util.GeneralException: Error running BSH script at location

main applications bar

2007-06-27 Thread amit charaya
how to hide main apllication bar links like content, Accounting Example etc. -- View this message in context: http://www.nabble.com/main-applications-bar-tf3986591.html#a11319283 Sent from the OFBiz - User mailing list archive at Nabble.com.

purchase return

2007-06-27 Thread amit charaya
Does anybody know how to send purchase return -- View this message in context: http://www.nabble.com/purchase-return-tf3986739.html#a11319759 Sent from the OFBiz - User mailing list archive at Nabble.com.

seelct box

2007-06-27 Thread amit charaya
how to get current selected value from select box used in forms. -- View this message in context: http://www.nabble.com/seelct-box-tf3987291.html#a11321455 Sent from the OFBiz - User mailing list archive at Nabble.com.

select box

2007-06-27 Thread amit charaya
I want to add product category id into primaryProductCategoryId field. i have added a select box in the form that shows the product creation screen using following code: field name=productCategoryId title=${uiLabelMap.ProductPrimaryCategory} widget-style=selectBox drop-down

purchase order

2007-06-22 Thread amit charaya
when i try to place purchase order after i press finalize button it shows screen to select party but after that it doesn't show any address to select. -- View this message in context: http://www.nabble.com/purchase-order-tf3963263.html#a11247701 Sent from the OFBiz - User mailing list archive

problem in purchase order

2007-06-22 Thread amit charaya
purchase order does not accept shipping address when i select shipping address of demo company it give folllowing error please enter a shipping address -- View this message in context: http://www.nabble.com/problem-in-purchase-order-tf3964915.html#a11252995 Sent from the OFBiz - User mailing

sql error

2007-06-21 Thread amit charaya
i have made some changes to product table. when i try to create product i get following error The Following Errors Occurred: ERROR: Could not complete the Create an Product

run time error

2007-06-21 Thread amit charaya
when i try to create order i get following error store found in request, cannot set locale! [java] 2007-06-21 19:32:03,673 (http-0.0.0.0-8443-Processor4) [ JavaEventHandler.java:96 :ERROR] [java] runtime exception report --

java script

2007-06-19 Thread amit charaya
following code is calling java script. Can anybody tell where this script is located. thanks javascript:call_fieldlookup2(document.copyCategoryProductMembersForm.productCategoryIdTo,'LookupProductCategory'); /images/fieldlookup.gif -- View this message in context:

free marker

2007-06-19 Thread amit charaya
what does this directive do in ftl files. i know this is a user defined directive. but where is it defined @ofbizUrl thanks for help regards pal infocom -- View this message in context: http://www.nabble.com/free-marker-tf3946507.html#a11195070 Sent from the OFBiz - User mailing list archive

seed data for primary cattagory table

2007-06-18 Thread amit charaya
please can anybody tell me where is seed data for the table (entity) productCategory in product application is located. thanks for help -- View this message in context: http://www.nabble.com/seed-data-for-primary-cattagory-table-tf3940093.html#a11175069 Sent from the OFBiz - User mailing

generic types

2007-06-18 Thread amit charaya
where are generic types defined? -- View this message in context: http://www.nabble.com/generic-types-tf3944435.html#a1114 Sent from the OFBiz - User mailing list archive at Nabble.com.

free marker

2007-06-16 Thread amit charaya
from where did data structures as UiLabelMap etc. comes from when we give https://localhost:8443/Catalog/control/main in browser which servlet interprate it and where it is located -- View this message in context: http://www.nabble.com/free-marker-tf3931861.html#a11151915 Sent from the OFBiz -

what is uiLabelMap used in form creation

2007-06-14 Thread amit charaya
what is uiLabelMap used in form creation like ${uiLabelMap.ProductProductType} -- View this message in context: http://www.nabble.com/what-is-uiLabelMap-used-in-form-creation-tf3920426.html#a6181 Sent from the OFBiz - User mailing list archive at Nabble.com.

bar code

2007-06-13 Thread amit charaya
i am trying to customize ofbiz for a mobile store application can i associate a bar code with the product while creating a product if yes how? plz provide help thanks if you can help. -- View this message in context: http://www.nabble.com/bar-code-tf3913593.html#a11096024 Sent from the

getting sql exception

2007-06-07 Thread amit charaya
i am trying to delete an entity using simple method that has following lines of code make-value entity-name=Manufacturer map-name=parameters value-name=newEntity/ remove-by-and entity-name=Manufacturer map-name=parameters/remove-by-and i am getting following exception [

error

2007-06-06 Thread amit charaya
thanks for your help i am trying to take input from form for entity HelloHobby by calling simple method here is simple method code simple-method short-description=create a hooby method-name=createHobby login-required=false make-value entity-name=HelloHobby value-name=newEntity/make-value

new to ofbiz

2007-06-06 Thread amit charaya
what different tags for screen creation like widget action screen and their sub-elements do i have already read .xsd files but not able to understand what these tags do thanks alot if you can provide help. -- View this message in context:

eclipse not working

2007-06-06 Thread amit charaya
eclipse is not working with ofbiz i get following error Set OFBIZ_HOME to - /home/vinod/Desktop/amit/ofbiz Admin socket not configured; set to port 0 log4j:ERROR exception setting timeout, shutting down server socket. java.net.BindException: Address already in use at

simple method

2007-06-05 Thread amit charaya
from where can i find simple method tutorial. plz provide help -- View this message in context: http://www.nabble.com/simple-method-tf3871786.html#a10969472 Sent from the OFBiz - User mailing list archive at Nabble.com.

run time error

2007-06-04 Thread amit charaya
i have created one entity item when i click all button in webtools on this item i get following error org.ofbiz.base.util.GeneralException: Error rendering screen [component://webtools/widget/EntityScreens.xml#FindGeneric]: org.ofbiz.base.util.GeneralException: Error running BSH script at

what is context map

2007-06-04 Thread amit charaya
what does context map contains from where i can get tutorial ofjava api relating to delegator -- View this message in context: http://www.nabble.com/what-is-context-map-tf3869657.html#a10963550 Sent from the OFBiz - User mailing list archive at Nabble.com.

does ofbiz support

2007-05-31 Thread amit charaya
For our retail telecom business, we are looking for expert help in integrating an open source CRM solution on our server that will give us the ability to: Enable Customer Service agents to open, manage, assign and track service tickets 1. Create new customer records service tickets from

Re: Which Platform

2007-05-28 Thread amit charaya
I am using linux opensaus jacques.le.roux wrote: Amit, Which platform are you using ? I noticed some problems recently under Linux, not sure why. I'm currently using XP and I did not try on Linux since I saw those problems. Jacques De : amit charaya [EMAIL PROTECTED] WHEN I RUN

new to ofbiz

2007-05-25 Thread amit charaya
what technologies i need to learn to develop application using ofbiz -- View this message in context: http://www.nabble.com/new-to-ofbiz-tf3814608.html#a10798227 Sent from the OFBiz - User mailing list archive at Nabble.com.

compilation error

2007-05-25 Thread amit charaya
i created a new service in hello3 example here is code for that package org.ofbiz.hello3; import java.util.HashMap; import java.util.Map; import org.ofbiz.base.util.Debug;// uses Log4J import org.ofbiz.base.util.UtilMisc; // helpful utility for working with Maps, Lists, etc. import