Re: Site Redirect

2008-07-15 Thread Bilgin Ibryam
On Mon, 2008-07-14 at 11:49 -0500, Alex Melnik wrote: > I know how to change the mount to root (in fact this is how it's setup > right now), but how do I SSL to 443? In other words where is the > setting? Hi, you have to change https-connector property in framework/base/config/ofbiz-containers.x

Re: new fied in CustomerRequestType?

2008-07-15 Thread Hans Bakker
Hi Jacopo, thank you for your attention but where should i record that a certain customerrequesttype is handled by which employees? examples: customer request type: "request for quote" => sales department. customer request type: "request for support" => support department. etc Hans On

Problem with Virtual Products in eCommerce (rev676498)

2008-07-15 Thread rnatavio
Hello All I'm having a problem selecting the second 'selectable feature' for a virtual product. I tried it on the Giant Widget sample product - I am able to select a color, but not the size. It seems like the drop-down box doesn't get refreshed after selecting the first option. I also tried cre

Re: Problem with Virtual Products in eCommerce (rev676498)

2008-07-15 Thread rnatavio
btw, no error posted on log, which makes me really clueless. rnatavio wrote: > > Hello All > > I'm having a problem selecting the second 'selectable feature' for a > virtual product. I tried it on the Giant Widget sample product - I am able > to select a color, but not the size. It seems like

Re: Problem with Virtual Products in eCommerce (rev676498)

2008-07-15 Thread Scott Gray
Hi Roy Looks like my fault, I'll figure out what's wrong and commit a fix shortly. Regards Scott 2008/7/15 rnatavio <[EMAIL PROTECTED]>: > > Hello All > > I'm having a problem selecting the second 'selectable feature' for a virtual > product. I tried it on the Giant Widget sample product - I am

Re: Problem with Virtual Products in eCommerce (rev676498)

2008-07-15 Thread Scott Gray
Thanks Roy (and sorry), fixed in rev. 676849 Regards Scott 2008/7/15 Scott Gray <[EMAIL PROTECTED]>: > Hi Roy > > Looks like my fault, I'll figure out what's wrong and commit a fix shortly. > > Regards > Scott > > 2008/7/15 rnatavio <[EMAIL PROTECTED]>: >> >> Hello All >> >> I'm having a problem

Re: new fied in CustomerRequestType?

2008-07-15 Thread Jacopo Cappellato
On Jul 15, 2008, at 10:25 AM, Hans Bakker wrote: Hi Jacopo, thank you for your attention but where should i record that a certain customerrequesttype is handled by which employees? examples: customer request type: "request for quote" => sales department. customer request type: "request for

Re: Question related to use of WorkEffortAssoc entity in OFBiz.

2008-07-15 Thread Ashish Vijaywargiya
Can anybody having good insight on WorkEffort module put some comments to understand this scenario ? I am also interested to know about it. Thanks !!! On Sat, Jun 14, 2008 at 8:46 PM, Rishi Solanki <[EMAIL PROTECTED]> wrote: > Hello All, > > We have *WorkEffort* Entity in OFBiz in which we main

Re: Problem with Virtual Products in eCommerce (rev676498)

2008-07-15 Thread rnatavio
No prob Scott. Glad to help. Thanks Scott Gray wrote: > > Thanks Roy (and sorry), fixed in rev. 676849 > > Regards > Scott > > 2008/7/15 Scott Gray <[EMAIL PROTECTED]>: >> Hi Roy >> >> Looks like my fault, I'll figure out what's wrong and commit a fix >> shortly. >> >> Regards >> Scott >> >>

Re: Possible Payments Applied Transaction Error

2008-07-15 Thread Jacques Le Roux
Thanks Sharan, I will have no time to look at it seriously before Thursday 24. But then I will. BTW, scenarios and use cases are great ways do deal with sort ot things :o) Jacques From: "Sharan-F" <[EMAIL PROTECTED]> Hi Jacques Without Coding I would use Debit 112000 Undeposited Receipts Cr

