Fwd: org.ofbiz.webapp.event.EventHandlerException: Problems processing event: java.lang.StackOverflowError

2009-06-17 Thread Heidi Dehaes
-- Forwarded message -- From: Heidi Dehaes Date: 2009/6/16 Subject: org.ofbiz.webapp.event.EventHandlerException: Problems processing event: java.lang.StackOverflowError To: user@ofbiz.apache.org Hello, I added some text language conversions to the EcommerceUILabel.xml file in t

licensing question

2009-06-17 Thread Anshuman Manur
Dear all, I'm trying to integrate Drupal with Ofbiz, but Drupal is GPL v2 and Ofbiz is Apache v2, and the Apache 2 licence is said to be incompatible with all GPLs except GPL v3. I have a feeling this shouldn't be a problem, but I'm not sure. Could somebody please tell me if I can use Drupal as th

Re: licensing question

2009-06-17 Thread BJ Freeman
The licensing only comes into consideration when you are contributing work to the SVN of ofbiz, as far as ofbiz community is concerned. Anshuman Manur sent the following on 6/17/2009 12:49 AM: > Dear all, > > I'm trying to integrate Drupal with Ofbiz, but Drupal is GPL v2 and Ofbiz is > Apache v2

Re: render the select element as a list box in ftl

2009-06-17 Thread BJ Freeman
since is works in FF, which is CSS compliant, it is not a code problem but a CSS problem. these would be CSS specific code meant to fix IE deviation for normal CSS. Jack Liu sent the following on 6/16/2009 11:29 PM: > Hi, Scott > I want it to work properly on IE 6.0 or 7.0, how should I do? > Th

Re: Fwd: org.ofbiz.webapp.event.EventHandlerException: Problems processing event: java.lang.StackOverflowError

2009-06-17 Thread BJ Freeman
I would look in the log at start up and see if you have any errors reading xml files. also there is probably other errors before this that will give you and indication of why the language file can not be accessed. Heidi Dehaes sent the following on 6/17/2009 12:25 AM: > -- Forwarded messag

New Functionality in Ofbiz Facility Module-Quality Check Plan

2009-06-17 Thread abhishek.dayya
I am Planning to implement Quality Check in Facility Module, and this will be accomplished by performing Quality Check of those materials whose purchase order has been created , and there will be a provision to perform Quality Check of only those materials on which we want ,for that we will c

Re: New Functionality in Ofbiz Facility Module-Quality Check Plan

2009-06-17 Thread BJ Freeman
The only suggestions I have are to make the Quality Check so it can be added to agreements. Then look up the agreements for that supplier. the Agreements could have which parts would fall under the quality check. Probably tie into the Project manager and workeffort to create your quality check plan

Re: How to use Velocity Template Engine in OFBiz

2009-06-17 Thread Scott Gray
Velocity isn't supported by the framework, you'll either need to use freemarker or be prepared to add the support which will not be a simple task. Regards Scott HotWax Media http://www.hotwaxmedia.com 801.657.2909 - Original Message - From: "Pardeep Ruhil" To: user@ofbiz.apache.org Sen

ofbiz sell functionality !

2009-06-17 Thread Prashant Punekar
Hi OFbiz, As we have a shopping cart to buy multiple items in one go, do we also have a selling cart which will help us sell multiple items in one go. Has anypone extended the sell functionality using Ofbiz.Please do reply. Regards, Prashant http://www.mindtre

Re: ofbiz sell functionality !

2009-06-17 Thread Scott Gray
Hi Prashant Could you please clarify what you mean by a "selling cart"? Thanks Scott HotWax Media http://www.hotwaxmedia.com On 17/06/2009, at 8:24 PM, Prashant Punekar wrote: Hi OFbiz, As we have a shopping cart to buy multiple items in one go, do we also have a selling cart which will

Re: How to use Velocity Template Engine in OFBiz

2009-06-17 Thread Pardeep . Ruhil
Hi, Thanks for your reply, but I have finished of calling a velocity page directly from controller.xml using the VelocityViewHandler.java. But from this I am able to see the static data on the page, not the dynamic one. So for that I need to call this velocity page from Screens xml file, b

