Re: Error in Rejecting Request

2010-02-23 Thread Atul Vani
check controller.xml there is some problem with the request map, (you can find request uri from your browser's address bar) you have got invalid response tag, like below response name=success type=view *value=*/ you might have mistakenly changed it, check it properly or get an update from

Database problem

2010-02-23 Thread S K Pradeep kumar
Hi All, We have deployed currently our application with the godaddy server. Server Configuration is : Processor : QuadCore Ram : 4 GB OS : Linux Fedora 8 DB : MySql 5.0.45 We were maintaining the server since 9 months, recently we migrated to the new server with the above mentioned configuration

Product detail: Photo and text

2010-02-23 Thread MarioF
Hi all, In the product detail view the product's image and the product's info are not good aligned. We can see this here: http://ofbiz-vm.apache.org/ecommerce/products/PROMOTIONS/p_ENCHILADAS http://ofbiz-vm.apache.org/ecommerce/products/PROMOTIONS/p_ENCHILADAS And here:

Re: Ordering Products in specific quantity multiples per product

2010-02-23 Thread Stephen Rufle
I do not think I want bundling. I was thinking I could add a ProductAttribute association key:quantityMultiple, value: 5 for the products that are supposed to be bought in 5's. Then do a simple validation (quantity modulus quantityMultiple) == 0. ex. 10 mod 5 == 0 - no message 11 mod 5 == 1

Shipment Complete Notification mail

2010-02-23 Thread Deepa Mandal
Hi, I am trying to send the shipment complete notification mail (service-* sendShipmentCompleteNotification*). Mail is coming three times for an order while the service is called only once for the same order. Could anyone please help why it is coming so. -- Thanks Regards Deepa

Re: Shipment Complete Notification mail

2010-02-23 Thread Vivek Mishra
Are you getting any error on console in processing shipment? If yes then fix it and your mails will be sent only once after that. In service definition max-retry=3. HTH -- Vivek Mishra Deepa Mandal wrote: Hi, I am trying to send the shipment complete notification mail (service-*

Re: Shipment Complete Notification mail

2010-02-23 Thread Deepa Mandal
Hi, I am not getting any error on console. On Tue, Feb 23, 2010 at 6:30 PM, Vivek Mishra vivek.mis...@hotwaxmedia.comwrote: Are you getting any error on console in processing shipment? If yes then fix it and your mails will be sent only once after that. In service definition max-retry=3.

simplified chinese problem

2010-02-23 Thread zhiyongcui
When I export pdf file from a order, Simplified chinese characters are displayed as #.How to resolve these problems? -- View this message in context: http://n4.nabble.com/simplified-chinese-problem-tp1565879p1565879.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Javascript error in Catalog Manager: Edit Product

2010-02-23 Thread Jacques Le Roux
Oops, I made a typo, fixed at at r915332 in trunk, r915335 in R9.04. I don't know you but when I come back from vacation I should not work the 1st day, mmm... But when to begin then :o) Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Thanks to both, Fixed at r912587 in trunk,

Re: Database problem

2010-02-23 Thread S K Pradeep kumar
Hi, Can any body update on this. Some of the tables are also deleted from the database after some time of starting the application With regards, S K Pradeep kumar, On Tue, Feb 23, 2010 at 2:39 PM, S K Pradeep kumar s.k.pradeepku...@gmail.com wrote: Hi All, We have deployed currently our

Re: simplified chinese problem

2010-02-23 Thread Brajesh Patel
hi, Need to setup font family for this issue. Please refer for setup font family Using TTF fonts in FOP of http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-OFBizWikiSearch On Tue, Feb 23, 2010 at 6:54 PM, zhiyongcui

Best way to handle price changes on product components

2010-02-23 Thread Michele Orru
Hi all, I'm thinking about the best way to handle price changes on product components. Let say I have two Raw Components: A - price 5 B - price 7 Let say I have two Finished Products, that will be manufactured with these two components: X - A (6$) + B (7$) Y - A (5$) + B (8$) How can I

Re: groovy service code instead of minilang

2010-02-23 Thread Ruth Hoffman
Indeed! I still say it is very curious that there haven't been any comments by non-committers (except me and the original comment) concerning Mini-language use. Regards, Ruth Jacopo Cappellato wrote: On Feb 23, 2010, at 3:53 AM, Ruth Hoffman wrote: If it takes 2-3 days to learn the

Re: Ordering Products in specific quantity multiples per product

2010-02-23 Thread Ruth Hoffman
Hi Stephen: The ProductAttribute would be an easy way to do this. I was thinking that you could use an Agreement to hold information about minimum quantities, quantity multiples and all the terms of purchase per product and then validate against the Agreement similar to validating against

Re: groovy service code instead of minilang

2010-02-23 Thread Raj Saini
Ruth, I prefer to use Java as I am good at it. I do not like XML as replacement of procedural languages or scripts. Well, I am not arguing the advantage of one over the other. I think it is just matter of personal choice and since OFbiz offers both, I do not have problem using what I like

Re: auction functionality

2010-02-23 Thread Brendan Vogt
Please keep me updated on this :) Where are the threads to this? On 22 February 2010 00:42, Christopher Snow sno...@snowconsulting.co.ukwrote: There were some threads back in November (2009) that discussed the potential requirements for auction functionality. Has any progress been made

Re: groovy service code instead of minilang

2010-02-23 Thread Abhishake Agarwal
I too prefer java over minlang :) On Tue, Feb 23, 2010 at 8:55 PM, Raj Saini rajsa...@gmail.com wrote: Ruth, I prefer to use Java as I am good at it. I do not like XML as replacement of procedural languages or scripts. Well, I am not arguing the advantage of one over the other. I think

