Re: Anyone using OpenJDK for development?

2010-04-14 Thread Ashish Vijaywargiya
Ok cool. Thanks BJ - I appreciate your feedback on this! -- Ashish Vijaywargiya On Wed, Apr 14, 2010 at 11:13 AM, BJ Freeman bjf...@free-man.net wrote: Only issue was with RHE, it was missing something. I dropped RHE and went with Centos. been running ofbiz 9.04 since last year on a 2gig

Groovy file as a service

2010-04-14 Thread Kranti Agrawal
Hi, Can I call a groovy file as a service? Regards, Kranti Agrawal Student, IIIT Bangalore krantiagrawal.blogspot.com

Re: Anyone using OpenJDK for development?

2010-04-14 Thread Jacques Le Roux
Hi Ashish, Also http://markmail.org/message/ncwfm22m5cw7riui Jacques From: Ashish Vijaywargiya vijaywargiya.ash...@gmail.com Ok cool. Thanks BJ - I appreciate your feedback on this! -- Ashish Vijaywargiya On Wed, Apr 14, 2010 at 11:13 AM, BJ Freeman bjf...@free-man.net wrote: Only issue

Re: minimal hadrware and software needs

2010-04-14 Thread Jacques Le Roux
Our demo server configuration which runs in a VM on Ubuntu requires trunk: roughly 1,5 GB ram: -Xms128M -Xmx1000M -XX:MaxPermSize=512m stable: 1GB: -Xms128M -Xmx512M -XX:MaxPermSize=256m Jacques From: Ashish Vijaywargiya vijaywargiya.ash...@gmail.com For Development (I am sharing the

Re: Anyone using OpenJDK for development?

2010-04-14 Thread Ashish Vijaywargiya
Hello Jacques, Thanks for sharing this link - I have already seen this. :-) Was just curious to know about others experience. -- Ashish On Wed, Apr 14, 2010 at 12:46 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi Ashish, Also http://markmail.org/message/ncwfm22m5cw7riui Jacques

Re: purchasse order and round in calcul

2010-04-14 Thread Erwan de FERRIERES
Le 13/04/2010 10:53, fabrice a écrit : And finally not. in fact that is resolve a part of the mistake but i always have a problem. now the mistake is if i take 10 article i have 0.12 euro for a unit price of 0.01789 : he must be 0,1789 if i put 100 article i have 0,18 euros but if i

Multiple Stores

