[jira] Created: (OFBIZ-667) Bug in displaying order items when using old style calcTax service

2007-01-29 Thread Ismail Cansiz (JIRA)
Bug in displaying order items when using old style calcTax service -- Key: OFBIZ-667 URL: https://issues.apache.org/jira/browse/OFBIZ-667 Project: OFBiz (The Open for Business Project)

[jira] Updated: (OFBIZ-667) Bug in displaying order items when using old style calcTax service

2007-01-29 Thread Ismail Cansiz (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismail Cansiz updated OFBIZ-667: Attachment: orderitems.patch Bug in displaying order items when using old style calcTax service

[jira] Commented: (OFBIZ-660) Make user input change background colours of formulars

2007-01-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468212 ] Jacques Le Roux commented on OFBIZ-660: --- Daniel, I applied the patch locally but where I'm supposed to see

Re: Selenium

2007-01-29 Thread Chandresh Turakhia
Tim , Peter : Can I share unrealized use of Selenium for the team. (1) works as great DEMO platform. Typically new user downlown the ofbiz runs it. works. Then he tries to findle around the system - create user etc. run a sample ecommerce transaction. He tries to figure out various features

Translation tip in ofbiz.doc.org

2007-01-29 Thread Jacques Le Roux
Hi, I would like to put this tip in ofbiz.doc to no repeate this over and over... copy/paste... copy/paste... humf... humf...: Install Eclipse IDE : http://www.eclipse.org/downloads/ Install ResourceBundle Editor (RBE) : http://docs.ofbiz.org/display/OFBIZ/Plugins Install Subversion (svn)

Re: Translation tip in ofbiz.doc.org

2007-01-29 Thread David E. Jones
The wiki (OFBIZ) space somewhere would be best, or perhaps the OFBTECH space. This sort of detail shouldn't probably be part of the policy documents in the OFBADMIN space, but you could certainly link to it from there. -David On Jan 29, 2007, at 3:15 AM, Jacques Le Roux wrote: Hi, I

[jira] Commented: (OFBIZ-667) Bug in displaying order items when using old style calcTax service

2007-01-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468226 ] Jacques Le Roux commented on OFBIZ-667: --- Ismail, Could you please detail a bit more your use case ? Thanks

Re: Selenium

2007-01-29 Thread Andrew Sykes
Chand, I have been thinking along the same lines. I think this would be well worth considering as it would document how to do a lot of the clever things that the seed/demo data already does for you. One problem with this is that for a production deployment, being forced to use Selenium to

Re: Selenium

2007-01-29 Thread Andrew Sykes
Assuming an automated web browser type technology is the way to go for testing... What does everyone think of having an option to run a service synchronously from webtools? This would allow a lot of clever asserts from the test tool? Without the need to make the tool dispatcher aware? Would this

[jira] Commented: (OFBIZ-667) Bug in displaying order items when using old style calcTax service

2007-01-29 Thread Ismail Cansiz (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468249 ] Ismail Cansiz commented on OFBIZ-667: - Hi Jacques, I have tested with ProductStore entity fields

Re: Selenium

2007-01-29 Thread Chandresh Turakhia
Dear all, Not the most cleverest, But useful for rerunning demo- making clean start etc. Retesting etc. http://dbunit.sourceforge.net/ Licence is GPL / LGPL. :( DbUnit is a JUnit extension (also usable with Ant) targeted for database-driven projects that, among other things, puts your

Re: Selenium

2007-01-29 Thread Al Byers
I hate to dumb things down, but I have a basic question. Is it true that web-based testing (I am thinking WebTools or Selenium) are not able to roll back test by rolling back the transaction in the way that a JUnit test could? If that is true, is this an area where we might be able to do

Fw: Problems while load testing

2007-01-29 Thread Chandresh Turakhia
Team , Last time asking here ; what is user ML email to ask question [EMAIL PROTECTED] ? Any ways , Can this error occur or we have made mistakes configuring ?? NOTE : I noticed this, checking JTA code in ofbiz which does suspend It seems ok since JTA allows but not require Nested

[jira] Commented: (OFBIZ-633) Remove redunant style decarations from maincss.css

2007-01-29 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468311 ] Adrian Crum commented on OFBIZ-633: --- Thank you for the quote Jacques. Did you try the patch? Remove redunant

Re: Selenium

2007-01-29 Thread Al Byers
Thanks Tim, I did mean WebTest. I have been working with it lately. I have found that it is useful to put milestone code in my main action method that checks a passed in parameter (testLevel) to see if it is supposed to be at the current level. If it is, then it records some data in a map to be

Re: email-related issues

