Re: How do we assign Tracking Code to Promotion and track them?

2010-02-25 Thread Scott Gray
Please don't do this, if you want to point someone to an old thread just link to the threads in nabble or markmail. Thanks Scott HotWax Media http://www.hotwaxmedia.com On 25/02/2010, at 3:12 AM, BJ Freeman wrote: bump this up to explain tracking codes in ofbiz Jacques Le Roux sent the

Re: Alternate JobSandbox

2010-02-25 Thread Scott Gray
Hi Al, I don't think it's possible currently, the JobPoller uses ServiceConfigUtil to retrieve the settings from serviceengine.xml but it only looks at the first service-engine element. Regards Scott HotWax Media http://www.hotwaxmedia.com On 25/02/2010, at 12:49 PM, Al Byers wrote: I

Re: Buld Failed Revision 915988

2010-02-24 Thread Scott Gray
type: java -version and check what version is actually being used by the system. Regards Scott HotWax Media http://www.hotwaxmedia.com On 24/02/2010, at 6:13 PM, Len Shein wrote: Yes 1.6.0_03 on Windows I have 3 other projects running Ofbiz; just the latest build will not compile, did I

Re: how to pass a list from the .groovy level to screen.xml level?

2010-02-22 Thread Scott Gray
Hi Patrick, Just assign them to the context map in groovy like this: context.myListOfStuff = myGroovyList; Anything assigned to the context map will be available to the screen once the script has run. Regards Scott HotWax Media http://www.hotwaxmedia.com On 22/02/2010, at 4:08 PM, Patrick

Re: No Message for Successful Change of Password

2010-02-22 Thread Scott Gray
Hi Koon, Please create a jira issue for this. Thanks Scott HotWax Media http://www.hotwaxmedia.com On 21/02/2010, at 6:33 PM, Koon Sang wrote: I change login password from MyPortal My Profile. After clicking Save button, the page just refreshes and there is no way for me to know whether

Re: Merging OFBiz Wiki Spaces