Re: Question related to use of WorkEffortAssoc entity in OFBiz.

2008-07-15 Thread Jacopo Cappellato
I have to admit that I don't like very much the workEffortParentId field and the way it is used; it would be better if the WorkEffortAssoc entity was used every time you have to specify an association between work effort: in this way you'll have the ability to set the type ofassociation and

Re: Question related to use of WorkEffortAssoc entity in OFBiz.

2008-07-15 Thread Ashish Vijaywargiya
Thanks Jacopo for your comments. Let's see what other has to say about workEffortParentId field. On Tue, Jul 15, 2008 at 3:51 PM, Jacopo Cappellato < [EMAIL PROTECTED]> wrote: > I have to admit that I don't like very much the workEffortParentId field > and the way it is used; it would be better

Re: Site Redirect

2008-07-15 Thread Jacques Le Roux
Alex, Did you read this : http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-Howtousemodproxyajp Jacques From: "Bilgin Ibryam" <[EMAIL PROTECTED]> On Mon, 2008-07-14 at 11:49 -0500, Alex Melnik wrote: I know how to change the mount to r

Re: Question related to use of WorkEffortAssoc entity in OFBiz.

2008-07-15 Thread Jacques Le Roux
Hi Ashish, From: "Ashish Vijaywargiya" <[EMAIL PROTECTED]> Thanks Jacopo for your comments. Let's see what other has to say about workEffortParentId field. It's crystal clear to me : I agree with Jacopo. Maybe we should even add a comment at each denormalised field (in model) to explain and m

Re: new fied in CustomerRequestType?

2008-07-15 Thread Hans Bakker
Hi Jacopo, this template could be a possibility, you want to create a new entity for that because it should be stored in the database so the user can modify it? however one single partyId would already be enough. We can then use the partRelationship entity to expand that partyId(=department) into

Re: new fied in CustomerRequestType?

2008-07-15 Thread Jacopo Cappellato
On Jul 15, 2008, at 1:38 PM, Hans Bakker wrote: Hi Jacopo, this template could be a possibility, you want to create a new entity for that because it should be stored in the database so the user can modify it? I think you could simply store it in as a 'special' CustRequest (and related enti

Re: new field in CustomerRequestType?

2008-07-15 Thread Hans Bakker
Jacopo, what i want to be able to do is, is to list customer requests which need to be handled by a certain internal department depending on the customer request type. Can you explain how can i do this with what you propose below? can you also tell me your objections of adding the field 'partyId

Re: new field in CustomerRequestType?

2008-07-15 Thread Jacopo Cappellato
On Jul 15, 2008, at 2:28 PM, Hans Bakker wrote: Jacopo, what i want to be able to do is, is to list customer requests which need to be handled by a certain internal department depending on the customer request type. Can you explain how can i do this with what you propose below? What I

Re: Site Redirect

2008-07-15 Thread BJ Freeman
Jacques: I want to thank you for all the effort you put on documenting. Jacques Le Roux sent the following on 7/15/2008 4:02 AM: > Alex, > > Did you read this : > http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-Howtousemodproxyajp > > >

Re: Site Redirect

2008-07-15 Thread Alex Melnik
Wow.. this is awesome. I wish I had this link a while ago. Let me try and make the changes, but it looks like what I need is pretty well documented here. Thanks a lot! >>> "Jacques Le Roux" <[EMAIL PROTECTED]> 7/15/2008 6:02:56 AM >>> Alex, Did you read this : http://docs.ofbiz.org/display/

Re: Site Redirect

2008-07-15 Thread Jacques Le Roux
:o) From: "BJ Freeman" <[EMAIL PROTECTED]> Jacques: I want to thank you for all the effort you put on documenting. Jacques Le Roux sent the following on 7/15/2008 4:02 AM: Alex, Did you read this : http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Coo

Re: Question related to use of WorkEffortAssoc entity in OFBiz.

