Re: getEntityFieldType(GenericDelegator.java:555) June 10th nightly builds localpostnew

2010-06-14 Thread Scott Gray
, I notice it when I send I don't have the courage to load OR-Quotefix and create a new email. Sorry for that, though I do it every time I know there will be really needed. From: Scott Gray scott.g...@hotwaxmedia.com I notice that document describes start OFBiz via the ofbiz.jar directly

Re: for loop in simple method

2010-06-14 Thread Scott Gray
And lastly be sure to check out the while loop, which is probably the closest to what you asked for. Regards Scott HotWax Media http://www.hotwaxmedia.com On 15/06/2010, at 12:23 AM, Chirag Manocha wrote: Dont know you want a simple 'for' loop or you are looking for 'for each' loop. This

Re: After Receiving, user refreshes page, receive is repeated.

2010-06-14 Thread Scott Gray
You find this problem in a number of places in OFBiz, better support has been added in the controller for the request-redirect response and passing parameters through it. Ideally eventually all pages like this would fixed to use that response. Regards Scott HotWax Media

Re: getEntityFieldType(GenericDelegator.java:555) June 10th nightly builds localpostnew

2010-06-13 Thread Scott Gray
No sorry I can't help, I don't have the time right now to setup a local postgres instance and figure what is going on. I highly doubt the problem, if there is one, is related to anything I've committed recently. Regards Scott HotWax Media http://www.hotwaxmedia.com On 14/06/2010, at 11:12

Re: getEntityFieldType(GenericDelegator.java:555) June 10th nightly builds localpostnew

2010-06-13 Thread Scott Gray
to Assist Chat Y! messenger: bjfr33man Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro Scott Gray sent the following on 6/13/2010 4:37 PM: No sorry I can't help, I don't have the time right now to setup a local postgres instance and figure what

Re: getEntityFieldType(GenericDelegator.java:555) June 10th nightly builds localpostnew

2010-06-13 Thread Scott Gray
! messenger: bjfr33man Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro Scott Gray sent the following on 6/13/2010 5:44 PM: There isn't much code I haven't worked on or dug through now by this point :-) I'm certainly not instantly familiar with all

Re: Trund demo

2010-06-12 Thread Scott Gray
That error has nothing to do with whatever was wrong with the instance. It simply means that the browser requesting the page on that thread was either closed or was stopped by the user, so when OFBiz tried to send the response it couldn't because the connection had been closed. It is a

Re: Trund demo

2010-06-12 Thread Scott Gray
-- Glad to Assist Chat Y! messenger: bjfr33man Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro Scott Gray sent the following on 6/12/2010 3:55 PM: That error has nothing to do with whatever was wrong with the instance. It simply means

Re: Trund demo

2010-06-12 Thread Scott Gray
, this has absolutely nothing to do with ClientAbortExceptions. Regards Scott On 13/06/2010, at 12:56 PM, Scott Gray wrote: http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/connector/ClientAbortException.html Please provide some steps to reproduce the problem you are describing so

Re: Shipment cost estimate?

2010-06-12 Thread Scott Gray
You'll need to do the following: - Add a Shipment Method Type: Catalog - Shipping - Add a Carrier Shipment Method: Catalog - Shipping - Carrier Shipment Methods - Add the Carrier Shipment Method to your Product Store: Catalog - Store - Shipping - Add a Shipping Estimate for the Carrier Shipment

Re: Trund demo

2010-06-12 Thread Scott Gray
://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro Scott Gray sent the following

Re: Trund demo

2010-06-12 Thread Scott Gray
Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro Scott Gray sent the following on 6/12/2010 6:13 PM: I'm going to take some guesses here about what you are actually talking about. This is what a webapp with an error page looks like: http

Re: userLogin - Cannot find requested service

2010-06-12 Thread Scott Gray
On 13/06/2010, at 4:27 PM, Muhammad Aamir wrote: Hello, I am trying to invoke userLogin service from my rmi client and get following exception: Exception in thread main org.ofbiz.service.GenericServiceException: Cannot find requested service I noticed that userLogin service is marked

Re: ofbiz and JMS

2010-06-11 Thread Scott Gray
OFBiz services can be accessed via JMS, have you looked at the JmsServiceEngine class at all? Regards Scott On 12/06/2010, at 4:53 AM, Muhammad Aamir wrote: Hi, I need to develop a standalone Java client accessing ofbiz services and same time want to utilize JMS in order to receive