2010-02-20 Thread Scott Gray
I really think it was a terrible idea to blindly move our project infrastructure over to the ASF, it has done nothing but reduce the quality of our documentation (broken links, difficult navigation) and demo server (manually maintained, less server resources, no monitoring, currently no

Re: What's the appropriate way to modify ViewEntities?

2010-02-18 Thread Scott Gray
Hi Patrick From memory, a view entity will only be modifiable if the primary keys for all included entities are present. As a best practice, you should generally only perform write/update/delete operations on entities via the services available, doing so will ensure that all related SECAs are

Re: Framework Introduction Videos and Diagrams Issues

2010-02-18 Thread Scott Gray
Hi Brendan These files were previously hosted on the infrastructure provided by Contegix and HotWax, the recent migration efforts didn't find a new home for them and as such they're currently unavailable. Someone needs to find a home for them on Apache's servers and then update the links

Re: Beginner questions

2010-02-18 Thread Scott Gray
You can also modify framework/webapp/config/url.properties to set your http port to 80 and the https port to 443 so that users do not need to specify the port after the host name. Regards Scott HotWax Media http://www.hotwaxmedia.com On 18/02/2010, at 3:30 PM, Ruth Hoffman wrote: Hi Goran:

Re: Beginner questions

2010-02-18 Thread Scott Gray
again, Goran On Thu, Feb 18, 2010 at 5:38 PM, Scott Gray scott.g...@hotwaxmedia.comwrote: You can also modify framework/webapp/config/url.properties to set your http port to 80 and the https port to 443 so that users do not need to specify the port after the host name. Regards Scott

Re: Beginner questions

2010-02-18 Thread Scott Gray
. Thanks very much, Goran On Thu, Feb 18, 2010 at 7:06 PM, Scott Gray scott.g...@hotwaxmedia.comwrote: Sorry I missed the rest of the settings: framework/base/config/ofbiz-containers.xml Find the container named catalina-container and within that the following two property elements: http

Re: Beginner questions

2010-02-18 Thread Scott Gray
management application - the Catalog Manager. We can do that for product images, why not store images? Regards, Ruth Scott Gray wrote: The image is most likely sized via the css file for the page: framework/images/webapp/images/ecommain.css Here you'll have to get your hands dirty I'm

Re: Beginner questions

2010-02-18 Thread Scott Gray
On 18/02/2010, at 6:57 PM, Ruth Hoffman wrote: Scott Gray wrote: Hi Ruth, I think we're talking about different things here, Goran has successfully changed the image (admittedly using less than ideal means) but the problem is that the css isn't accommodating his image size in the way

Re: Beginner questions

2010-02-18 Thread Scott Gray
Sorry, but someone needs to do some human factors studies based on real life users. Design considerations should be based real life usage and not what developers think is the latest coolest thing to do. Ruth I shall look forward to your report. Regards Scott smime.p7s Description:

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-17 Thread Scott Gray
Refresh after the error is shown, it should go back to normal. For whoever is maintaining the demo instance (Hans?), it would probably be best to start OFBiz using startofbiz.sh or at least with the same settings that it contains. Regards Scott HotWax Media http://www.hotwaxmedia.com On

Re: how to autogen a primary key instead of passing it in?

2010-02-16 Thread Scott Gray
Hi Patrick, Something like this should do the trick: nextFacilityId = delegator.getNextSeqId(Facility); Regards Scott HotWax Media http://www.hotwaxmedia.com On 16/02/2010, at 5:54 PM, Patrick wrote: I have a Java service that creates a Facility. Right now I specify the primary key

Re: ofbiz demo servers

2010-02-11 Thread Scott Gray
Just FYI, demo.ofbiz.org always used to go to ecommerce when the demo was on Contegix. Regards Scott HotWax Media http://www.hotwaxmedia.com On 11/02/2010, at 10:54 PM, Jacques Le Roux wrote: Hi Tim, Yes indeed, that sounds like the most reasonnable thing to do. If in the same time we

Re: Why is ofbiz integrated with tomcat?

2010-02-10 Thread Scott Gray
Hi Ylan OFBiz is deployable as an EAR and the various app server deployment templates in the framework/appserver/ directory facilitate this. The main reasons as far as I am aware for using embedded tomcat is as follows: - Simple setup and deployment - Ability to change files on the fly

Re: Tests Failing?

2010-02-10 Thread Scott Gray
On 10/02/2010, at 8:16 PM, Sam Hamilton wrote: Hey List, I am trying to run the tests on my local box using an updated trunk (r908817), but it just wont run them and fails with BUILD FAILED /Users/samhamilton/Sources/ofbiz/build.xml:453: Test run was unsuccessful I am running svn up

Re: Paypal Payment via PayFlow Pro

2010-01-30 Thread Scott Gray
How are you planning on using Express Checkout, via PayFlow Pro or the NVP API? (I recommend the latter) Regards Scott HotWax Media http://www.hotwaxmedia.com On 30/01/2010, at 10:23 AM, rohit wrote: Hi Scott, Is there any documentation on how to set it up. On the demo server, we are

Re: Paypal Payment via PayFlow Pro

2010-01-30 Thread Scott Gray
Step 1: Download the sdk from here: https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_Java_NVP_SDK.zip Step 2: Grab the lib/paypal_base.jar and drop it into applications/accounting/lib/ (You will need some of the other jars from the download but I can't remember which ones, once

Re: Paypal Payment via PayFlow Pro

2010-01-30 Thread Scott Gray
I've only ever worked with a sandbox account, I wouldn't recommend testing on a live server. When using the sandbox just log in and click on API Credentials and you will see that there is an API Username, an API Password and a Signature; you need all three. Regards Scott HotWax Media

Re: Different order status for COD and CC

2010-01-29 Thread Scott Gray
and since it's my client's requirement so i have to follow. -- Thanks Ramkrishna On Fri, Jan 29, 2010 at 11:04 AM, Scott Gray scott.g...@hotwaxmedia.com wrote: I would seriously consider why the same status has to have a different description depending on the payment method type. You're

Re: Different order status for COD and CC

2010-01-28 Thread Scott Gray
Start off by setting Auto Approve Order on the Product Store to N which will cause all order to remain in the Created status and will need to be manually moved to Approved. Regards Scott HotWax Media http://www.hotwaxmedia.com On 28/01/2010, at 12:36 AM, Ramkrishna Swamy wrote: Has anyone

Re: splitup of ebay component.

2010-01-28 Thread Scott Gray
Hi Hans, Is there any reason that you know of for us to retain the XML interface at all? If the API is better then shouldn't we just use it alone? If we end up keeping both we might need better names, XML vs. API doesn't mean much (I mean the XML interface is also an API) or is this how eBay

Re: Different order status for COD and CC

2010-01-28 Thread Scott Gray
or there is another way to do. -- Thanks Ramkrishna On Fri, Jan 29, 2010 at 4:41 AM, Scott Gray scott.g...@hotwaxmedia.comwrote: Start off by setting Auto Approve Order on the Product Store to N which will cause all order to remain in the Created status and will need to be manually moved to Approved

Re: ant download-selenium returns build fail error

2010-01-27 Thread Scott Gray
easy IMO. Regards, Ruth Scott Gray wrote: Hi Ruth, I don't believe selenium has a presence at all in the 9.04 codebase Regards Scott HotWax Media http://www.hotwaxmedia.com On 26/01/2010, at 7:59 PM, Ruth Hoffman wrote: According to the documentation, I should

Re: ant download-selenium returns build fail error

2010-01-27 Thread Scott Gray
it and weep :-) http://cwiki.apache.org/confluence/display/OFBIZ/Main+New+Features Scott Gray wrote: On 27/01/2010, at 6:29 AM, Ruth Hoffman wrote: Hi Ashish: If that is the case, then why is Java 1.6 now required for 9.04? It does? Since when? What bug fix drove this change

Re: ant download-selenium returns build fail error

2010-01-27 Thread Scott Gray
keyword myofbiz ruth.hoff...@myofbiz.com Scott Gray wrote: Read what? The main new features page refers to what is going on in the trunk and has no bearing on the release branches after their creation. The release branches don't receive new features, only bug fixes. Regards Scott On 27

Re: Add category to catalog fails

2010-01-27 Thread Scott Gray
Hi Patrick, I think you're misunderstanding the purpose of the form, it is used to associate an existing category to the catalog so you must create the category before attempting to associate it to the catalog. Regards Scott HotWax Media http://www.hotwaxmedia.com On 27/01/2010, at 8:58 AM,

Re: logging documentation

2010-01-27 Thread Scott Gray
Hi Chris, It's usually easiest to do this from the database rather than the application, if you're using Derby the configuration is available in runtime/data/derby.properties if you haven't created the database yet or otherwise runtime/data/derby/derby.properties Regards Scott HotWax Media

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Scott Gray
Sorry for the slow reply Florin, this slipped past me until I saw your message to Jacques a moment ago. Could you provide more details about what changes you've made to this checkout? My first guess is that there's something wrong with the database connection since the problem appears during

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Scott Gray
Okay but what approach are you taking currently? Is this an attempt to back port the transaction management changes or are you updating OFBiz to a recent revision? Regards Scott On 27/01/2010, at 1:37 PM, Florin Popa wrote: Hi, There were a lot of changes done... but nothing inside the

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Scott Gray
I'm sorry the potential for problems with this approach is just too large for me to be able to help you through it. Regards Scott HotWax Media http://www.hotwaxmedia.com On 27/01/2010, at 1:53 PM, Florin Popa wrote: The attempt to update Ofbiz to recent revision is for the moment (time

Re: ant download-selenium returns build fail error

2010-01-27 Thread Scott Gray
, but maybe it's only my paranonia ;o). I much more clear, thanks! Jacques From: Ruth Hoffman rhoff...@aesolves.com Done. Please, if you don't like, change it as you see fit. Regards, Ruth Jacques Le Roux wrote: From: Scott Gray scott.g...@hotwaxmedia.com I hear you're pretty good

Re: tests are slow

2010-01-26 Thread Scott Gray
build ant script. Using ant, we could easily run tests from eclipse by creating an external run task for each test. Shall I raise this as a JIRA improvement? Many thanks, Chris Scott Gray wrote: You could try manually initializing and starting the TestRunContainer

Re: ant download-selenium returns build fail error

2010-01-26 Thread Scott Gray
Hi Ruth, I don't believe selenium has a presence at all in the 9.04 codebase Regards Scott HotWax Media http://www.hotwaxmedia.com On 26/01/2010, at 7:59 PM, Ruth Hoffman wrote: According to the documentation, I should be able to download the necessary Selenium server.jar file as so:

Re: Any chance for an upgrade? - help please

2010-01-25 Thread Scott Gray
Given the amount of changes required to back port you're probably better to upgrade to a newer revision, depending on how you've handled your custom code and what tests you have in place to verify your main areas of functionality, it should be relatively straightforward. Regards Scott HotWax

Re: Paypal Payment via PayFlow Pro

2010-01-24 Thread Scott Gray
The Express Checkout flow is all that's available OOTB, I'm not even sure if it is possible to bill a PayPal account without going through to their website first. Regards Scott HotWax Media http://www.hotwaxmedia.com On 24/01/2010, at 7:26 AM, Mahesh Bachchan wrote: hello ofbiz-users, is

Re: Paypal Payment via PayFlow Pro

2010-01-24 Thread Scott Gray
On 24/01/2010, at 3:53 PM, BJ Freeman wrote: Paypal has change what they call services. the one that is used in 9.04 (redirect) is called Website Payments Pro https://www.paypal.com/cgi-bin/webscr?cmd=_wp-pro-overview-outside PayPal Express Checkout

Re: Paypal Payment via PayFlow Pro

2010-01-24 Thread Scott Gray
On 24/01/2010, at 4:09 PM, BJ Freeman wrote: Scott: not sure you looked at the links, they do not support what you say, unless I missed something. Didn't look at the links but yes you did miss something, unless I imagined the time I spent developing it. Scott Gray sent the following on 1

Re: Paypal Payment via PayFlow Pro

2010-01-24 Thread Scott Gray
you would with say the NVP API BJ Freeman sent the following on 1/24/2010 3:09 PM: Scott: not sure you looked at the links, they do not support what you say, unless I missed something. Scott Gray sent the following on 1/24/2010 3:01 PM: On 24/01/2010, at 3:53 PM, BJ Freeman wrote

Re: Paypal Payment via PayFlow Pro

2010-01-24 Thread Scott Gray
https://www.x.com/docs/DOC-1444 3rd item in the table. Regards Scott On 24/01/2010, at 4:17 PM, Scott Gray wrote: On 24/01/2010, at 4:14 PM, BJ Freeman wrote: Unless your calling Payflow Link the same as Express Checkout however it does not use the Gateway feature meaning like

Re: Paypal Payment via PayFlow Pro

2010-01-24 Thread Scott Gray
. the Merchant gateway is set up by paypal. there are more differences but does not directly effect programming. I have done all these on other platforms other than ofbiz. Scott Gray sent the following on 1/24/2010 3:17 PM: On 24/01/2010, at 4:14 PM, BJ Freeman wrote: Unless your

Re: tests are slow

2010-01-23 Thread Scott Gray
HotWax Media http://www.hotwaxmedia.com On 23/01/2010, at 11:41 AM, chris snow wrote: Scott Gray-2 wrote: It should be possible to run a test suite against an already running instance, assuming no compilation is required and the database is in the state required by the tests (i.e

Re: ofbiz test framework - not rolling back data

2010-01-22 Thread Scott Gray
in the db when I run the next test case. Scott Gray wrote: There was a reason I didn't do this, I just can't remember what it was. Thinking about it freshly, the reason was most likely that asynchronous service calls can't be rolled back currently (they're executed by the JobManager

Re: does anyone know ofbiz?

2010-01-22 Thread Scott Gray
On 22/01/2010, at 5:04 PM, Adrian Crum wrote: --- On Fri, 1/22/10, Chris Snow sno...@snowconsulting.co.uk wrote: Is it possible for one person to have a deep understanding of how ALL of the components in ofbiz work? It is vast. I have found that the only way to tackle the problem is to

Re: ofbiz test framework - not rolling back data

2010-01-21 Thread Scott Gray
There was a reason I didn't do this, I just can't remember what it was. Thinking about it freshly, the reason was most likely that asynchronous service calls can't be rolled back currently (they're executed by the JobManager with a regular delegator) and rolling back the sequence ids would