Re: groovy service code instead of minilang

2010-02-23 Thread Adrian Crum
Maybe the next time you try to use it, you could create a list of things you would like to see changed and submit it to the community. -Adrian Ruth Hoffman wrote: Hi Adrian: To tell the truth, I don't use it to build my services anymore. Too much trouble to try and figure out each time how

Re: New OFBiz stable release

2010-02-23 Thread Adrian Crum
It would be nice to get the new security code included in the branch - even if it is disabled. That will give release users an introduction to it and give them a chance to work on an upgrade strategy. -Adrian Anil Patel wrote: So, are we set for next Ofbiz Branch named 10.04 ? If we decide

Re: groovy service code instead of minilang

2010-02-23 Thread Ruth Hoffman
Hi Raj: Thanks for speaking up. Regards, Ruth Raj Saini wrote: Ruth, I prefer to use Java as I am good at it. I do not like XML as replacement of procedural languages or scripts. Well, I am not arguing the advantage of one over the other. I think it is just matter of personal choice and

Re: groovy service code instead of minilang

2010-02-23 Thread Ruth Hoffman
Hi Abhishake: Thank you for voicing your opinion. Regards, Ruth Abhishake Agarwal wrote: I too prefer java over minlang :) On Tue, Feb 23, 2010 at 8:55 PM, Raj Saini rajsa...@gmail.com wrote: Ruth, I prefer to use Java as I am good at it. I do not like XML as replacement of procedural

Re: groovy service code instead of minilang

2010-02-23 Thread Ruth Hoffman
Hi Adrian: I think I already said what I'd like changed. Perhaps you overlooked this: Please add a procedural language to the mix. PHP, Groovy, Bean Shell etc. I don't care which. Regards, Ruth Adrian Crum wrote: Maybe the next time you try to use it, you could create a list of things you

Re: groovy service code instead of minilang

2010-02-23 Thread Adrian Crum
Sorry, I meant things you would like to see changed in mini-language. -Adrian Ruth Hoffman wrote: Hi Adrian: I think I already said what I'd like changed. Perhaps you overlooked this: Please add a procedural language to the mix. PHP, Groovy, Bean Shell etc. I don't care which. Regards,

Re: New OFBiz stable release