Re: ofbiz and JMS

2010-06-11 Thread Scott Gray
client application to access jms but couldn't figure out how to avoid authentication twice, one with ofbiz and another with jms server. I wish jms (or at least asynchronous calling (and response)) from client was possible with ofbiz. Sent from my iPhone On Jun 12, 2010, at 1:18, Scott Gray

Re: Adding Products to Cloned Ecommerce Application

2010-06-09 Thread Scott Gray
Hi Gaurav, I know it isn't obvious but buried in that exception is this: at ProductSummary.run(ProductSummary.groovy:44) That line of code is attempting to access the ProductStore for the website which the code couldn't seem to find. - Have you set the webSiteId in your web.xml file to point

Re: Adding Products to Cloned Ecommerce Application

2010-06-09 Thread Scott Gray
Okay so you should have a WebSite record that represents your store with an ID of demosite, you can confirm that it is in the list found at: Content - WebSites If you click on that record (if it is there) then there should be a Product Store assigned in the form that is displayed. Regards

Re: How to I overcome this error?

2010-05-26 Thread Scott Gray
Hi Ruth, Sounds like some code got back ported to 9.04 that wasn't compatible with java 1.5. Your options are to either: - use java 1.6 - create a jira issue and either fix it or hope someone else does - find out who committed the code and pester them to fix it Regards Scott HotWax Media

Re: Styling rows in an OFBiz Form

2010-05-13 Thread Scott Gray
Hi James, Use the alt-row-style tag, it's a child of the form tag. Regards Scott HotWax Media http://www.hotwaxmedia.com On 14/05/2010, at 9:52 AM, James McGill wrote: Without changing a Form to FTL, I'd like to be able to control the style of a single row of a Form, based on a field. Is

Re: 10% off entire order is calculated after taxes which seems incorrect

2010-05-09 Thread Scott Gray
This was a bug but I thought it had been fixed. There is/was a jira issue for it that may give you more info on where it's at. Regards Scott HotWax Media http://www.hotwaxmedia.com On 7/05/2010, at 7:13 AM, Patrick wrote: I have a item which costs $10.00 and I am running 10% off entire

Re: OFBiz install won't start - Embedded service not yet been started

2010-05-07 Thread Scott Gray
We're gonna be needing some error logs if you want useful help. Regards Scott HotWax Media http://www.hotwaxmedia.com On 7/05/2010, at 9:49 PM, guetampan wrote: hi, i got the same problem also, i've set my JAVA_HOME directory, but still cannot run ofbiz -- View this message in

Re: OFBiz install won't start - Embedded service not yet been started

2010-05-07 Thread Scott Gray
Well if OFBiz won't start then you're log shouldn't be very long. Just the output from ofbiz from when you try to start it until when the process ends. Regards Scott HotWax Media http://www.hotwaxmedia.com On 7/05/2010, at 10:01 PM, guetampan wrote: hm.. can i just post my huge log file

Re: Demo server

2010-05-06 Thread Scott Gray
Thanks Jacques, I tried to take care of it earlier in the day but couldn't seem to use sudo. Can you email me off-list when you get a chance and let me know whatever it is I'm missing? Thanks Scott HotWax Media http://www.hotwaxmedia.com On 6/05/2010, at 7:39 PM, Jacques Le Roux wrote:

Re: Possible Bug in Product Lookup for Catalog Manager

2010-05-04 Thread Scott Gray
Hi Sharan, Definitely a bug, I've replied to the commit that caused it on the dev list and hopefully Jacques will be able to take care of it soon. Thanks for the report. Regards Scott HotWax Media http://www.hotwaxmedia.com On 5/05/2010, at 9:36 AM, Sharan-F wrote: Hi I just noticed

Re: how to make _NA_ party

2010-05-03 Thread Scott Gray
Do we have an _NA_ partyId OOTB? I can't off the top of my head think of an example of where it would be used. Regards Scott HotWax Media http://www.hotwaxmedia.com On 4/05/2010, at 4:53 PM, BJ Freeman wrote: the _NA_ was meant to satisfy records that were in the PFK so a view could be

Re: Question regarding Catalog management in Ofbiz

2010-05-02 Thread Scott Gray
You are better off using a static view-entity definition, DynamicViewEntities are for when you want to be able to alter the view definition on the fly. To create an outer join just use the rel-optional attribute on the view-link element. Regards Scott HotWax Media http://www.hotwaxmedia.com

Re: BeanShell Scripts