Re: auto-fields-service question related to tutorial

2010-01-21 Thread Scott Gray
You can also use the field name=birthDateignored//field format to remove auto fields from the form. Regards Scott HotWax Media http://www.hotwaxmedia.com On 21/01/2010, at 3:59 PM, Mridul Pathak wrote: Hi Patrick, There are two ways of doing this: 1) Don't use auto-field-service tag

Re: calendar pop up broken?

2010-01-21 Thread Scott Gray
Hi Chris I've fixed the month problem in r901992, could you update and check the work effort problem again and see if it's still there? Thanks Scott HotWax Media http://www.hotwaxmedia.com On 20/01/2010, at 8:52 AM, Chris Snow wrote: I have just created a work effort on demo.ofbiz.org with

Re: Apache Pivot

2010-01-21 Thread Scott Gray
It's thick client though right? Either desktop or applet? Regards Scott HotWax Media http://www.hotwaxmedia.com On 21/01/2010, at 9:51 PM, Sam Hamilton wrote: Hey guys, I ran into Pivot a couple of days ago and thought I would share it with the list as it looks on a quick glance to help

Re: Apache Pivot

2010-01-21 Thread Scott Gray
as an applet or as a standalone (optionally offline) desktop application. Pivot includes features that make building modern GUI applications much easier, including declarative UI, data binding, effects and transitions, and web services integration. On 22/01/2010 13:04, Scott Gray wrote: It's