RE: ofbiz sell functionality !

2009-06-17 Thread Prashant Punekar
Scott, How do i sell an item using ofbiz. Something similar to C2C sites, where i login as seller and sell an item to the buyer on the site. Do I need to leverage the Order Entry functionality of ofbiz for selling items? It would be great if I am able to sell multiple items after adding them to

Re: licensing question

2009-06-17 Thread Anshuman Manur
Thank you for your reply. On Wed, Jun 17, 2009 at 1:29 PM, BJ Freeman wrote: > The licensing only comes into consideration when you are contributing > work to the SVN of ofbiz, as far as ofbiz community is concerned. > > Anshuman Manur sent the following on 6/17/2009 12:49 AM: > > Dear all, > >

Re: How to use Velocity Template Engine in OFBiz

2009-06-17 Thread Scott Gray
All I can suggest is to look at how freemarker support was implemented and to follow a similar approach. Like I said it is not a simple task and if I were you I would spend some time considering why freemarker doesn't meet your templating needs (personally I think freemarker is more powerf

Re: ofbiz sell functionality !

2009-06-17 Thread Scott Gray
I'm sorry it still isn't entirely clear to me, are you referring to placing an order on behalf of the customer? If so then yes you would use the order entry portion of the order manager app. Regards Scott HotWax Media http://www.hotwaxmedia.com On 17/06/2009, at 8:54 PM, Prashant Punekar w

Re: How to use Velocity Template Engine in OFBiz

2009-06-17 Thread Ashish Vijaywargiya
+1 on Scott's comment. I also think that Freemarker is more powerful then Velocity. -- Ashish On Wed, Jun 17, 2009 at 4:53 PM, Scott Gray wrote: > All I can suggest is to look at how freemarker support was implemented and > to follow a similar approach. Like I said it is not a simple task and i

RE: Regarding User authorization is required for this service Error

2009-06-17 Thread Radhakrishna Kotakonda
Thank you very much Freeman, I found the solution. When we set a schedule service, its storing scheduled username and password. If we change the scheduled password then we get this error. Have a nice day, Radhakrishna -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent

Re: How to use Velocity Template Engine in OFBiz

2009-06-17 Thread Ashish Vijaywargiya
Interesting article: http://freemarker.org/fmVsVel.html & http://www.theserverside.com/tt/blogs/showblog.tss?id=FreeMarkerVelocity. One of the good thing about freemarker is shown below and it is taken from the article (This point is also available on the freemarker comparison link shown above):

Re: How to use Velocity Template Engine in OFBiz

2009-06-17 Thread Jacques Le Roux
BTW, Velocity was used in OFBiz before Freemaker replaced it some years ago... Jacques From: "Ashish Vijaywargiya" +1 on Scott's comment. I also think that Freemarker is more powerful then Velocity. -- Ashish On Wed, Jun 17, 2009 at 4:53 PM, Scott Gray wrote: All I can suggest is to look a

RE: ofbiz sell functionality !