2010-02-23 Thread Jacques Le Roux
Also I'd like to commit all the work around the layered lookups. It's pretty advanced, should be this weekend normally Jacques From: Adrian Crum adri...@hlmksw.com It would be nice to get the new security code included in the branch - even if it is disabled. That will give release users an

Re: groovy service code instead of minilang

2010-02-23 Thread Matt Warnock
Kinda new at this, so I don't know if I fully grasp the issue. XML is very different from procedural languages like Java. I don't think it is Turing-complete (YMMV). But I note that Turing demos have been done in XSLT, so maybe minilang is more like that, I don't know. But the same criticism

Re: groovy service code instead of minilang

2010-02-23 Thread David E Jones
How would this be different from the java, groovy, bsh, jython, and other scripting languages supported right now by the service engine? I'll tell you what's really cool about supporting all of these languages, and for work groups allowing people to use whatever they want: the end result

Re: groovy service code instead of minilang

2010-02-23 Thread Ruth Hoffman
Hi David: How can I use BSH to write a service? I don't mean embed a BSH call inside XML, I mean can I, today write a service using BSH? If so, thats great! How do I set this up? Regards, Ruth David E Jones wrote: How would this be different from the java, groovy, bsh, jython, and other

Re: groovy service code instead of minilang

2010-02-23 Thread David E Jones
I'd recommend using groovy instead of bsh, it's a much better language and much more stable and flexible. To see the list of supported engines for the service engine look at the serviceengine.xml file. To use groovy on your service definition just use engine=groovy instead of engine=java, and

Re: groovy service code instead of minilang

2010-02-23 Thread Ruth Hoffman
Neat! I never knew. Thanks much. Ruth David E Jones wrote: I'd recommend using groovy instead of bsh, it's a much better language and much more stable and flexible. To see the list of supported engines for the service engine look at the serviceengine.xml file. To use groovy on your service

Re: groovy service code instead of minilang

2010-02-23 Thread Tim Ruppert
Btw, just to chime in - it's a helluva lot easier to train someone to follow best practices and write higher quality code in mini lang than it is to do the same in Java. I'm a Java programmer first and foremost, but I love the fact that OFBiz provides minilang as an option - it increases

http://ofbiz.apache.org/docs/serviceconfig.html links

2010-02-23 Thread BJ Freeman
at the bottom of the page need to be updated.

Re: http://ofbiz.apache.org/docs/serviceconfig.html links

2010-02-23 Thread BJ Freeman
never minds, now they work except for the last one. XML File Definitions (Documents Page) BJ Freeman sent the following on 2/23/2010 10:44 AM: at the bottom of the page need to be updated.

Re: groovy service code instead of minilang

2010-02-23 Thread Jacques Le Roux
Ruth, This explains better your feeling about minilang. You thought you had only the choice between minilang or Java (like trapped with minilang ;o) Actually it's open, we could even consider to use a Groovy DSL like suggested Chris

Re: New OFBiz stable release

2010-02-23 Thread Anil Patel
Makes sense to me. If we are decided on date, we still have a month to go. Gives plenty of time, may be :) Thanks and Regards Anil Patel HotWax Media Inc Find us on the web at www.hotwaxmedia.com or Google Keyword ofbiz On Feb 23, 2010, at 10:40 AM, Adrian Crum wrote: It would be nice to get

Re: New OFBiz stable release

2010-02-23 Thread Anil Patel
Jacques, This is big one. With new backend theme and other UI goodies, Next release should be well accepted by community. Thanks and Regards Anil Patel HotWax Media Inc Find us on the web at www.hotwaxmedia.com or Google Keyword ofbiz On Feb 23, 2010, at 10:59 AM, Jacques Le Roux wrote: Also

Re: New OFBiz stable release

2010-02-23 Thread Ruth Hoffman
Hi Anil: I'm not sure how to read the Jira issue report, so maybe you can help me understand this. If I look at the Jira issues page https://issues.apache.org/jira/browse/OFBIZ, it says that there are 585 open issues of which 283 are considered critical. Is this true? I mean is it true that