Re: extending view entities

2010-01-20 Thread Scott Gray
I don't believe so, you can either define a new view or you can redefine the existing view using the same name and have it override the existing. Regards Scott HotWax Media http://www.hotwaxmedia.com On 20/01/2010, at 5:49 AM, snowch wrote: Can view-entities be extended? Many thanks,

Re: Error uploading a big file

2010-01-20 Thread Scott Gray
You'd probably need to look into the Apache Commons documentation and see if there is any way to prevent the entire file from being held in memory while it uploads. Or otherwise just file a jira issue and wait for it to be fixed. Regards Scott HotWax Media http://www.hotwaxmedia.com On

Re: calendar pop up broken?

2010-01-20 Thread Scott Gray
It could be related somehow to the single digit month which seems to have shown up in the calendar since the start of this month (well that's when I noticed it). Regards Scott HotWax Media http://www.hotwaxmedia.com On 20/01/2010, at 10:30 AM, Jacques Le Roux wrote: Chris, To be clear I

Re: css problem with ftl ????

2010-01-19 Thread Scott Gray
Hi Heidi I can think of no reason why you should see differences, all I can suggest is that you take a diff of the html source from each and compare them for differences. If they are the same then double check that the css files are also the same from each. Regards Scott HotWax Media

Re: how to know which tags and tag attributes are valid?

2010-01-19 Thread Scott Gray
Hi Patrick, The XML documents are defined by XSDs so any decent XML editor should perform autocompletion for you automatically. Regards Scott HotWax Media http://www.hotwaxmedia.com On 19/01/2010, at 12:17 PM, Patrick wrote: I am going through the hotwax tutorial,

Re: css problem with ftl ????

2010-01-19 Thread Scott Gray
) The html file is the same but generated via xml and ftl. The css file with the ftl on the tomcat doesn't react on the auto keyword of the margin 0px tag. Heidi 2010/1/19 Scott Gray scott.g...@hotwaxmedia.com Hi Heidi I can think of no reason why you should see differences, all I can