2008-07-15 Thread David E Jones
Just like with Product and ProductCategory going through ProductCategoryMember, when two WorkEfforts are associated they should always go through WorkEffortAssoc. I don't know why the decision was made in the Project Manager specialpurpose application to use the workEffortParentId, but it

Re: Question related to use of WorkEffortAssoc entity in OFBiz.

2008-07-15 Thread Jacopo Cappellato
I totally agree. Unfortunately in the manufacturing component it is even worse than this: the parentId is used for some of the associations (if I am not wrong, between a production run and its tasks) while the WorkEffortAssoc is used for others (routing to routing tasks associations, etc..

Screen with tree in OFBiz ?

2008-07-15 Thread Amine Benkirane
Hi there, I want to visualize in an Ofbiz screen the hierarchical tree with catalog -> categories -> subcategories (basically something like the windows explorator with directory -> subdirectories -> files). Is there something similar existing in Ofbiz applications ? Did someone already cr

Re: Question related to use of WorkEffortAssoc entity in OFBiz.

2008-07-15 Thread Jacques Le Roux
David, All, Should we not write something around such aspects in the best practices. I could begin by using the detailled recommandations below... David could you provide a plan to follow ? I believe it's very important for contributors to keep mains and other applications clean. Jacques Fro

Re: Screen with tree in OFBiz ?

2008-07-15 Thread Bruno Busco
May be you are looking for something similar to this: https://demo.hotwaxmedia.com/content/control/navigateDataResource -Bruno 2008/7/15 Amine Benkirane <[EMAIL PROTECTED]>: >Hi there, > > I want to visualize in an Ofbiz screen the hierarchical tree with catalog > -> categories -> subcategor

Re: Screen with tree in OFBiz ?

2008-07-15 Thread Jacques Le Roux
Maybe https://localhost:8443/content/control/WebSiteCms?webSiteId=CmsSite ? Jacques From: "Amine Benkirane" <[EMAIL PROTECTED]> Hi there, I want to visualize in an Ofbiz screen the hierarchical tree with catalog -> categories -> subcategories (basically something like the windows explorator

RE: Screen with tree in OFBiz ?

2008-07-15 Thread Amine Benkirane
Exactly that Thank you for the help !! I have already known that everything exists in OFBiz ;) !!! Best regards, Amine > Date: Tue, 15 Jul 2008 19:38:00 +0200> From: [EMAIL PROTECTED]> To: > user@ofbiz.apache.org> Subject: Re: Screen with tree in OFBiz ?> > May be you > are looking

Re: Question related to use of WorkEffortAssoc entity in OFBiz.

2008-07-15 Thread David E Jones
Jacques, We can't document every little thing. If best practices and other recommendations and guidelines are too big then we might as well not have them because no one will take the time to understand them, and even those few who read them all the way through won't be able to remember t

'Problem with order change; see above error' - Urgent help

2008-07-15 Thread Madhuri
Hi All - I am a newbie to ofbiz and still trying to get in grips with the framework. I have a serious problem on the production server as the orders are not being processed. On the final order review screen, it shows a red message 'Problem with order change;see above error', but the order is crea

EFT accounts

2008-07-15 Thread Roland
Hi all, I'm trying to figure out how EftAccount.accountType should work, via the "createEftAccount" Service I can put anything in that field (but it's required). Using it via party manager, it depends on language settings, what ends up inside the database (English: Checking/Savings; German: Gi

Re: 'Problem with order change; see above error' - Urgent help

2008-07-15 Thread BJ Freeman
please provide the SVN version (trunk or release 4.0) some logs from the servers Madhuri sent the following on 7/15/2008 1:24 PM: > > Hi All - I am a newbie to ofbiz and still trying to get in grips with the > framework. I have a serious problem on the production server as the orders > are not b

Re: EFT accounts

2008-07-15 Thread BJ Freeman
it varies by bank. I have two accounts and one allows eft from savings and one does not. I don't believe there is an EFT processor as such in ofbiz, only alwaysApproveEFTProcessor and testEFTProcessor I would say that it depends on the gateway providers and the banks chosen as to weather it is acc

Re: 'Problem with order change; see above error' - Urgent help

2008-07-15 Thread Madhuri
Hi - Thank you for the quick response. I have downloaded the code from trunk. Here is the exception from the logs ** org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:56) org.ofbiz.service.ServiceDispatcher.run