2010-05-02 Thread Scott Gray
Groovy is our current scripting language of choice and is mostly used within screen definitions for data preparation although the integration does support using groovy scripts for services and controller events. BeanShell was used before we integrated groovy and is still supported but it isn't

Re: 'fail-property' inside 'call-map-processor' problem

2010-05-01 Thread Scott Gray
Fixed in trunk r939966 and 10.04 r939967, thanks for the report. Regards Scott HotWax Media http://www.hotwaxmedia.com On 1/05/2010, at 1:16 PM, S.Hage wrote: I'm using the trunk rev 937852. Saad. -- View this message in context:

Re: Question regarding Catalog management in Ofbiz

2010-04-30 Thread Scott Gray
A few of points: - CategoryWorker.getCategoriesWithNoParent(...) is a seldom used method and certainly not used in the eCommerce application. If would be better to understand properly how OFBiz navigates Categories and then worry about the performance of that. I'm quite sure that method could

Re: Question regarding Catalog management in Ofbiz

2010-04-30 Thread Scott Gray
Hi Ruth, This is bordering on spam and starting to get annoying, would you mind trying to contribute to the discussion before starting in with the advertising? Thanks Scott On 1/05/2010, at 12:31 AM, Ruth Hoffman wrote: Hello List: If anyone is interested in a more in-depth treatment of the

Re: 'fail-property' inside 'call-map-processor' problem

2010-04-30 Thread Scott Gray
Hi Saad, Could you try changing the following line in CallSimpleMapProcessor.java (101-106): // run inlined map processor last so it can override the external map processor if (inlineMapProcessor != null) { inlineMapProcessor.exec(inMap, outMap, messages,

Re: Question regarding Catalog management in Ofbiz

2010-04-30 Thread Scott Gray
regularly the url from www.myofbiz.com . The documentation of ofbiz is a really difficult one to find exactly what you need. And at this url you immediately know where to find the information. Regards, Heidi 2010/4/30 Scott Gray scott.g...@hotwaxmedia.com Hi Ruth

Re: Question regarding Catalog management in Ofbiz

2010-04-30 Thread Scott Gray
concern. Regards, Ruth Find me on the web at http://www.myofbiz.com or Google keyword myofbiz ruth.hoff...@myofbiz.com Scott Gray wrote: Hi Ruth, This is bordering on spam and starting to get annoying, would you mind trying

Re: Question regarding Catalog management in Ofbiz

2010-04-30 Thread Scott Gray
for these materials. I need to recoup the very real costs of items (such as server hosting) other than my time. Regards, Ruth Find me on the web at http://www.myofbiz.com or Google keyword myofbiz ruth.hoff...@myofbiz.com Scott Gray wrote

Re: Question regarding Catalog management in Ofbiz

2010-04-30 Thread Scott Gray
I made it up. http://people.apache.org/~coar/mlists.html#ofbiz.apache.org Regards Scott On 1/05/2010, at 1:31 AM, Ruth Hoffman wrote: Scott Gray wrote: On 1/05/2010, at 12:53 AM, Ruth Hoffman wrote: Hi Scott: How so? How so what? I have useful information concerning

Re: Question regarding Catalog management in Ofbiz

2010-04-30 Thread Scott Gray
Find me on the web at http://www.myofbiz.com or Google keyword myofbiz ruth.hoff...@myofbiz.com Scott Gray wrote: I made it up. http://people.apache.org/~coar/mlists.html#ofbiz.apache.org Regards Scott On 1/05/2010, at 1:31 AM, Ruth Hoffman wrote: Scott

Re: Question regarding Catalog management in Ofbiz

2010-04-30 Thread Scott Gray
available in the future. Regards, Heidi 2010/4/30 Scott Gray scott.g...@hotwaxmedia.com I made it up. http://people.apache.org/~coar/mlists.html#ofbiz.apache.org Regards Scott On 1/05/2010, at 1:31 AM, Ruth Hoffman wrote: Scott Gray wrote: On 1/05/2010, at 12:53 AM

Re: 'fail-property' inside 'call-map-processor' problem

2010-04-30 Thread Scott Gray
Thanks Saad, I'll take a look at the history and just check why it was the way it was before committing the fix. Are you using the trunk or 9.04? Regards Scott HotWax Media http://www.hotwaxmedia.com On 1/05/2010, at 8:13 AM, S.Hage wrote: Hi Scott, I changed the code like you