2007-01-29 Thread John Martin
I went to use the new isEmail(String email) method and it surpised me that the default was to test without the dot. Being that the majority of use of the isEmail function would be for testing emails originating outside the company implementing ofBiz, that the test should include testing for the

Re: email-related issues

2007-01-29 Thread John Martin
On more careful examination of the isEmail function, the first test is to see if the string is empty and if so it returns true. I can't imagine why that condition should return true, null or an empty string do not constitute an email address. My only thought for a reason would be if the field

Re: svn commit: r500985 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/email/EmailWorker.java

2007-01-29 Thread Si Chen
Hans Bakker wrote: Sorry, i misunderstood you original message. I use this piece of code the last few months in production and i have it regularly that either no filename are given, or that more then one time de same filename is given. Secondly filenames are most of the time not longer than

[jira] Updated: (OFBIZ-659) Refactoring Create Order process

2007-01-29 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel updated OFBIZ-659: --- Attachment: OrderChekOutProcessRefac.patch This patch is in Work In progress status. I am posting

[jira] Created: (OFBIZ-668) UtilValidate.isEmail has incorrect logic

2007-01-29 Thread John Martin (JIRA)
UtilValidate.isEmail has incorrect logic Key: OFBIZ-668 URL: https://issues.apache.org/jira/browse/OFBIZ-668 Project: OFBiz (The Open for Business Project) Issue Type: Bug Components:

[jira] Commented: (OFBIZ-611) Re-Factor Content permissions to follow new patterns

2007-01-29 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468357 ] Andrew Zeneski commented on OFBIZ-611: -- Al, The new permission code should be implemented as simple methods and

[jira] Assigned: (OFBIZ-611) Re-Factor Content permissions to follow new patterns

2007-01-29 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zeneski reassigned OFBIZ-611: Assignee: Andrew Zeneski Re-Factor Content permissions to follow new patterns

[jira] Commented: (OFBIZ-615) Re-Factor WorkEffort permissions to follow new patterns

2007-01-29 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468360 ] Anil K Patel commented on OFBIZ-615: Andrew, Yes. Little bit of Implementation thoughts. Steps 1) All the

[jira] Commented: (OFBIZ-615) Re-Factor WorkEffort permissions to follow new patterns

2007-01-29 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468365 ] Anil K Patel commented on OFBIZ-615: Thanks Andrew, We'll make enhancements accordingly. Re-Factor WorkEffort

UI Refactoring progress

2007-01-29 Thread Adrian Crum
The first sweep through the maincss.css file was committed to the project Saturday (thanks Jacques!). The redundant font properties assignments were eliminated and color assignments were changed to hex values. The second sweep through the maincss.css file is in Jira now

[jira] Commented: (OFBIZ-656) when viewing a party you have a link to view the orders for that party but not quotes

2007-01-29 Thread eric schwartz (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468373 ] eric schwartz commented on OFBIZ-656: - qutoe_button_2_patch.txt also includes everything included in

[jira] Updated: (OFBIZ-669) Display bug in findParty.ftl

2007-01-29 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-669: -- Attachment: findParty.patch On or around line 273 of findParty.ftl, there is some complicated if-else

[jira] Created: (OFBIZ-669) Display bug in findParty.ftl

2007-01-29 Thread Adrian Crum (JIRA)
Display bug in findParty.ftl Key: OFBIZ-669 URL: https://issues.apache.org/jira/browse/OFBIZ-669 Project: OFBiz (The Open for Business Project) Issue Type: Bug Components: party Reporter:

Re: email-related issues

2007-01-29 Thread David E. Jones
On Jan 29, 2007, at 10:42 AM, John Martin wrote: On more careful examination of the isEmail function, the first test is to see if the string is empty and if so it returns true. I can't imagine why that condition should return true, null or an empty string do not constitute an email

RE: Ofbiz Test Automation Services Offered

2007-01-29 Thread Harry Dhillon - Worldtestlabs
David/Andrew, All and more is my answer, although initial focus will be on building integrated and automated test strategies for ofbiz adopters - being more business/industry centric than dev/tech centric. By building a suite of converged data, network and telephony tests, we can build

Re: Ofbiz Test Automation Services Offered

2007-01-29 Thread David E. Jones
Harry, It would be great to work with you and others there on this! We really need contributions in this area. A fair amount of infrastructure has been developed for testing in OFBiz, and the design in general is very granular, split into traditional enterprise architecture tiers, and

Re: Variant Products

2007-01-29 Thread Vamsi
hi, I had created a variant product which is configurable good. I had created variant accoring to their size small ,medium and large . I have retrieved them successfully using productfeaturetypeid -SIZE ,My problem is I want to know whether it is a correct way or not ,why I am asking this