Re: New OFBiz stable release

2010-02-23 Thread David E Jones
One quick thing to note, that seems to be confused here: the release branch is a tool for stabilization. It's great to do testing and fixing in the trunk, but the goal for a release branch is not to be tested and bug-free from day one, but rather to be stable so that real testing and bug

Re: New OFBiz stable release

2010-02-23 Thread Anil Patel
Ruth, I don't know which statement are you talking about. Can you please put that statement or non-statement here for ready reference? Thanks and Regards Anil Patel HotWax Media Inc Find us on the web at www.hotwaxmedia.com or Google Keyword ofbiz On Feb 23, 2010, at 3:46 PM, Ruth Hoffman

JobInvoker crashes while reading serviceengine.xml

2010-02-23 Thread Florin Popa
Hello all, I think I tried before to ask that question, but I would retry because it becomes a critical issue in production. The Ofbiz instance runs fine for several ours and unexpectedly I can see these lines below in the log file. As soon as it starts with those exceptions, I need to

Re: Product Configuration

2010-02-23 Thread Bilgin Ibryam
james_sg wrote: Hi Freeman, I have created a quote which you can access from https://ofbiz-vm.apache.org/ordermgr/control/ListQuoteAdjustments?quoteId=CQ10010 Then click on Run Store Promotions to see the error that I mentioned earlier. How can I resolved this problem? Regards, James BJ

Re: New OFBiz stable release

2010-02-23 Thread Adrian Crum
I don't think it contradicts anything. David summarized the release strategy in response to the general theme of this thread - which is to stabilize (or bug fix) the trunk before a release branch is created. The point is, that effort isn't really necessary. We can create a release branch at

Re: New OFBiz stable release

2010-02-23 Thread Ruth Hoffman
Hi Tim: I'm hardly ever right. And with all due respect, could we just stick to the original topic? Just to clear the air and set the record straight: What I was asking for was a clear and unambiguous statement from the project concerning what is meant by stable release so that

Re: New OFBiz stable release

2010-02-23 Thread Ruth Hoffman
Hi Adrian: With all due respect, (and I do have much respect for the contributions you and other committer's have made to the project) this statement just confirms my developer's playground theory. I wish you guys could see yourselves the way the rest of the world does. I think I've said

Re: New OFBiz stable release

2010-02-23 Thread BJ Freeman
If one follows the dev and commits, you will see that patches that fixed bugs in trunk were, when plausible, back ported to 9.04 Also bugs fixes were put in 9.04 all you have to do is look at 9.04 history. http://svn.apache.org/viewvc?view=revisionrevision=772899

Re: New OFBiz stable release

2010-02-23 Thread Adrian Crum
Your approach reminds me of conspiracy theorists: When faced with overwhelming evidence to the contrary, they continue to believe in their conspiracies. If thinking that way makes you happy, then so be it. -Adrian Ruth Hoffman wrote: Hi Adrian: With all due respect, (and I do have much

Re: New OFBiz stable release

2010-02-23 Thread Tim Ruppert
Thanks BJ - having the real information is always helpful Cheers, Ruppert On Feb 23, 2010, at 2:47 PM, BJ Freeman wrote: If one follows the dev and commits, you will see that patches that fixed bugs in trunk were, when plausible, back ported to 9.04 Also bugs fixes were put in 9.04 all you

Re: New OFBiz stable release

2010-02-23 Thread BJ Freeman
I partially agree with your ruth. before 4.0 was release I stopped the trunk and made my own. I worked at testing and stablialising. the problem was there was no way to feed this back to the community because the trunk had advance to the ponit my fixes would not work. Now we have branches. the

Re: New OFBiz stable release

2010-02-23 Thread David E Jones
In what way? I think this is totally consistent with the Release Plan document, but maybe you're seeing something I'm not? -David On Feb 23, 2010, at 1:46 PM, Ruth Hoffman wrote: Doesn't this contradict previous statements or non-statements about bug fixes in Release 9.04? Regards,

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-23 Thread Adrian Crum
Florin, The next time you have that problem, try clearing the resource.ResourceLoaders cache and see if the problem goes away. -Adrian Florin Popa wrote: Hello all, I think I tried before to ask that question, but I would retry because it becomes a critical issue in production. The

Re: New OFBiz stable release

2010-02-23 Thread Tim Ruppert
What I'm telling you is that we may never be at a completely stable release, by your definition, unless we stop moving - which as I committer, I do not think will ever happen. What I can say is that we would like to make branch - and stabilize it - and by some chance - get to a point where we

Re: New OFBiz stable release

2010-02-23 Thread Anil Patel
This makes me think, What does a stable release mean to people? Ofbiz is such a big software with so many different ways of using it, for me its nearly impossible to say with confidence that its ready for release. Instead I will prefer to say, We have tested following processes in Ofbiz and

Re: New OFBiz stable release

2010-02-23 Thread BJ Freeman
the top level tests 1) does an order, that is complete, come out in the GL properly 2) same for Purchase Order. 3) does a years worth for transactions balance. Anil Patel sent the following on 2/23/2010 2:43 PM: This makes me think, What does a stable release mean to people? Ofbiz is such a

