Re: Problem With Live deployment

2010-06-02 Thread kaliagaurav
Hi Rishi Thanks for the reply. I will try to find out if I missed @ofbizUrl anywhere in application. Regards Gaurav -- View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-With-Live-deployment-tp2224293p2239656.html Sent from the OFBiz - User mailing list archive at

How to Use event driven parser in Ofbiz Code

2010-06-02 Thread rrhati2010
Hi , I am facing memory issue in ofbiz when I run it on JBOSS . Can we use Event driven parser through out ofbiz code in place of dom parser ? If answer is Yes then is there any supportive document which can guide us to implement the same in our code? Thanks - RRH -- View this message in

Re: Problem With Live deployment

2010-06-02 Thread kaliagaurav
Hi Rishi I have some links in header.ftl for different type of products category and all the product links are like this @ofbizUrlproductcategory/@ofbizUrl. My findings are when I click on any of the product link created in header.ftl. I can still see that product in the cart but when I click

Re: How to Use event driven parser in Ofbiz Code

2010-06-02 Thread Deyan Tsvetanov
Hi, go to google.com type java sax parser example and hit I am feelin' lucky :) -- Deyan On Wed, 2010-06-02 at 00:26 -0700, rrhati2010 wrote: Hi , I am facing memory issue in ofbiz when I run it on JBOSS . Can we use Event driven parser through out ofbiz code in place of dom parser ? If

Create Order Error

2010-06-02 Thread R. S.
Hi all, I'm getting this error after I tried to create an order. If I correctly interpret this error then I have to create a carrier with an _NA_ name. Is this correct or not? For me this makes no sense? There already exist several carriers and carrier shipment methods. If you can say me

Costcenters

2010-06-02 Thread Pierre Smits
Hi all, I see in the accounting module functionality for costcenters, but I can't find how to create them. Can you help me out? Regards, Pierre

Re: StateList

2010-06-02 Thread R. S.
I have already entered a lot of data and so I wanted not to run run install. The use of the import function, was the best solution for me. Thank you. Best Regards Rudolf Atul Vani schrieb: Hi R.S., those steps were just another method of adding data to the database, of course you don't

Re: Create Order Error

2010-06-02 Thread R. S.
Thank you BJ. but I can not find where I can choose a carrier or why it don't take a one of the existing carriers for this order? BJ Freeman schrieb: I agree, it seems someone got gung-ho with using _NA_, which was meant to be used to satisfy views-entities when not all records are

Re: StateList

2010-06-02 Thread Atul Vani
Hi R.S., Glad to know your work's done. Just wanted to let you know that ant run-install doesn't remove old data, it just updates the data from data files. So if you have any new data in the database, like say you created a few customers, then it will not be affected. -- Thanks Regards

Re: Costcenters

2010-06-02 Thread Sascha Rodekamp
Hey Pierre, have a look at this Screen: https://demo-trunk.ofbiz.apache.org/accounting/control/CostCenters It will create a GL Account Category Member. There you can add any cost center to a GL Acc. Creating/ Defining cost centers is not implemented yet (so far as i now). So long Sascha

Re: StateList

2010-06-02 Thread R. S.
Great, Thanks. All the time I thought that ant run-install would remove my old data. You leave and Learn :-) Atul Vani schrieb: Hi R.S., Glad to know your work's done. Just wanted to let you know that ant run-install doesn't remove old data, it just updates the data from data files. So if

Re: Create Order Error

2010-06-02 Thread R. S.
I can't believe it. Is this a bug or something like that? After I have added the person _NA_, shippingMethodType NO_SHIPPING and then brought it together in CarrierShipmentMethod. I could create an order. BUT where are my shipment information in the orderview? How or where I must enter a

Re: StateList

2010-06-02 Thread Jacques Le Roux
R.S. Would you consider to add the data you created in a patch attached to a Jira? http://cwiki.apache.org/confluence/x/JIB2 TIA Jacques PS : 2d try, that's why I use a tiny link here. It seems plain links (even from https://cwiki.apache.org/confluence/display) have trouble to get through

Re: How to disable right click and back buttons after logged in into ofbiz

2010-06-02 Thread sachin kanojiya
Hello, You can restrict your user to go back using this javascript. script type=text/javascript window.history.forward(0); /script Regards Sachin kanojiya