Re: Question regarding Catalog management in Ofbiz

2010-04-30 Thread Scott Gray
On 1/05/2010, at 3:02 AM, Michal Cukierman wrote: All your messages regarding advertisment was off topic. It's a very bad thing in this mailing list. You could create a new thread for that. My apologies Michal, I should have thought to alter the subject line when things started to go off

Re: letting prospective customer get to know you

2010-04-30 Thread Scott Gray
On 1/05/2010, at 6:41 AM, Ruth Hoffman wrote: I have taken to heart what the 3 or 4 project committers on this user oriented mailing list have opined about, and will tone down my delivery. That doesn't lessen my commitment to the end-user OFBiz community or my need to get the word out

Re: Hi all where can i download

2010-04-29 Thread Scott Gray
That's version 9.04, you'll find it here: http://ofbiz.apache.org/download.html#release-09.04 Regards Scott HotWax Media http://www.hotwaxmedia.com On 30/04/2010, at 12:49 AM, S K Pradeep kumar wrote: Hi All, where can i download this version of the application

Re: Database related

2010-04-28 Thread Scott Gray
UserLogin data is part of seed-initial data which can be loaded using: ant run-install-extseed or if you don't want the ext data to be loaded (there isn't any by default): ant run-install-readers -Ddata-readers=seed,seed-initial Regards Scott HotWax Media http://www.hotwaxmedia.com On

Re: MySql related

2010-04-27 Thread Scott Gray
Sounds like you've messed up your entityengine.xml file. If you post the first 20 or so lines then someone should be able to guide you back to the right spot. Regards Scott HotWax Media http://www.hotwaxmedia.com On 27/04/2010, at 7:10 PM, Selvakumar Ganesan wrote: [java] Exception:

Re: Meta product ordering (e.g., kits)

2010-04-26 Thread Scott Gray
You'll want to look into the Marketing Package ProductType (and it's subtypes). I'm not sure what the support is like for purchasing as opposed to sales but even if it isn't there it shouldn't be too hard to implement. There is definitely support for deconstructing a marketing package as part

Re: Blog post about sales orders and ship groups

2010-04-23 Thread Scott Gray
Why would a policy be required? Regards Scott On 24/04/2010, at 2:15 PM, BJ Freeman wrote: so we are starting a policy of documenting else where besides the ofbiz wiki? = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Stable demo

2010-04-20 Thread Scott Gray
It's easy to tell if it is a perm gen problem, the logs will say so quite clearly. Hopefully one day I'll be granted access and can help out a bit. Regards Scott HotWax Media http://www.hotwaxmedia.com On 21/04/2010, at 8:38 AM, Jacques Le Roux wrote: I just rebooted again the stable demo.

Re: OFBiz screen rendering problem.

2010-04-19 Thread Scott Gray
On 19/04/2010, at 5:33 PM, Anil Soni wrote: I've a question on OFBiz screen rendering mechanism. Does screen rendering in OFBiz happen sequentially or parallelly, means suppose I've a page with 4 screens, say s1,s2,s3 and s4,when I will call this page then all the screens will render

Re: OFBiz screen rendering problem.

2010-04-19 Thread Scott Gray
is the bottleneck for performance. Is there any setting or something that I am missing ? -Original Message- From: Scott Gray [mailto:scott.g...@hotwaxmedia.com] Sent: Monday, April 19, 2010 12:20 PM To: user@ofbiz.apache.org Subject: Re: OFBiz screen rendering problem. On 19/04/2010, at 5:33 PM

Re: OFBiz screen rendering problem.

2010-04-19 Thread Scott Gray
PM, Ruth Hoffman wrote: Hi Scott: Exactly which cache settings are you referring to? Could you be more specific or point me to some documentation that discusses this? Thanks much. Ruth Scott Gray wrote: If your cache settings are correct then there is no XML parsing except

Re: How can i create sql query using delegator?

2010-04-15 Thread Scott Gray
OFBiz doesn't work like this, look for example usage of the EntityCondition class in the codebase. Ultimately you'll need to be doing a greater than month start and less than month end type of query. Regards Scott HotWax Media http://www.hotwaxmedia.com On 15/04/2010, at 9:29 PM, Anurag

Re: Multitenancy support

2010-04-15 Thread Scott Gray
If we want non-demo instructions then we'd need to describe how to create some ext data with the tenant info and then change the first install command to do a readers=seed,ext. Regards Scott On 15/04/2010, at 3:22 AM, Adrian Crum wrote: That Wiki page is a work in progress - so there is some