Re: css problem with ftl ????

2010-01-19 Thread Scott Gray
care what the content is - it is just sending out streams of characters. It doesn't know if it's sending auto margin or any other set of characters. -Adrian Scott Gray wrote: css files are interpreted by the browser, not by the server. The only way you could have a different end result

Re: how to know which tags and tag attributes are valid?

2010-01-19 Thread Scott Gray
I use Eclipse for almost everything involving OFBiz. Regards Scott On 19/01/2010, at 4:58 PM, Patrick wrote: Hi Scott, Can you recommend a good linux XML editor for this? Thanks. Patrick On Tue, Jan 19, 2010 at 1:32 PM, Scott Gray scott.g...@hotwaxmedia.com wrote: Hi Patrick

Re: how to know which tags and tag attributes are valid?

2010-01-19 Thread Scott Gray
:30 PM, Patrick wrote: Hi Scott, Can you explain a little bit how to associate a XML file with an XSD file? I think I have all the relevant WTP XML utilities and editors installed. I'd really appreciate it. Thanks. Patrick On Tue, Jan 19, 2010 at 6:01 PM, Scott Gray scott.g

Re: tests are slow

2010-01-15 Thread Scott Gray
Running a single test suite typically takes me about a minute or two, so unless that's what you mean by ages then yes, you need a faster laptop :-) Regards Scott HotWax Media http://www.hotwaxmedia.com On 15/01/2010, at 9:08 AM, snowch wrote: Does anyone have a view on this? Maybe I

Re: tests are slow

2010-01-15 Thread Scott Gray
running ofbiz, this time could be much reduced? Many thanks, Chris Scott Gray wrote: Running a single test suite typically takes me about a minute or two, so unless that's what you mean by ages then yes, you need a faster laptop :-) Regards Scott HotWax Media http://www.hotwaxmedia.com

Re: Unable to acquire a new connection from the pool