Re: New OFBiz stable release

2010-02-23 Thread Anil Patel
BJ, All these work OOTB even today. Will you take that statement? We need real details that will allow writing Unit Tests and Selenium tests and at times have developer do tests and be able to reproduce results. Thanks and Regards Anil Patel HotWax Media Inc Find us on the web at

Re: New OFBiz stable release

2010-02-23 Thread BJ Freeman
can you give me a lead in to those, what is the top Junit for those three. Anil Patel sent the following on 2/23/2010 2:54 PM: BJ, All these work OOTB even today. Will you take that statement? We need real details that will allow writing Unit Tests and Selenium tests and at times have

Re: New OFBiz stable release

2010-02-23 Thread Anil Patel
Look for contents in OrderTest.xml accountingtests.xml invoicetests.xml paymenttests.xml Please give details what is not covered here and you will like see added. Thanks and Regards Anil Patel HotWax Media Inc Find us on the web at www.hotwaxmedia.com or Google Keyword ofbiz On Feb 23, 2010,

Premature end of file. error from Webslinger Servlet

2010-02-23 Thread Kaushik Chakraborty
Hi, I am receiving the following every time I am accessing any site built using WebSlinger: javax.servlet.ServletException: Unknown message with code Premature end of file..

Re: simplified chinese problem

2010-02-23 Thread zhiyongcui
It doesn't do anything .I think it should be a FAQ,but I can't find anything usable. -- View this message in context: http://n4.nabble.com/simplified-chinese-problem-tp1565879p1566876.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: New OFBiz stable release

2010-02-23 Thread BJ Freeman
Those type of tests were not what I had in mind. they are modular so are not dependent on the previous modules. first the order is read in using all the services that would be used to receive an order, no stuffing data into an entity. I am talking about starting with a order then doing all the

Re: simplified chinese problem

2010-02-23 Thread Brajesh Patel
hi, content of the given link as follows: You can use TTF fonts in fo.ftl files. You need to use file framework/webapp/config/fop.xconf. This file contain following code that responsible for font family, change font family according to the requirement, exemple font metrics-url=arial.xml

Re: simplified chinese problem

2010-02-23 Thread zhiyongcui
Thank you. I solved this problem. 1. change font family to below in framework/webapp/config/fop.xconf. font-triplet name=SimKai style=normal weight=normal/ 2. set field defaultFontFamily's value to SimKai in FoReportDecorator screen in

Re: New OFBiz stable release

2010-02-23 Thread Jacopo Cappellato
On Feb 23, 2010, at 9:35 PM, Ruth Hoffman wrote: Hi Anil: I'm not sure how to read the Jira issue report, so maybe you can help me understand this. If I look at the Jira issues page https://issues.apache.org/jira/browse/OFBIZ, it says that there are 585 open issues of which 283 are