Re: not allowed to edit amount field in entity OrderAdjustment using webtools

2010-04-15 Thread Scott Gray
I guessing that you're guessing wrong, it's most likely a bug in webtools. That said, it wouldn't be a great idea to try and modify that sort of data in webtools. Regards Scott HotWax Media http://www.hotwaxmedia.com On 16/04/2010, at 4:58 AM, BJ Freeman wrote: I am guessing that amounts

Re: tracing OrderAdjustment trying to figure out how it works

2010-04-15 Thread Scott Gray
You may need to restate the question, it doesn't really make sense to me. Regards Scott HotWax Media http://www.hotwaxmedia.com On 16/04/2010, at 7:07 AM, Patrick wrote: Everytime I create an OrderHeader, it is somehow automatically associated with the only OrderAdjustment row in my DB.

Re: will unnecessary import statements slow down the code?

2010-04-14 Thread Scott Gray
They don't make it past the compiler so it has no effect. Regards Scott HotWax Media http://www.hotwaxmedia.com On 15/04/2010, at 7:38 AM, Patrick wrote: will unnecessary import statements slow down the code? Or does the java compiler figure out that you don't need them and optimize them

Re: [CVE-2010-0432] Apache OFBiz Multiple XSS Vulnerabilities

2010-04-14 Thread Scott Gray
References [5] (trunk) and [6] (9.04) below contain the commits for the fixes. Regards Scott HotWax Media http://www.hotwaxmedia.com On 15/04/2010, at 8:43 AM, BJ Freeman wrote: - 2010-03-08: Vendor fixed this issue. how can we verify that they are fixed n the trunk are the

Re: request-redirect !

2010-04-14 Thread Scott Gray
There isn't one! Regards Scott HotWax Media http://www.hotwaxmedia.com On 15/04/2010, at 12:39 PM, Prashant Punekar wrote: Thanks Brajesh, Please let me know the tags/attribute similar to jsp-RD.forward(). Regards, Prashant -Original Message- From: Brajesh Patel

Re: request-redirect !

2010-04-14 Thread Scott Gray
Actually that isn't entirely true, a response of type request is somewhat similar to a forward except that you can only forward to a URI within the current controller. Regards Scott On 15/04/2010, at 1:11 PM, Scott Gray wrote: There isn't one! Regards Scott HotWax Media http

Re: Using custom delegator in simple method

2010-04-14 Thread Scott Gray
You might be better off doing a call-class-method for DelegatorFactory.getDelegator(String) Regards Scott On 15/04/2010, at 4:30 PM, Rishi Solanki wrote: Bret, For this you can get the delegator objects as follows in simple method; create-object class-name=org.ofbiz.entity.GenericDelegator

Re: Please add another news on OFBiz website home page

2010-04-07 Thread Scott Gray
On 7/04/2010, at 10:32 PM, Ashish Vijaywargiya wrote: Sorry right now I don't have checkout of website code :-). svn co https://svn.apache.org/repos/asf/ofbiz/site :-) smime.p7s Description: S/MIME cryptographic signature

Re: New OFBiz stable release

2010-04-06 Thread Scott Gray
I don't think the ordering is important, they are both valid and independent discussions to be having. Regards Scott On 6/04/2010, at 3:01 PM, BJ Freeman wrote: my understanding we muse first get 9.04 to a full release before making a release candidate 10.4. there is discussion on the dev

Re: question about order adjustments

2010-04-06 Thread Scott Gray
Just use one of the other constructors :-) Regards Scott HotWax Media http://www.hotwaxmedia.com On 6/04/2010, at 3:23 PM, Patrick wrote: I'm looking at OrderReadHelper, and a list of adjustments is a parameter to the constructor. What is the type and related entity of adjustments? I did

Re: rev 930580 broke

2010-04-04 Thread Scott Gray
So that screen depends on the userLogin having an associated party and your install process hasn't achieved that. Regards Scott HotWax Media http://www.hotwaxmedia.com On 4/04/2010, at 8:57 AM, BJ Freeman wrote: from URL /myportal/control/editlogin?partyId=Expression party is undefined on

Re: Apache sold to Oracle for $1.5 Billion

2010-04-02 Thread Scott Gray
see this link: http://en.wikipedia.org/wiki/April_Fools'_Day On 2/04/2010, at 6:45 AM, bsreekanth wrote: see the link https://blogs.apache.org/foundation/entry/the_apache_software_foundation_receives -- View this message in context:

Re: Minimum Quantity ordered on Sales order

2010-04-02 Thread Scott Gray
Wouldn't it be better to add a minimumOrderQuantity field to ProductPrice in the same way that SupplierProduct has? Regards Scott On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote: BTW Len, Could you please test it. This would help me reviewing... TIA Jacques From: Jacques Le Roux

Re: Minimum Quantity ordered on Sales order

2010-04-02 Thread Scott Gray
a valid price then this seems like a natural solution. Jacques Scott Gray wrote: Wouldn't it be better to add a minimumOrderQuantity field to ProductPrice in the same way that SupplierProduct has? Regards Scott On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote: BTW Len, Could

Re: Product Configuration

2010-04-02 Thread Scott Gray
On 1/04/2010, at 10:02 AM, Len Shein wrote: Can anyone please explain the usage of the following product fields: quantityUomId quantityIncluded amountUomTypeId I have been spinning around trying to figure out their usage for sometime now and after reviewing the latest release on

Re: virtual product and features

2010-03-26 Thread Scott Gray
Can it? Yes. Will it achieve anything in terms of OOTB functionality? No. The selectable/standard features are the differentiator between the variants so without them there is no path from the virtual to a specific variation. Regards Scott HotWax Media http://www.hotwaxmedia.com On

Re: demo store look and feel

2010-03-26 Thread Scott Gray
I don't think there is a problem with copying the visual aspects of another application but you absolutely couldn't copy (or really even look at) any of their code because of the license. Regards Scott HotWax Media http://www.hotwaxmedia.com On 25/03/2010, at 10:37 PM, Christopher Snow wrote:

Re: demo store look and feel

2010-03-26 Thread Scott Gray
://www.businessesnetwork.com/automation/viewforum.php?f=93 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro Scott Gray sent the following on 3/26/2010 5:39

Re: Accounting Features in 9.04 and Trunk

2010-03-23 Thread Scott Gray
The BigDecimal conversion was done prior to the 9.04 release branch. Regards Scott HotWax Media http://www.hotwaxmedia.com On 22/03/2010, at 10:09 AM, BJ Freeman wrote: Jacopo is the most knowledgeable about this. if you have followed best practices in modifying code, you should be able to

Re: Custome Promos

2010-03-23 Thread Scott Gray
The system generated numbers are the productPromoIds, you can specify a name in the Promo Name field when creating a new promotion. Regards Scott HotWax Media http://www.hotwaxmedia.com On 22/03/2010, at 10:02 AM, su2 wrote: Is there any way i can specify the custom promo name instead of

Re: ant create-component and websiteId

2010-03-23 Thread Scott Gray
Depends on the web-app, for the backend it typically just indicates the themes and information for URL generation. For ecomm apps it also points to the product store in use. For create-component it should really be parameterized. Regards Scott HotWax Media http://www.hotwaxmedia.com On

Re: Catalog Questions

2010-03-23 Thread Scott Gray
Hi Adrian, That just sounds like regular category navigation except you're displaying lists of options (categories) instead of a tree of options, i.e. just a different face on the same ol' thing. What is it that you're not sure how to do? Regards, Scott HotWax Media

Re: Product ID with the same Category ID (or viceversa)

2010-03-18 Thread Scott Gray
Whether here or in a jira issue, please provide steps to reproduce the problem you've encountered. Many thanks Scott HotWax Media http://www.hotwaxmedia.com On 18/03/2010, at 10:42 AM, Jacques Le Roux wrote: Yes indeed. Looks like it's related to an URL improvement (SEO). Could you please

Re: Fixed Assets

2010-03-18 Thread Scott Gray
BTW I believe there is an open jira issue describing this problem. Regards Scott HotWax Media http://www.hotwaxmedia.com On 18/03/2010, at 11:11 AM, Jacques Le Roux wrote: Great thanks Jacopo, Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com Jhanneth, thanks for the

Re: Criteria for adding service providers on http://ofbiz.apache.org/ home page

2010-03-17 Thread Scott Gray
On 17/03/2010, at 5:00 AM, Jacques Le Roux wrote: From: Christian Geisert christian.geis...@isu-gmbh.de Raj Saini schrieb: Hi, We have been providing OFBiz customizations and solutions for last three years and have been contributing to OFBiz actively. On OFBiz official site home page, there

Re: Catalog - Store - Store Name change does not persist