Re: 'Problem with order change; see above error' - Urgent help

2008-07-15 Thread Madhuri
I also get the following error when I try to approve the orders from the ordermgr ** org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) org.apache.catalina.core.ApplicationFilterChain

Re: 'Problem with order change; see above error' - Urgent help

2008-07-15 Thread BJ Freeman
there is more before this entry that might help. seems the error is java.lang.NullPointerException org.ofbiz.content.ContentManagementServices.updateContentSubscriptionByProduct(ContentManagementServices.java:1563) i am not familiar enough to know what might be causing this. hopefully someone wil

Re: 'Problem with order change; see above error' - Urgent help

2008-07-15 Thread BJ Freeman
Can you duplicate this on the demo server? what steps did you take Madhuri sent the following on 7/15/2008 3:05 PM: > > I also get the following error when I try to approve the orders from the > ordermgr > > ** > org.apache.catali

Database Connections made by OLAP

2008-07-15 Thread ian tabangay
Hi. I have deployed an ofbiz application (end of May build) on CentOS 5 with Postgresql 8.1 as my database. Only after a few minutes, I noticed that the OLAP creates alot of database connections to the point of no db connection can be established anymore. As comparison, I have just restarted Ofbiz

test

2008-07-15 Thread Vince M. Clark
I'm not getting emails from the list. Anyone else having this problem?

Re: test

2008-07-15 Thread David E Jones
This email made it directly to the list without being moderated, so you must be on it. Perhaps you're the victim of an over-zealous junk filter or something? -David On Jul 15, 2008, at 8:25 PM, Vince M. Clark wrote: I'm not getting emails from the list. Anyone else having this problem?

Is FAQ Management exists in OFBiz?

2008-07-15 Thread Ajay @ Pal InfoCom
Hello All, I want to know if FAQs can be displayed on ECommerce Site. Can anybody have any idea regarding this? Is It Possible to show questions and their regarding answers on ecommerce site? Any suggestions / ideas will be appreciated. Thanks and regards, Ajay Sodhi

(Accounting -> Payment -> Find Sales Invoices By Due Date) not working.

2008-07-15 Thread brijesh m
Hi friends, I just want to convey that : Accounting -> Payment -> Find Sales Invoices By Due Date and Find Purchase Invoices By Due Date is not working properly as it doesn't show the right results you have queried for. Has anyone noticed it before ? If yes then please suggest the solution. Tha

Re: (Accounting -> Payment -> Find Sales Invoices By Due Date) not working.

2008-07-15 Thread Peter Ford
Brijesh, Please provide the trunk version that you are using ? Why don't you create a patch for the problem and submit it on the JIRA :-) ? On Wed, Jul 16, 2008 at 10:39 AM, brijesh m <[EMAIL PROTECTED]> wrote: > Hi friends, > I just want to convey that : > Accounting -> Payment -> Find Sales I

FAQ / CMS configuration

2008-07-15 Thread Ajay @ Pal InfoCom
Hello All, I have initiated a step regarding configuring the FAQ / CMS. What iI have done till now is: Through Content Tab, Created new content, Configured roles, purposes, attributes, meta-data. Created Data Resource and configured it. In Content Setup, created a FAQ_ROOT, and configu

Re: 'Problem with order change; see above error' - Urgent help

2008-07-15 Thread Scott Gray
>From a quick look at the code my bet would be that line 1565 (in the current svn revision) is the most likely cause of the NPE. I've commited a fix for that in rev. 677164, Madhuri you'll need to update and see if the problem goes away. Regards Scott 2008/7/16 BJ Freeman <[EMAIL PROTECTED]>: >