2010-04-14 Thread OFBiz User
user@ofbiz.apache.orgHi All, I am planning for a application similar to ebay, using which the user can host their own stores and to provided all the back-end configuration features. Should I go with a single database for all the user stores or should I use multi-tenancy (using a single database

Re: Change default mount point

2010-04-14 Thread Pierre Smits
Jeroen, How about redirecting from a front end proxy server? Documentation for that is in the wiki. Regards, Pierre Smits 2010/4/13 Jeroen van der Wal jer...@stromboli.it How can I change the default mount point of the built-in server from / to something else like /ofbiz so all urls look

Re: Groovy file as a service

2010-04-14 Thread Brajesh Patel
Hi Kranti, hope following code will help you. event type=groovy path=component:// manufacturing/webapp/manufacturing/jobshopmgt/ invoke=ShowProductionRun.groovy/ Thanks and Regards Brajesh Patel Kranti Agrawal wrote: Hi, Can I call a groovy file as a service? Regards, Kranti Agrawal

Embedded Tomcat Load Balanced Replication Problem in OFBiz

2010-04-14 Thread Pardeep Ruhil
Hi, We are running OFBiz in load balanced mode (Embedded Tomcat 6.0) with session replication. When we are starting the OFBiz servers in load balanced mode, then in the console we are getting the following error : 2010-04-14 11:47:51,078 (main) [ VfsLog.java:122:INFO ] Using

Re: Ecommerce trunk is broken

2010-04-14 Thread Jacques Le Roux
Thanks for the detailled report Ravindra, It's fixed at r933902. Actually I simply reverted a part of this commit on this file because I did not see clearly why the new expression was not working. I will soon reboot the demo server Jacques From: Ravindra Mandre raviof...@gmail.com Hi ,

Re: Ecommerce trunk is broken

2010-04-14 Thread Ravindra Mandre
Thank you very much Jacques. Regards Ravindra Mandre

multi-menus

2010-04-14 Thread Erwan de FERRIERES
Hi all, has anyone already implemented a multi-menus screen in OFBiz ? I mean, with more than just the application menu and the appBar ? Also, in the xsd file for menus, we can add a sub-menu to a menu-item. Has anyone tried it successfully ? Regards, -- Erwan de FERRIERES www.nereide.biz

Re: Groovy file as a service

2010-04-14 Thread Jacques Le Roux
Note that an event is not a service though... Jacques Brajesh Patel wrote: Hi Kranti, hope following code will help you. event type=groovy path=component:// manufacturing/webapp/manufacturing/jobshopmgt/ invoke=ShowProductionRun.groovy/ Thanks and Regards Brajesh Patel Kranti Agrawal wrote:

Re: Groovy file as a service

2010-04-14 Thread Kranti Agrawal
Hi Jacques, I was looking for a service. I found one in /framework/common/servicedef/services_test.xml. I am using a similar service and not able to get back the OUT parameter from it. Could you please throw some light on it? Regards, Kranti Agrawal Student, IIIT Bangalore

Re: Change default mount point

2010-04-14 Thread Jeroen van der Wal
Hi Pierre, This is exactly what I would like to accomplish. This works correct: proxyPass / ajp://localhost:8009/ but thIs is not working: proxyPass /ofbiz/ ajp://localhost:8009/ so I guessed I had to change the root of Ofbiz in something like this: proxyPass /ofbiz/

Re: Tomahawk meets Bizzness theme

2010-04-14 Thread Jeroen van der Wal
Thanks BJ for the hint on the ant task. -Jeroen On Tue, Apr 13, 2010 at 11:57 PM, BJ Freeman bjf...@free-man.net wrote: Look in the ofbizhome/themes folder for how they are struuctured. if you using the latest trunk you can use ant create-theme to copy Tomahawk  to a new folder with a new

Re: multi-menus

2010-04-14 Thread Erwan de FERRIERES
Le 14/04/2010 13:00, Erwan de FERRIERES a écrit : Hi all, has anyone already implemented a multi-menus screen in OFBiz ? I mean, with more than just the application menu and the appBar ? Also, in the xsd file for menus, we can add a sub-menu to a menu-item. Has anyone tried it successfully ?

Re: Groovy file as a service

2010-04-14 Thread Kranti Agrawal
Hi, I tried running the service 'testGroovy' in the Service Engine under webtools, I got the following error liService dispatcher threw an exceptionType check failed for field [testGroovy.successMessage]; expected type is [String]; actual type is [org.codehaus.groovy.runtime.GStringImpl] *The

Re: Groovy file as a service

2010-04-14 Thread Kranti Agrawal
Can you please give some examples of groovy services which return a List? Regards, Kranti Agrawal Student, IIIT Bangalore krantiagrawal.blogspot.com On Wed, Apr 14, 2010 at 7:53 PM, Robert Morley rmor...@emforium.com wrote: We had a period of time where people wrote some services in groovy.

Multitenancy support

2010-04-14 Thread Mickael BRIDE
Hello, I followed the documentation on the page https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support to try to get multitenancy in my ofbiz installation. But when running the commant : java -Xmx512m -XX:MaxPermSize=128m -jar ofbiz.jar -install -readers=seed

tracked down the garbage characters

2010-04-14 Thread Patrick
My email body is nice html before this line mail.setText(body, UTF-8, html); //EmailServices.java sendMail( ) then it has =20 and =09 garbage characters when I check mail body message. Do you think I should try a different encoding ?

Re: Tomahawk meets Bizzness theme

2010-04-14 Thread gomola
Yes the theme I am working on is called peacepipe. I am doing some major rethinking in this area. With the tomahawk theme I was working on a plan to do a version that is similar to business time. You see I designed and branded the http://ofbiz.apache.org/ site. Business time was developed by

Re: Multitenancy support

2010-04-14 Thread Adrian Crum
That Wiki page is a work in progress - so there is some information missing. It would be best if you followed the instructions for loading the multi-tenancy demo data, look at how things are set up, and then create your multi-tenant seed data based on the demo data. The bottom line is, it

Re: Tomahawk meets Bizzness theme

2010-04-14 Thread Jacques Le Roux
Sorry, but I don't see the point: there is no create-theme target in any build.xml files in trunk (is this in R9.04? I doubt since: https://issues.apache.org/jira/browse/OFBIZ-3490) Jacques From: Jeroen van der Wal jvander...@stromboli.it Thanks BJ for the hint on the ant task. -Jeroen On

Sidedeepcategory

2010-04-14 Thread Jonatan Soto
Hi list, May somebody explain which conditions must match in order to see the Category Browser on the ecommerce app? I know it is a big absurd question but it's driving me crazy to find it out even following the code. Thanks in advance..

Re: Multitenancy support

2010-04-14 Thread BJ Freeman
use To load the multi-tenant demo, run ant run-install-multitenant. the demo uses derby so look at the entityengine.xml for how to configure other database servers. the second one is for when you have developed your own seed data. = BJ Freeman http://bjfreeman.elance.com

Re: Sidedeepcategory

2010-04-14 Thread Jonatan Soto
Okay, forget this question... silly things sometimes happen. On Wed, Apr 14, 2010 at 5:50 PM, Jonatan Soto seniledemen...@gmail.comwrote: Hi list, May somebody explain which conditions must match in order to see the Category Browser on the ecommerce app? I know it is a big absurd question

Re: Sidedeepcategory

2010-04-14 Thread Patrick
Don't forget to view source in your browser, that will help you track down which code is doing what... On Wed, Apr 14, 2010 at 10:50 AM, Jonatan Soto seniledemen...@gmail.com wrote: Hi list, May somebody explain which conditions must match in order to see the Category Browser on the ecommerce

Re: Tomahawk meets Bizzness theme

2010-04-14 Thread ScottA
For what it’s worth, my personal preference is that business time is easier on the eyes but tomahawk is also a fantastic addition. You guys have done an amazing job. Thanks. -- View this message in context: http://n4.nabble.com/Tomahawk-meets-Bizzness-theme-tp1839039p1840022.html Sent from the

Re: Tomahawk meets Bizzness theme

2010-04-14 Thread gomola
Thanks, Tomahawk I feel is more subtle, Bizzness will not be the name of the theme that uses the style I did for the ofbiz site, I am going to call it Ofbiz Theme, It will match the look of the design on the main site. Thanks Erik On 4/14/2010 10:57 AM, ScottA [via OFBiz] wrote: For what

Re: Tomahawk meets Bizzness theme

2010-04-14 Thread BJ Freeman
your right. thanks I have it in the build and it was not noted when I did an update of 9.04 same with trunk. BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93

Re: Sorting a string column as a number

2010-04-14 Thread Stephen Rufle
Is there a way to use a function like toNumber as part of the alias/complex-alias structure? I looked in the schema and saw what looks like only aggregate-functions are allowed. Example of what I think I want alias entity-alias=A name=externalIdAsNum function=toNumber *[Some way of saying I

Re: Sidedeepcategory

2010-04-14 Thread Jonatan Soto
The fact is that I forgot to associate the catalog with the store so I could followed the entire code of Ofbiz and I will find nothing :) The weird thing and the reason I've got confused is that I was seeing the unique product associated with this catalog when I searched by all and using blank

Re: purchasse order and round in calcul

2010-04-14 Thread fabrice
thank you i'm looking for the arithmetic.properties. fabrice -- View this message in context: http://n4.nabble.com/purchasse-order-and-round-in-calcul-tp1836411p1840210.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: What is a partyRoleId of _NA_ used for?

2010-04-14 Thread chris snow
Hi BJ, I don't fully understand your response, can you please elaborate? Many thanks, Chris -- View this message in context: http://n4.nabble.com/What-is-a-partyRoleId-of-NA-used-for-tp163824p1840286.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: What is a partyRoleId of _NA_ used for?

2010-04-14 Thread BJ Freeman
_NA_ is to satisfy the DB FK. many times all the records that satisfy a FK or Index are not put in. so the record will not show on find. the _NA_ record satisfies that requirement. Apparently someone decided to use it as a partyID which is not goood design. since I don't have the original message

UNSUBSCRIBE !!!

2010-04-14 Thread Fabien JALABERT
Hello, I'm sorry but I've asked many times to unsubscribe to this list.There is a technical problem that causes the standard process doesn't work. So please remove my user form server lists (all ones). If I do not success to do this, I will add it as banned from my mail server that will return

Re: What is a partyRoleId of _NA_ used for?

2010-04-14 Thread Jacques Le Roux
I guess it was introduced/used for the POS when sometimes you don't know anything about the customer. Note that since October there is now the possibility to associate a customer (party) with a sales (order). And you can even create users from the POS and associate promo to them. But obviously

Re: UNSUBSCRIBE !!!

2010-04-14 Thread Jacques Le Roux
Then I guess we will have to look at it with the infra team. Go ahead Fabien, we sill see how to handle it then. Jacques From: Fabien JALABERT fabien.jalab...@laposte.net Hello, I'm sorry but I've asked many times to unsubscribe to this list.There is a technical problem that causes the

will unnecessary import statements slow down the code?

2010-04-14 Thread Patrick
will unnecessary import statements slow down the code? Or does the java compiler figure out that you don't need them and optimize them out? Just wondering thanks.

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

2010-04-14 Thread Jacopo Cappellato
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonsai Information Security - Advisory http://www.bonsai-sec.com/research/ Multiple XSS in Apache OFBiz 1. *Advisory Information* Title: Multiple XSS in Apache OFBiz Advisory ID: BONSAI-2010-0103 Advisory

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 BJ Freeman
- 2010-03-08: Vendor fixed this issue. how can we verify that they are fixed n the trunk are the recommendation of 9.04 accurate. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

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: UNSUBSCRIBE !!!

2010-04-14 Thread Fabien JALABERT
Thanks a lot ! Jacques Le Roux wrote: Then I guess we will have to look at it with the infra team. Go ahead Fabien, we sill see how to handle it then. Jacques From: Fabien JALABERT fabien.jalab...@laposte.net Hello, I'm sorry but I've asked many times to unsubscribe to this list.There is a

Small company looking for OFBiz contractor

2010-04-14 Thread Jeremiah Christensen
Our company is looking for a contractor to help develop its OFBiz ecommerce and order management solution. You will need a solid knowledge of OFBiz (or Opentaps) and practical experience with its data structures and services. Specifically, you will need to know how to expose these services

RE: request-redirect !

2010-04-14 Thread Prashant Punekar
Thanks Brajesh, Please let me know the tags/attribute similar to jsp-RD.forward(). Regards, Prashant -Original Message- From: Brajesh Patel [mailto:brajeshpate...@gmail.com] Sent: Tuesday, April 13, 2010 9:43 PM To: user@ofbiz.apache.org Subject: Re: request-redirect ! Hi Prashant,

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

Re: Using custom delegator in simple method

2010-04-14 Thread Rishi Solanki
Bret, For this you can get the delegator objects as follows in simple method; create-object class-name=org.ofbiz.entity.GenericDelegator field=delegator1 create-object class-name=org.ofbiz.entity.GenericDelegator field=delegator1 Need to pass the parameters constructor needs. This tag

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