2010-03-17 Thread Scott Gray
Hi Patrick, How are you restarting OFBiz? Thanks Scott HotWax Media http://www.hotwaxmedia.com On 17/03/2010, at 3:30 PM, Patrick wrote: If I use the admin panel and edit Store Name with this sequence Catalog - Store - Store Name, the change will persist only until a the process completes.

Re: Catalog - Store - Store Name change does not persist

2010-03-17 Thread Scott Gray
\-Xdebug \-Xnoagent \-Djava.compiler=NONE \-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8091 \-jar ofbiz.jar On Wed, Mar 17, 2010 at 4:38 PM, Scott Gray scott.g...@hotwaxmedia.com wrote: Hi Patrick, How are you restarting OFBiz? Thanks Scott HotWax Media http

Re: javac15 error on 9.04

2010-03-14 Thread Scott Gray
Thanks BJ, fixed in r923009. Regards Scott HotWax Media http://www.hotwaxmedia.com On 14/03/2010, at 4:45 PM, BJ Freeman wrote: Scott looks like you put new version of freemakerworker.java getting this error. [javac15]C:\projects\java\ofbiz_09_04\framework\base\src\org\ofbiz\base\util\

Re: interested in your product

2010-03-10 Thread Scott Gray
Hi Jacques I think something is wrong with your email client, it didn't quote the original message which makes things pretty unreadable. Regards Scott On 10/03/2010, at 12:14 PM, Jacques Le Roux wrote: From: Celencia Celencia projetcelen...@yahoo.fr Good afternoon, We are 4 students in

Re: How To Change Security Redirect URL in OFBiz Shopping Cart?

2010-03-09 Thread Scott Gray
Hi Brett, The easiest way to go is to just use the same URI in your custom component which will override the existing controller entry. Regards Scott HotWax Media http://www.hotwaxmedia.com On 9/03/2010, at 12:56 AM, BrettS wrote: Hi, I want to change URL that security will redirect to

Re: How to get a session from a service?

2010-03-09 Thread Scott Gray
You can't, services are isolated and not aware of the http request/response cycle. You need to explicitly pass in any parameters that the service will use. Regards Scott HotWax Media http://www.hotwaxmedia.com On 9/03/2010, at 8:08 AM, Patrick wrote: I have a service definition public

Re: How to get a session from a service?

2010-03-09 Thread Scott Gray
or Google keyword myofbiz ruth.hoff...@myofbiz.com Scott Gray wrote: You can't, services are isolated and not aware of the http request/response cycle. You need to explicitly pass in any parameters that the service will use. Regards Scott HotWax Media http://www.hotwaxmedia.com

Re: exporting services with REST - part 1

2010-03-08 Thread Scott Gray
He missed a space: http://cwiki.apache.org/confluence/x/rQPi for ... Regards Scott On 8/03/2010, at 3:57 PM, Adrian Crum wrote: That link doesn't work. chris snow wrote: I have put some instructions at http://cwiki.apache.org/confluence/x/rQPifor manually exporting services with REST.

Re: Ecommerce Bug?

2010-03-08 Thread Scott Gray
+1 Regards Scott HotWax Media http://www.hotwaxmedia.com On 8/03/2010, at 2:51 AM, Bilgin Ibryam wrote: I see that the default datetime_format for FTLs is set to -MM-dd HH:mm:ss.SSS but the default date_format is not set. In that case date objects gets formatted according to the user

Re: Define view-entity with SQL statement.

2010-03-08 Thread Scott Gray
It should be possible to construct the same view with a static view entity definition as it is with a DynamicViewEntity, the only difference between the two is the dynamic nature of the latter i.e. you can construct the view at runtime to only query the data you actually need. Regards Scott

Re: context does not preserve variable when invoked from GroovyUtil.runScriptAtLocation

2010-03-08 Thread Scott Gray
Hi Patrick, Just a blind guess but have you tried getting the orderId from within bodyParameters? i.e. orderId = bodyParameters.orderId Sorry if that is exactly what you are doing. Regards Scott HotWax Media http://www.hotwaxmedia.com On 8/03/2010, at 9:28 PM, Patrick wrote: Please help,

Re: Ecommerce Bug?

2010-03-07 Thread Scott Gray
Hi Koon, Yes this certainly does sound like a bug, it would be great if you could file a jira issue. Thanks Scott HotWax Media http://www.hotwaxmedia.com On 7/03/2010, at 8:30 PM, Koon Sang wrote: After login to Ecommerce, go to Profile and update Personal Information. Enter a valid