Re: Problem With Live deployment

2010-06-02 Thread Rishi Solanki
Hi Gaurav, Inline. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Wed, Jun 2, 2010 at 1:00 PM, kaliagaurav gaurav.ka...@techblue.co.ukwrote: Hi Rishi I have some links in header.ftl for different type of

Re: Problem With Live deployment

2010-06-02 Thread kaliagaurav
Hi Rishi I tired that and it worked. Thanks a lot !!! Regards Gaurav -- View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-With-Live-deployment-tp2224293p2240209.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Create Order Error

2010-06-02 Thread BJ Freeman
try changing the visual theme I find that tomhawk sometimes does not show all the page. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: Error in service getPartyTelephone

2010-06-02 Thread BJ Freeman
https://cwiki.apache.org/confluence/display/OFBTECH/OFBiz+security look At service program level. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: How to disable right click and back buttons after logged in into ofbiz

2010-06-02 Thread Ankit Jain
Hi, For disabling right click you can use the following code : script type=text/javascript document.oncontextmenu=new Function(return false) /script -- Thanks Regards: Ankit Jain Enterprise Software Developer Hotwax Media Pvt. Ltd. www.hotwaxmedia.com On Wednesday 02 June 2010 05:36 PM,

Re: How to disable right click and back buttons after logged in into ofbiz

2010-06-02 Thread BJ Freeman
might also add that if your doing this to stop theft of content or pictures it does not work against spiders and bots. only against people using a web browser = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Configure default application

2010-06-02 Thread James McGill
On Tue, Jun 1, 2010 at 5:18 PM, BJ Freeman bjf...@free-man.net wrote: in the components ofbiz-component.xml mount-point=// note you can have only one. Because someone made explicit links to the application path, and because I don't necessarily want to put an Apache rewriting front end on

Re: How to disable right click and back buttons after logged in into ofbiz

2010-06-02 Thread Jacques Le Roux
If you want to specifically protect some views from theft, you may use https://demo-trunk.ofbiz.apache.org/partymgr/control/EditSecurityGroupProtectedViews?groupId=ACCTG_FUNCTNL_ADMIN Jacques From: BJ Freeman bjf...@free-man.net might also add that if your doing this to stop theft of content

Re: How to disable right click and back buttons after logged in into ofbiz

2010-06-02 Thread BJ Freeman
thanks saw that but have not investigated it. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator--

is demo-stable the branch/release or the branch.

2010-06-02 Thread BJ Freeman
not usre about terminology. I think since it is the stable it should be the release(zipfile). or do we have a URL for the release. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: is demo-stable the branch/release or the branch.

2010-06-02 Thread Adrian Crum
It appears to me that demo-stable is the 9.04 branch. -Adrian On 6/2/2010 3:01 PM, BJ Freeman wrote: not usre about terminology. I think since it is the stable it should be the release(zipfile). or do we have a URL for the release. = BJ Freeman

Re: Production setup questions

2010-06-02 Thread Matt Warnock
Thank you for the more detailed response. That is very helpful. puts head back into studying code/ -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Wed, 2010-06-02 at 00:54 -0700, BJ Freeman wrote: I have the system on a local desktop. I then zip up the files and

Re: StateList

2010-06-02 Thread Matt Warnock
However, it does seem to reset all the passwords to the install defaults, which is important to know. At least that was my experience. -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Wed, 2010-06-02 at 15:08 +0530, Atul Vani wrote: Hi R.S., Glad to know your

Re: is demo-stable the branch/release or the branch.

2010-06-02 Thread Jacques Le Roux
Yes it is, it will be always last official release, ie when 10.04 will be an official release it will replace 9.04, etc. We don't have enough memory there to run all releases (and would we really need that? I don't think so) Jacques From: Adrian Crum adri...@hlmksw.com It appears to me that

Re: Problem With Live deployment

2010-06-02 Thread rrhati2010
Hi Gaurav, What is final URL u put for such issue??? As I even face such problem sometimes.. Thanks this raising such issue.. - RRH -- View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-With-Live-deployment-tp2224293p2241193.html Sent from the OFBiz - User mailing

Re: StateList

2010-06-02 Thread Atul Vani
Hello Jacques, R.S., I have created the issue, here's the link https://issues.apache.org/jira/browse/OFBIZ-3799 -- 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