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 ques
On Jan 29, 2007, at 10:58 PM, Al Byers wrote:
Could this be a matter of differing requirements? I am guessing
that one
could think of testing as a means to insure that the core code is
functioning properly. I realize that I was thinking about what I
would want
from a project management poi
Could this be a matter of differing requirements? I am guessing that one
could think of testing as a means to insure that the core code is
functioning properly. I realize that I was thinking about what I would want
from a project management point of view.
In that case, I think my requirements wou
[
https://issues.apache.org/jira/browse/OFBIZ-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468484
]
Daniel Kunkel commented on OFBIZ-659:
-
I'd like to propose what I think is an improvement to the order entry proce
I'd really prefer to do what has been proposed as a best practice and
write tests using the same OFBiz framework tools that we use to write
applications, like simple-methods, services, etc...
But yes, it is possible to call a service through a web request and
there is one in the webtools
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 bo
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 exacting
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 addres
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: Ad
[
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 lo
[
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 quote_button.
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
(https://issues.apache.
[
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
[
https://issues.apache.org/jira/browse/OFBIZ-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468363
]
Andrew Zeneski commented on OFBIZ-615:
--
This sounds good to me.
> Re-Factor WorkEffort permissions to follow new
[
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 checks
[
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
> --
[
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
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: framew
[
https://issues.apache.org/jira/browse/OFBIZ-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468356
]
Andrew Zeneski commented on OFBIZ-615:
--
So, what you are saying is:
Instead of just checking to see if the logge
[
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 h
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 1
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 be
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 .
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
[
https://issues.apache.org/jira/browse/OFBIZ-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
eric schwartz updated OFBIZ-656:
Attachment: quote_patch_2.txt
qutoe_button_2_patch.txt has added a new quote button to findparty.ftl
[
https://issues.apache.org/jira/browse/OFBIZ-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468324
]
Adrian Crum commented on OFBIZ-587:
---
Stefan,
Thank you very much for your help! I tried to apply your patch to my l
[
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 sty
Al, I'm assuming that you meant WebTest instead of webtools there,
but nonetheless - we _could_ use something like DbUnit for this. It
could be a HUGE dataset to get going to put things back together, but
it can totally be done and is perfect for this type of concern.
Cheers,
Tim
--
Tim Ru
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 16 characters in email
[
https://issues.apache.org/jira/browse/OFBIZ-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468287
]
Jacques Le Roux commented on OFBIZ-667:
---
Ismail,
Sorry I have no problem with ProductStore vatTaxAuthPartyId an
Chandresh,
> Team ,
>
> Last time asking here ; what is user ML email to ask question
>
> [EMAIL PROTECTED] ?
user@ofbiz.apache.org
Jacques
> Chandresh,
>
> > Team ,
> >
> > Last time asking here ; what is user ML email to ask question
> >
> > [EMAIL PROTECTED] ?
>
> user@ofbiz.apache.org
>
>
> Jacques
Forgot, to subscribe : [EMAIL PROTECTED]
[
https://issues.apache.org/jira/browse/OFBIZ-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468267
]
David Shere commented on OFBIZ-583:
---
Thanks Ian.
How do I apply this patch? I get these results when I try:
[EM
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 Transac
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 somethin
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 datab
[
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 vatTaxAuthPartyI
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
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 instal
[
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
>
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
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) plug
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 feature
[
https://issues.apache.org/jira/browse/OFBIZ-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468217
]
Jacques Le Roux commented on OFBIZ-633:
---
In his book (1st edition at least) Jeffrey Zeldman advocates to not be
Actually Hans I believe that both Si and I both expressed support for
the other approach and strongly disagree with truncating the filename
just in order to create a composite contentName.
As I mentioned in my message if we want a field that has all of the
information it should NOT be the
[
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 yell
[
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
>
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)
48 matches
Mail list logo