Web/Testing Framework

2009-06-10 Thread Mahesh Bachchan
Hello, Im searching for a Webtesting Tool (f.e. key driven) to do automated testing (ecommerce ofbiz installation)? Are there are some integration into ofbiz? Some time ago there were some trails, f.e. with selenium!? Does someone has some experiences or advices concerning automated testing?

Re: Error while integrating opentaps CRMSFA module in ofbiz

2009-06-10 Thread Anil Patel
Oops, wrong forum. Please use Opentaps mailing list for questions on it. Regards Anil Patel On Jun 10, 2009, at 1:42 AM, Krupakar Jonnalagadda wrote: Hi, I placed two components opentaps-common and crmsfa into ofbiz hot- deploy folder and run ant-install. The build was successful. While

Re: Usage of fixed asset

2009-06-10 Thread Anil Patel
Torstein, You can see use of FixedAsset in multiple places. Its used in Manufacturing component. We also have AssetMaint component that can be used for managing maintenance of Fixed Assets. There is little bit of work done for managing computer assets as well in ismgr webapplication. If

SV: Usage of fixed asset

2009-06-10 Thread Torstein Hegbom
I was thinking about the rental part of fixed asset, and an example of how to use the calendar and fixed asset from a product-store. Regards Torstein Hegbom -Opprinnelig melding- Fra: Anil Patel [mailto:anil.pa...@hotwaxmedia.com] Sendt: 10. juni 2009 09:22 Til: user@ofbiz.apache.org

Re: Web/Testing Framework

2009-06-10 Thread Ashish Vijaywargiya
FYI, Selenium is a very good automated testing tool. We have extensively used it and provided automated test script to the client. There were quite long discussion done on Selenium in b/w ofbiz community members. To get more details you can read the old thread available at:

Proposal to add company related legal numbers

2009-06-10 Thread aswath narayana
Hello All, Proposal to add company related legal numbers. When setting up an internal organization/company, the company requires few legal numbers. For example, for an Indian company, the following are required. 1. PAN number 2. Sales Tax Registration number 3. ROC - Registrar of companies

Re: Proposal to add company related legal numbers