Re: Could I disable google checkout module in ofbiz 9.04?

2010-03-05 Thread Scott Gray
In theory, yes you can disable all special purpose applications, in practice this may create some UI level bugs because it is possible that some base applications incorrectly have minor dependencies on the special purpose ones. You should be completely fine to disable just google checkout

Re: Avoiding the Got a insecure (non-https) form POST warning when running non-secure between Apache and Tomcat

2010-03-04 Thread Scott Gray
On 4/03/2010, at 10:50 AM, Brett Palmer wrote: We use Apache web servers to communicate with our OFBiz servers using a combination of mod_jk and mod_proxy. For our mod_proxy configuration, we forward secure requests (https) from Apache to a non-secure port (8080) on Tomcat/OFBiz. Hi

Re: Avoiding the Got a insecure (non-https) form POST warning when running non-secure between Apache and Tomcat

2010-03-04 Thread Scott Gray
servers, but we never verified these benefits. - We also use mod_jk and it communicates insecurely using is own AJP protocol. Is your recommendation to turn on security and have mod_proxy communicate directly to port 8443? Brett On Thu, Mar 4, 2010 at 11:00 AM, Scott Gray scott.g

Re: large entity field (trackingDigest) is truncated

2010-03-03 Thread Scott Gray
Hi Mike, I have no idea if this will help but it will at least allow us to rule one thing out, could you please try changing: sql-type=CLOB to: sql-type=CLOB(2M) Thanks Scott HotWax Media http://www.hotwaxmedia.com On 2/03/2010, at 5:06 PM, Mike Voytovich wrote: The problem was in fact with

Re: what entity are the orders stored in?

2010-03-02 Thread Scott Gray
OrderHeader and it's related entities. Regards Scott HotWax Media http://www.hotwaxmedia.com On 2/03/2010, at 9:09 AM, Patrick wrote: After checkout what entity are the orders stored in? smime.p7s Description: S/MIME cryptographic signature

Re: how to get a reference to the delegator in a jsp?

2010-02-28 Thread Scott Gray
I've never tried it but I'm assuming it's the same as most other places: request.getAtrribute(delegator) Regards Scott HotWax Media http://www.hotwaxmedia.com On 28/02/2010, at 8:43 AM, Christopher Snow wrote: How can I get a reference to the delegator in a jsp / servlet? Many thanks,

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Scott Gray
I can't offer much in the way of details but I have seen this problem in more recent revisions ( 1 year old) from time to time. Regards Scott HotWax Media http://www.hotwaxmedia.com On 27/02/2010, at 10:18 AM, Adrian Crum wrote: Florin, That revision is prior to Release 9.04 - so I don't

Re: [Fwd: Re: JobInvoker crashes while reading serviceengine.xml]

2010-02-27 Thread Scott Gray
. regards, Florin Original Message Subject: Re: JobInvoker crashes while reading serviceengine.xml Date: Sat, 27 Feb 2010 10:50:05 -0700 From: Scott Gray scott.g...@hotwaxmedia.com Reply-To: user@ofbiz.apache.org To: user@ofbiz.apache.org References

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

2010-02-26 Thread Scott Gray
. Is there a reason I am missing. Scott Gray sent the following on 2/25/2010 10:44 PM: 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

Re: Brain-storm: OFBIZ on Grails, is this a right way for the future?

2010-02-26 Thread Scott Gray
Hi Chris With all due respect, your desire to replace the entity engine with hibernate exhibits a serious lack of understanding of one of OFBiz's core design philosophies. This has been discussed many times so I don't want to rehash the debate here but I do strongly suggest that you search

Re: Brain-storm: OFBIZ on Grails, is this a right way for the future?

2010-02-26 Thread Scott Gray
with Hibernate. Grails also supports GORM-JPA combine, license compatible products such as OpenJPA can be used instead. It can defer to the deploy time (thus up to end user) to choose Hibernate or some other JPA implementation. On Fri, 2010-02-26 at 09:00 -0700, Scott Gray wrote: Hi Chris

Re: Retrieving context from the HttpServletRequest request, is it possible?

2010-02-26 Thread Scott Gray
What are you trying to do with the context once you get it? If you want to put a value in the context then all you can do at the event stage is to add it as a request attribute. If you want to get a value from the context (it doesn't really exist yet at this stage) then your best bet is to use

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