2010-01-14 Thread Scott Gray
On 13/01/2010, at 12:05 AM, Jacques Le Roux wrote: From: rohit rohitksur...@yahoo.com Hi, Please also check the jobsandbox database for any service not properly terminated, for eg. they are still in the running status. i had a lot of problem with us service not ending properly. even

Re: svn commit: r897605 - in /ofbiz/trunk/framework/entity/src/org/ofbiz/entity: datasource/GenericDAO.java util/EntityListIterator.java

2010-01-14 Thread Scott Gray
Hi Rohit, Are you sure that it works if the database is recreated? I can't see anything in the commit that would cause or require the database structure to change. Regards Scott HotWax Media http://www.hotwaxmedia.com On 13/01/2010, at 3:44 PM, rohit wrote: Hi, I don't think this

Re: Not able to locate OFBiz Tutorial in the wiki document list

2010-01-14 Thread Scott Gray
Hi Pranay Only the children of the home page show up in the list, but there are a lot of pages in the wiki that are direct children of the space itself and these can be somewhat hidden. I've fixed the one for the tutorial and to fix any others the easiest way is to just click on View in

Re: svn commit: r897605 - in /ofbiz/trunk/framework/entity/src/org/ofbiz/entity: datasource/GenericDAO.java util/EntityListIterator.java