2009-06-10 Thread David E Jones
This email should go on the dev list since it seems to involve an extension to OFBiz itself. Please write an email to that list on the topic. This email will do, although I suggest some changes to take into consideration the existing PartyTaxAuthInfo entity (look at the entity def and

Need help with groovy and ftl

2009-06-10 Thread rohit2006
Hi, I am doing a query in orderview.groovy as follows, where i am getting a retreiving a order from a table amazonfps: amazonOrder = delegator.findByAnd(Amazonfps, [orderId : orderId]); context.amazonOrders = amazonOrder.orderId; Now, when i use the context amazonOrders, in the

Re: Need help with groovy and ftl

2009-06-10 Thread Arun Patidar
Hello Rohit, findByAnd return list of Generic Values. So you must iterate the list, even though it have only one record. After that you fetch the orderId Thanks -- AP rohit2006 wrote: Hi, I am doing a query in orderview.groovy as follows, where i am getting a retreiving a order from a

Re: Need help with groovy and ftl

2009-06-10 Thread rohit2006
Hi Arun, Thanks so much, I knew the value returned was a Generic Value, but did not know that it had to be iterated. Now it works fine after putting it in a list. Thanks a lot for the help. Rohit Arun Patidar wrote: Hello Rohit, findByAnd return list of Generic Values. So you must

How to add a style to table column with widgets

2009-06-10 Thread Rees Watkins
Hi I have a widget form with a number of rows and columns. This translates into td and tr etc in html. I would like to apply a style to the columns, to them a size but none of the widget-styles I have tried seem to end up on these elements. Any ideas? Thanks Rees

Service invocation error

2009-06-10 Thread jillas
Hi I am following the book ofbiz development and doing sample examples. While doing it, I got an error as below org.ofbiz.webapp.event.EventHandlerException: Service invocation error (org.ofbiz.loyalty.loyalty.LoyaltyService) Thanks Regards Prashanth Jilla -- View this message in

Re: Service invocation error

2009-06-10 Thread Divesh Dutta
Hi Prashant, Do you want reason of this error? Then you need to send more details on this or logs. Thanks -- Divesh jillas wrote: Hi I am following the book ofbiz development and doing sample examples. While doing it, I got an error as below

Re: Service invocation error

2009-06-10 Thread BJ Freeman
Please Note that most on this list have not read the book or know of its contents. this is a third party effort, by Rupert Howell, to give examples to work with Release branch of Ver4.0 of ofbiz. that is the only thing in common ofbiz has with the book. Rupert Howell last email on this list was in

RE: Importing data: best tools with CSV, XML

2009-06-10 Thread Dan Dodd
BJ, thanks for the reply. I did a tab delimited import with a few fields and it worked. I can expand that to include all the fields. My XML file is output from the existing system and not in entity format. What is the tool of choice to convert it to an entity format, if any? Dan Dodd

Re: Importing data: best tools with CSV, XML

2009-06-10 Thread BJ Freeman
though I have not done it and I am not sure there is any real docs on it you can use an xlst to translate the xml files. you can make an ftl to do this then send it to the webtools through the controller. this is a manual system. The other is to write a importer in java that read your xml, make

Re: Importing data: best tools with CSV, XML

2009-06-10 Thread Vince Clark
BJ - I have a question about the link you provided: http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data Specifically the section about connecting to a legacy database. Do you need to define another delegator in entityengine.xml? Vince Clark vcl...@globalera.com (303) 493-6723

RE: New bulk printing features

2009-06-10 Thread Sanders, Brian
Did you install the postscript driver for your printer? I just so happened to need this feature in 4.0 and it was only locating printers that had postscript printing capability, -Original Message- From: Ajey.bitin [mailto:ajey.ku...@palindromesoftware.com] Sent: Saturday, June 06, 2009

RE: New bulk printing features

2009-06-10 Thread Ajey.bitin
Hi, I could not find anywhere postscript drivers for HP LaserJet 1018, the printer I'm having. I'm not sure whether this printer supports postscript or not. Actually, there was no specification, Jacopo has mentioned that it should be a Laser Printer only. Do you know from where I can get

RE: New bulk printing features

2009-06-10 Thread Sanders, Brian
Try this link: http://tinyurl.com/lvvj5n You should see HP postscript (PS) emulation driver. If it doesn't work, then google HP LaserJet 1018 postscript and click the first link. -Original Message- From: Ajey.bitin [mailto:ajey.ku...@palindromesoftware.com] Sent: Wednesday, June 10,

RE: New bulk printing features

2009-06-10 Thread Ajey.bitin
Thanks for the link. I've gone trough it once. It tells us The printer must have PS printing capabilities. This can be verified on the printer’s Configuration Page. And on the configuration page of HP LaserJet 1018

http://docs.ofbiz.org/display/OFBIZ/Apache+OFBiz+User+List

2009-06-10 Thread BJ Freeman
could we make it a best practices to use [domainname|url] in the first column. the URLS are pushing the columns off the page. -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro

Re: http://docs.ofbiz.org/display/OFBIZ/Apache+OFBiz+User+List

2009-06-10 Thread David E Jones
It's a wiki, so feel free to change it. As long as no one's information is removed I don't think anyone will complain about formatting changes/etc. -David On Jun 10, 2009, at 7:31 PM, BJ Freeman wrote: could we make it a best practices to use [domainname|url] in the first column. the

OFBiz's Cache

2009-06-10 Thread Jack Liu
Hi, All Is OFBiz's cache a distributed cache or when will it be? Best Regards, Jack Liu

Re: XSS Exploit Countermeasures / Escaping Characters

2009-06-10 Thread David E Jones
Depending on what you mean by countermeasures that may be exactly what you're looking for. The idea is that with FTL files ALL String variables are HTML encoded in order to avoid XSS problems (like you mentioned) and also to avoid misinterpreted output. When a variable is meant to have

Re: OFBiz's Cache

2009-06-10 Thread David E Jones
Which cache? -David On Jun 10, 2009, at 8:42 PM, Jack Liu wrote: Hi, All Is OFBiz's cache a distributed cache or when will it be? Best Regards, Jack Liu

RE: OFBiz's Cache

2009-06-10 Thread Jack Liu
UtilCache, I mean. -Original Message- From: David E Jones [mailto:d...@me.com] Sent: 2009年6月11日 10:51 To: user@ofbiz.apache.org Subject: Re: OFBiz's Cache Which cache? -David On Jun 10, 2009, at 8:42 PM, Jack Liu wrote: Hi, All Is OFBiz's cache a distributed cache or when will it

Re: OFBiz's Cache

2009-06-10 Thread David E Jones
No, UtilCache (ie the low level caching class and related classes) do not do distributed cache. There are higher level caches that handle distributed concerns, like the Entity Engine cache. Is there a specific type of information you are trying to have in a distributed cache? I ask

RE: OFBiz's Cache

2009-06-10 Thread Jack Liu
Some of business information created with much effort need be cached in a distributed way, but I am not sure. I just wonder whether OFBiz supports distributed cache for cluster or not. -Original Message- From: David E Jones [mailto:d...@me.com] Sent: 2009年6月11日 10:58 To:

Re: http://docs.ofbiz.org/display/OFBIZ/Apache+OFBiz+User+List

2009-06-10 Thread BJ Freeman
thanks will do. David E Jones sent the following on 6/10/2009 7:34 PM: It's a wiki, so feel free to change it. As long as no one's information is removed I don't think anyone will complain about formatting changes/etc. -David On Jun 10, 2009, at 7:31 PM, BJ Freeman wrote: could

Re: Importing data: best tools with CSV, XML

2009-06-10 Thread Vivek Mishra
Hello Vince, Data file tool is very effective for fulfilling your requirement if you have a record which provides primary key as well. On the other hand I couldn't find it suitable if you don't have primary key in your record, in this case custom code is needed to handle the situation.