2009-06-17 Thread Prashant Punekar
Scott, My requirement is to buy and sell items on a website. Buying is achieved by searching the catalog and adding items to the shopping cart and doing a checkout using ecommerce app. How ofbiz handles selling of any item. Do I need to use OrderEntry app for the customer to load his item(produc

Re: ofbiz sell functionality !

2009-06-17 Thread Scott Gray
Ah okay I see what you mean now, but I don't believe that sort of functionality is supported out of the box. The applications could certainly be extended to support it but I'm guessing it would be a fair amount of work. Regards Scott HotWax Media http://www.hotwaxmedia.com On 17/06/2009,

Re: ofbiz sell functionality !

2009-06-17 Thread Jacques Le Roux
A kind of eBay isn'it ? Jacques From: "Scott Gray" Ah okay I see what you mean now, but I don't believe that sort of functionality is supported out of the box. The applications could certainly be extended to support it but I'm guessing it would be a fair amount of work. Regards Scott

RE: ofbiz sell functionality !

2009-06-17 Thread Prashant Punekar
yeah Jacques. Your views on it. Regards, Prashant From: Jacques Le Roux [jacques.le.r...@les7arts.com] Sent: Wednesday, June 17, 2009 6:26 PM To: user@ofbiz.apache.org Subject: Re: ofbiz sell functionality ! A kind of eBay isn'it ? Jacques From: "Scott

Re: Adding Resource to task in Project manager

2009-06-17 Thread farouk alhassan
I have just tried this on the demo server here https://demo904.ofbiz.org/projectmgr/control/createTaskPartyAssign and it came back with the same error: In set-nonpk-fields a value was not found with the specified valueAcsr: assignment, not setting fields Any ideas how to fix this? --- On Wed,

Re: ofbiz sell functionality !

2009-06-17 Thread Vince Clark
I've never tried it but I think there is quite a bit in OFBiz that could be re-used for this purpose. Orders, invoices, and payments already have the design built in of "partyIdFrom" and "partyIdTo". All sellers could be set up as internal organizations so they can own facilities to fulfill orde

Re: ofbiz sell functionality !

2009-06-17 Thread BJ Freeman
i see is as making a portal that uses parts of the catalog to create a product, Content, prices. they would screens would have to be reworked to be more intuitive. Lot more work about charging the seller for insertion. Prashant Punekar sent the following on 6/17/2009 5:24 AM: > Scott, > > My requ

Utility Billing

2009-06-17 Thread Gavin Mabie
Hi Is it possible to use OfBiz for utility billing. The requirement would be that a large number of customers are billed monthly for utilities such as water, electricity gas etc, based on consumption obtained through meter-readings. Can ofbiz address this need and how could existing artefacts

Re: Utility Billing

2009-06-17 Thread BJ Freeman
look at the profession services product. then you can make something similar to the hhfacilities for order entry so they can fill in using a pda/cellphone with webrowser as they read the meters. Gavin Mabie sent the following on 6/17/2009 7:43 AM: > Hi > > > > Is it possible to use OfBiz for u

Drools integration

2009-06-17 Thread Erwan de FERRIERES
Hi all, Is there someone who has already integrated the drools platform (rules workflow) in OFBiz ? Thanks, -- - Erwan -

Re: Drools integration

2009-06-17 Thread Jacques Le Roux
AFAIK, some spoke about but nothing have been contributed so far... Jacques From: "Erwan de FERRIERES" Hi all, Is there someone who has already integrated the drools platform (rules workflow) in OFBiz ? Thanks, -- - Erwan -

Can't login to nightly download

2009-06-17 Thread Ruth Hoffman
FYI - I just downloaded and started up the today's nightly download package using the README instructions - and I couldn't login to Webtools. Please see attached. Hate to beat a dead horse - but this stuff should work according to the README file - at a minimum, for the nightly download. Wha

Re: Can't login to nightly download

2009-06-17 Thread BJ Freeman
there was a jira about this but no patch yet. :D Ruth Hoffman sent the following on 6/17/2009 9:01 AM: > FYI - > I just downloaded and started up the today's nightly download package > using the README instructions - and I couldn't login to Webtools. > Please see attached. Hate to beat a dead ho

Re: Utility Billing

2009-06-17 Thread Ruth Hoffman
Hi Gavin: I did something similar to utility billing as you describe below - billing for telephone services - a few years ago with OFBiz. The usage data for a customer's bill came from another system accessed using some SOAP based services. I would think that meter readings using PDAs, cell ph

Re: Can't login to nightly download

2009-06-17 Thread BJ Freeman
Just a side note: this is not a off the self product. it is a Community driven (you and I) type of project. There are a lot of things that need to be completed or even just tested in a real environment. Hope to see a lot of input from you have things that need to be worked on and and contributions

Re: Can't login to nightly download

2009-06-17 Thread Ruth Hoffman
Hi BJ: Thanks - I saw the issue. Is there a better way to get things like this fixed? Better yet, not have them enter into the system in the first place? My concern - and it should be everyone's concern who cares about this project - is this is our main touch point with the outside world. Som

Re: Can't login to nightly download

2009-06-17 Thread David E Jones
The problem is with the new default theme (Bizzness Time) there is no login link in the header, and the main page of webtools does not (and has not historically) required a login. Part of the reason for this is for new/demo users: the main page of webtools recommends a username and passwo

Re: Can't login to nightly download

2009-06-17 Thread David E Jones
It's great that you're looking at things from this perspective Ruth. As a generality my guess is that yes, chances are you'll run into a number of small issues like this that people have just used workarounds for instead of fixing them. And yes, it needs to be fixed (as has been discussed

RE: Can't login to nightly download

2009-06-17 Thread Dan Dodd
Ruth makes a valid point of the first impression of OFBiz. We want more helpers in all areas from simple user testing to experts in every category. If we send them away because some simple item is broken we are losing potential contributors. The very thing we need. We want to make an easy onramp f

Re: Can't login to nightly download

2009-06-17 Thread Ruth Hoffman
Hi BJ: Please, take my comments in the spirit I intend: I want OFBiz and the community to succeed! That is my only motivation. If I didn't care, I wouldn't be making these comments. Last thing I want to see is the project to get a "black eye" because of some very simple marketing mistakes. Fir

Re: Can't login to nightly download

2009-06-17 Thread Jacques Le Roux
This is a known problem. For now you have to log into another application and then switch to Webtools. Not sure if a Jira issue has been opened for that though... Jacques From: "Ruth Hoffman" FYI - I just downloaded and started up the today's nightly download package using the README instruc

Re: Can't login to nightly download

2009-06-17 Thread Jacques Le Roux
Here it is https://issues.apache.org/jira/browse/OFBIZ-2582 Jacques From: "Jacques Le Roux" This is a known problem. For now you have to log into another application and then switch to Webtools. Not sure if a Jira issue has been opened for that though... Jacques From: "Ruth Hoffman" FYI -

Re: Drools integration

2009-06-17 Thread Al Byers
Erwan, I think integrating Drools with OFBiz would be a great thing. I have not looked at it recently, but a couple of years ago I fooled around with it and did a simple proof-of-concept. I thought it was worth open a JIRA issue for, so I did - https://issues.apache.org/jira/browse/OFBIZ-2624 Ther

Re: Can't login to nightly download

2009-06-17 Thread Tim Ruppert
My vote would be for each of the applications to work the same - not to have different requirements for extra buttons, etc. If that doesn't work for everyone, then we need to have someone in the community fix the theme to work in the old way - which always seemed odd Ruth, these issues de

Re: Can't login to nightly download

2009-06-17 Thread Jacques Le Roux
This is great, everybody wants OFBiz better (fixing bugs I mean) few are doing it (I don't speak only about contributors but also about commiters...) Fixing bugs (ontributing, reviewing and testing) seems to be a tedious task for most of us :/ Maybe it's a mater of time and money... Jacques Fr

Re: Can't login to nightly download

2009-06-17 Thread Jacques Le Roux
Fixed at r785764 and r785766. in R9.04, thanks to Marco ! Jacques From: "Jacques Le Roux" Here it is https://issues.apache.org/jira/browse/OFBIZ-2582 Jacques From: "Jacques Le Roux" This is a known problem. For now you have to log into another application and then switch to Webtools. Not

Re: Can't login to nightly download

2009-06-17 Thread Tim Ruppert
Thanks Jacques and Marco - much appreciated. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 - "Jacques Le Roux" wrote: > Fixed at r785764 and r785766. in R9.04, thanks to Marco ! > > Jacques > > From: "Jacques Le Roux" > > Here it is htt

Re: Can't login to nightly download

2009-06-17 Thread Ruth Hoffman
Thanks. I'll update my copy. Ruth Jacques Le Roux wrote: Fixed at r785764 and r785766. in R9.04, thanks to Marco ! Jacques From: "Jacques Le Roux" Here it is https://issues.apache.org/jira/browse/OFBIZ-2582 Jacques From: "Jacques Le Roux" This is a known problem. For now you have to log in

Re: Can't login to nightly download

2009-06-17 Thread BJ Freeman
I wait, the discussion about this has been fired up again on the Dev list. Ruth Hoffman sent the following on 6/17/2009 12:50 PM: > Thanks. I'll update my copy. > Ruth > Jacques Le Roux wrote: >> Fixed at r785764 and r785766. in R9.04, thanks to Marco ! >> >> Jacques >> >> From: "Jacques Le Roux"

Re: Can't login to nightly download

2009-06-17 Thread Tim Ruppert
This won't be in the current one until the auto deployment tonite. Sorry about that. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 - "Ruth Hoffman" wrote: > Thanks. I'll update my copy. > Ruth > Jacques Le Roux wrote: > > Fixed at r78576

Re: Can't login to nightly download

2009-06-17 Thread Ruth Hoffman
Thanks all. I'll give it a few days. Ruth Tim Ruppert wrote: This won't be in the current one until the auto deployment tonite. Sorry about that. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 - "Ruth Hoffman" wrote: Thanks. I'll up

paypalevents.java logic bug getPaymentGatewayConfigValue()

2009-06-17 Thread BJ Freeman
for those that have not installed the entity paymentGateway and still use the payment.properties the logic to select which one needs an new statement in the method getPaymentGatewayConfigValue() from if (UtilValidate.isNotEmpty(paymentGatewayConfigId)) { to if (UtilValidate.isNotE

Re: paypalevents.java logic bug getPaymentGatewayConfigValue()

2009-06-17 Thread Scott Gray
Looks to me as though it will work fine so long as your ProductStorePaymentSetting for EXT_PAYPAL doesn't have a paymentGatewayConfigId set. Regards Scott HotWax Media http://www.hotwaxmedia.com On 18/06/2009, at 8:39 AM, BJ Freeman wrote: for those that have not installed the entity paym

Re: paypalevents.java logic bug getPaymentGatewayConfigValue()

2009-06-17 Thread BJ Freeman
I have not dug into this but here is what happens if (paymentConfig != null) { paymentGatewayConfigId = paymentConfig.getString("paymentGatewayConfigId"); configString = paymentConfig.getString("paymentPropertiesPath"); Debug.logInfo("using paymentConfig"

Re: paypalevents.java logic bug getPaymentGatewayConfigValue()

2009-06-17 Thread Scott Gray
The PaymentGatewayConfig takes precedence over payment.properties so if a paymentGatewayConfigId is set on your ProductStorePaymentSetting then that is what will be used regardless of the value of the paymentPropertiesPath. Like I said in my last email if you want payment/properties to be u

Re: paypalevents.java logic bug getPaymentGatewayConfigValue()

2009-06-17 Thread BJ Freeman
gotcha. put in a loginfo to that effect if paymentGatewayConfigId !=null and paymentPropertiesPath==null Scott Gray sent the following on 6/17/2009 4:24 PM: > The PaymentGatewayConfig takes precedence over payment.properties so if > a paymentGatewayConfigId is set on your ProductStorePaymentSetti

Re: How to use Velocity Template Engine in OFBiz

2009-06-17 Thread Pardeep . Ruhil
Thank you all for giving me the useful information. Hope to see more in future. :) Thanks & Regards Pardeep Ruhil L&T Infotech Ltd Mumbai Ph: +919820283884 Larsen & Toubro Infotech Ltd. www.Lntinfotech.com This Document is classified as: L&T Infotech Proprietary L&T Infotech Confidential

reg:creation of new website

2009-06-17 Thread AnumalaTeja
hi, This is teja. we have created a new store. In that we create the new web site.The new site "http://localhost:8080/ecommerce/loyalitystore"; . It is not working. Here loyalitystore is new store.For the creation of new store what are requirements ?whether the above path is possible or not?

Re: reg:creation of new website

2009-06-17 Thread BJ Freeman
you should change the webapp mountpoint in the ofbiz-component.xml this is assuming your using the ecommerce webapp. change mount-point="/ecommerce" to mount-point="/loyalitystore" This above assumes you are going to have a different domain instead of localhost. now if you going to