2010-01-14 Thread Scott Gray
and other tables, ofbiz throws the error. the unique thing i noticed that the error did not occur for sets of keywords used for the first time and not already existing in the database. I hope it helps, but i am sure there is some issue with this commit. Rohit --- On Fri, 1/15/10, Scott Gray-2 [via

Re: cybersource missing in 9.04 builds?

2010-01-11 Thread Scott Gray
Hi Ryan, CyberSource is available in 9.04, the only difference between it and the trunk is that the configuration has moved from payment.properties to the database. It wouldn't hurt to check the revision history for IcsPaymentServices.java to ensure that there have been no bug fixes

Re: svn: REPORT of '/repos/asf/!svn/vcc/default': Could not read response body: An existing connection was forcibly closed by the remote host.

2010-01-11 Thread Scott Gray
Happens from time to time, just try again. FYI you can see the status of ASF machines and services here: http://monitoring.apache.org/status/ Regards Scott HotWax Media http://www.hotwaxmedia.com On 12/01/2010, at 9:34 AM, BJ Freeman wrote: anyone getting this when doing SVN update through

Re: applet / location of external jars

2010-01-10 Thread Scott Gray
Hi Alexander, I think what BJ is saying is that the jar must be directly accessible in your webapp in the same way that images, css and javascript files are. You can either store it in the same place as those files or otherwise open up a new allowedPath in your web.xml file. Regards

Re: contactlist in the screen profile in the ecommerce screen

2010-01-07 Thread Scott Gray
The approach most often taken so far has been to use a link with javascript attached to submit the form. Regards Scott HotWax Media http://www.hotwaxmedia.com On 8/01/2010, at 8:15 AM, Ruth Hoffman wrote: Correct. Depending on the browser, you can style the submit button to look like a

Re: contactlist in the screen profile in the ecommerce screen

2010-01-07 Thread Scott Gray
overhead? BTW, there are still people out there that disable Javascript, if you can believe that. Regards, Ruth Scott Gray wrote: The approach most often taken so far has been to use a link with javascript attached to submit the form. Regards Scott HotWax Media http

Re: Error in purgeOldJobs service.

2010-01-03 Thread Scott Gray
normally. There is one more query though, the runtime data table is getting bloated, i think there should be some service to clean it which is probably not running. Can you give me some info on it or direct to right resources. Thanks Rohit Scott Gray-2 wrote: Hi Rohit, The purgeOldJobs service

Re: Error in purgeOldJobs service.

2010-01-01 Thread Scott Gray
Hi Rohit, The purgeOldJobs service can only be run one at a time so the error below just indicates that the queued service execution timed out while waiting for the existing execution to complete. I can think of two possible causes for this: 1. Your JobSandbox table has for some reason

Re: userLogin

2010-01-01 Thread Scott Gray
If auth is set to false in the service definition then the userLogin won't be available in the context. Regards Scott HotWax Media http://www.hotwaxmedia.com On 31/12/2009, at 4:29 AM, Jacques Le Roux wrote: It should be in the context

Re: Access service error

2010-01-01 Thread Scott Gray
The attribute name is auth Regards Scott HotWax Media http://www.hotwaxmedia.com On 1/01/2010, at 1:12 PM, zhiyongcui wrote: There is not authentication attribute on the service definition of getRelatedParties. David E Jones-4 wrote: That's not correct. You need to look at the

Re: userLogin

2010-01-01 Thread Scott Gray
auth defaults to true Regards Scott On 2/01/2010, at 10:35 AM, Jacques Le Roux wrote: Yes, and as Zhiyongcui is using getRelatedParties and as auth is not defined in the service definition then it's set to false, this is the reason. Jacques From: Scott Gray scott.g...@hotwaxmedia.com

Re: userLogin

2010-01-01 Thread Scott Gray
in the OFBiz Framework Quick Reference Book revision 1.6.2 (Service Definition p.3) and also the XMLcompletion default to false Jacques From: Scott Gray scott.g...@hotwaxmedia.com auth defaults to true Regards Scott On 2/01/2010, at 10:35 AM, Jacques Le Roux wrote: Yes, and as Zhiyongcui

Re: Blank pages in output

2009-12-28 Thread Scott Gray
On 29/12/2009, at 1:16 PM, Ruth Hoffman wrote: Hi Matt: Don't feel stupid. It use to work that way. When the ecommerce component was moved to the specialpurpose directory, they changed the mount point so that you have to type in ecommerce or some other application name to get things to

Re: Bug in shopping cart

2009-12-17 Thread Scott Gray
Hi Deepa The best thing you can do is attempt to reproduce it on the demo server and if you can then create a jira issue with the steps to reproduce the problem. Regards Scott HotWax Media http://www.hotwaxmedia.com On 17/12/2009, at 11:44 PM, Deepa Mandal wrote: hi, In Shopping cart

Re: Internal Name

2009-12-17 Thread Scott Gray
It's basically just the name of the product that isn't shown to the customer i.e. the name of the product internal to the company Regards Scott HotWax Media http://www.hotwaxmedia.com On 18/12/2009, at 12:14 AM, Terence Ng wrote: Hi Freeman, Thanks for your help, but I am afraid that you

Re: Internal Name

2009-12-17 Thread Scott Gray
type=String/ field name=brandName type=String/ /record /data-file /data-files Regards, Terence Scott Gray-2 wrote: It's basically just the name of the product that isn't shown to the customer i.e. the name of the product internal to the company Regards Scott HotWax Media http

Re: payment.properties vs AccountingTypeData.xml

2009-12-17 Thread Scott Gray
The properties have been mostly moved to the database for 'easier' configuration (I don't really see the ease to be honest). So payment.properties is still supported but I guess you could say deprecated and the PaymentGatewayConfig entities are the new way to configure the payment

Re: payment.properties vs AccountingTypeData.xml

2009-12-17 Thread Scott Gray
than data in the database, especially for end-users or if you only have access to the application. To have to edit a file and restart the server to change your payment processor settings... isn't that a little bit of pain? -David On Dec 17, 2009, at 4:08 PM, Scott Gray wrote

Re: Possible Party Relationship Problem?

2009-12-17 Thread Scott Gray
On 18/12/2009, at 12:15 PM, David E Jones wrote: Basically it means that the from party is not in the role that you've specified. The original idea with party roles in OFBiz was to not accidentally add parties to roles when a party in a role is referred to somewhere. I've thought a few

Re: Possible Party Relationship Problem?

2009-12-17 Thread Scott Gray
On 18/12/2009, at 12:42 PM, David E Jones wrote: On Dec 17, 2009, at 5:34 PM, Scott Gray wrote: On 18/12/2009, at 12:15 PM, David E Jones wrote: Basically it means that the from party is not in the role that you've specified. The original idea with party roles in OFBiz

Re: navigate accounts tree is painful!

2009-12-15 Thread Scott Gray
No reason that I'm aware of, except that I believe the tree widget is currently only capable of maintaining the state of single path. Regards Scott HotWax Media http://www.hotwaxmedia.com On 15/12/2009, at 8:06 PM, Christopher Snow wrote: Navigating the accounts tree is painful

Re: mondrian

2009-12-15 Thread Scott Gray
Unless it provides something amazing compared to what birt is offering I'm guessing not. Regards Scott HotWax Media http://www.hotwaxmedia.com On 15/12/2009, at 8:00 PM, Christopher Snow wrote: Is it likely that the neogia mondrian addon will get added to ofbiz? Many thanks in advance,

Re: Run Selenium tests on OS X?

2009-12-14 Thread Scott Gray
I downloaded the 1.0.1 server and client distribution and it seems to work fine now, which is strange since it looks like we're using a 1.0.2 snapshot. I'll try a more recent 1.0.2 snapshot and see it how goes. Regards Scott On 14/12/2009, at 8:47 PM, Scott Gray wrote: Hi Erwan, I did

Solved: Re: Run Selenium tests on OS X?

2009-12-14 Thread Scott Gray
Turns out the webtools selenium setup helper had an old download url, when I used the ant target instead everything worked fine. Fixed in r890518. Regards Scott On 14/12/2009, at 11:29 PM, Scott Gray wrote: I downloaded the 1.0.1 server and client distribution and it seems to work fine

Run Selenium tests on OS X?

2009-12-13 Thread Scott Gray
Has anybody been able to successfully run the example Selenium tests on OS X? Any tips or tricks? I've followed the instructions in the PDF Brett attached to OFBIZ-2116 but Firefox (3.5.5) never starts up and the client eventually times out. Thanks Scott HotWax Media

Re: Run Selenium tests on OS X?

2009-12-13 Thread Scott Gray
version of browser in seleniumXml.properties file, it is browser=*firefox /usr/lib/firefox-3.0.4/firefox. Change firefox-3.0.4 firefox-3.5.5 for testing. HTH Thanks and Regards -- Akash Jain Scott Gray wrote: Has anybody been able to successfully run the example Selenium tests on OS X

Re: Run Selenium tests on OS X?

2009-12-13 Thread Scott Gray
tried with no firefox at all launched ? Le 14/12/2009 06:00, Scott Gray a écrit : Thanks Akash, but I don't have a firefox executable under /usr/ lib/, the only executable I've been able to locate is: /Applications/Firefox.app/Contents/MacOS/firefox-bin ../.. - Erwan de FERRIERES

Re: Strange crash on a production server - please help

2009-12-11 Thread Scott Gray
Hi Florin, What does your serviceengine.xml file look like, specifically the thread-pool configurations, it should look something like this: thread-pool send-to-pool=pool purge-job-days=4 failed-retry-min=3 ttl=1800

Re: In order

2009-12-10 Thread Scott Gray
Hi Prabhakaran, Please send along the portion of the log containing the errors, you'll find the logs in runtime/logs/ofbiz.log Regards Scott HotWax Media http://www.hotwaxmedia.com On 11/12/2009, at 8:20 PM, Prabhakaran Duraisamy wrote: Thanks Vivek After ant clean-all I Run ant

Re: In order

2009-12-10 Thread Scott Gray
of the record that you replaced the OrderEntry WebSite record with. Regards Scott HotWax Media http://www.hotwaxmedia.com On 11/12/2009, at 8:41 PM, Prabhakaran Duraisamy wrote: Hi, Scott Gray this is the portion of the log containing the errors pls fix the error file:/D:/ofbiz/applications/order

Re: Apache Mod Rewrite Rules

2009-12-07 Thread Scott Gray
It looks like there is a filter you can use to achieve this with tomcat: http://tuckey.org/urlrewrite/ I have never tried it though. Regards Scott HotWax Media http://www.hotwaxmedia.com On 8/12/2009, at 7:25 AM, Len Shein wrote: In and all it sounds as if I would like to implement rewrite

Re: Java 6 Question

2009-12-04 Thread Scott Gray
I'm guessing no committers are using OpenJDK since it's not compiling on it at the moment, which would make it pretty difficult to fix any problems that arise. IMO anyone who is using OpenJDK should just submit fixes for any issues that they find while using it, I'd rather not have

Re: Not finding pages

2009-12-03 Thread Scott Gray
It doesn't look like there ever was any content on that page: http://olddocs.ofbiz.org/display/OFBIZ/Demo+PC001+walk+through Regards Scott HotWax Media http://www.hotwaxmedia.com On 4/12/2009, at 8:29 AM, BJ Freeman wrote: the pages exist just the content is gone

Re: Not finding pages

2009-12-03 Thread Scott Gray
, BJ Freeman wrote: I remember witting this a while ago but can't remember what I wrote. but the whole catalog is that way. just pages with no content. I did find one page with a link to this page. Scott Gray sent the following on 12/3/2009 1:52 PM: It doesn't look like there ever was any content

<    1   2   3   4   5   6   7   8   9   10   >