Re: Date-time input method - time drop down broken!

2010-06-22 Thread Kranti Agrawal
Hi Atul, The fix you provided fixes a part of my problem. In the case where I am editing an event, the time is displayed correctly as it is set for the event. In case I want to create a new event, The the estimatedStartDate should be set to the current time, whereas, with the fix provided, it

Re: Help with order entry

2010-06-22 Thread Jacques Le Roux
Can you reproduce on demo server or is it specific to you local instance? Jacques From: Luis Alfredo Harriss Maranesi luis.maran...@gmail.com Hi all, I'm testing ofbiz and I'm trying to set up some sales orders. Everything goes perfect while I use the Demo Customer to enter the order. But when

Re: ofbiz development and deployment strategy !

2010-06-22 Thread Bilgin Ibryam
The common practice of using Ofbiz is solution 1 Bilgin On Tue, Jun 22, 2010 at 2:19 AM, Prashant Punekar prashant_pune...@mindtree.com wrote: Hi All, Here is the requirement : Using ofbiz, we want to develop different applications, services which caters to independent requirements.

Re: ofbiz development and deployment strategy !

2010-06-22 Thread Jonatan Soto
Check https://cwiki.apache.org/confluence/display/OFBIZ/SVN+Tips+-+svn_load_dirs+Vendor+Branchit might be of interest too. I've had to take the same decision recently and I found this way the more practical and easy. You can merge from vendor branch to custom branch easily using svn tools. On

Re: ofbiz development and deployment strategy !

2010-06-22 Thread Jonatan Soto
In fact, my suggestion is probably an enhancement of option 2... On Tue, Jun 22, 2010 at 10:43 AM, Jonatan Soto seniledemen...@gmail.comwrote: Check https://cwiki.apache.org/confluence/display/OFBIZ/SVN+Tips+-+svn_load_dirs+Vendor+Branchit might be of interest too. I've had to take the

Re: ofbiz development and deployment strategy !

2010-06-22 Thread MICHAEL BUTLER
You mightwant to use https://cwiki.apache.org/confluence/display/OFBIZ/SVN+Tips+-+MS+Vendor+Branch The URL below does not work MikeyB From: Jonatan Soto seniledemen...@gmail.com To: user@ofbiz.apache.org Sent: Tuesday, 22 June, 2010 10:45:16 Subject: Re:

Multitenancy

2010-06-22 Thread Pierre Smits
Hi All, I want to install a new tenant on a running OFBiz installation. I have created the new tenant in the tenant entity and restarted OFBiz. But, when starting up again and logging into the tenant and create a new party I see that it exist both in the tenant and in the default. What am I

Re: Multitenancy

2010-06-22 Thread Rishi Solanki
Hi Pierre, Here you go - https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Tue, Jun 22, 2010 at 6:03 PM, Pierre Smits

Re: Help with order entry

2010-06-22 Thread Luis Alfredo Harriss Maranesi
Hi Jacques, I tried to reproduce everything on demo server and it worked. The problem I've described didn't happen. I don't know what to say. The things I'm trying to do, shouldn't they have to work right out of the box? Sorry to bother you and thanks for your attention, Luis Maranesi On Tue,

Re: ofbiz development and deployment strategy !

2010-06-22 Thread BJ Freeman
might check if the complete URL got put in browser or if there is a firewall problem. it works for me. MICHAEL BUTLER sent the following on 6/22/2010 2:07 AM: = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Help with order entry

2010-06-22 Thread BJ Freeman
some possibilities why your did not work 1) all the data files for demo did not download 2)your revision is not current 3) for some weird reason the loading of demo data did not load everything suggest you update your copy do a ./ant clean-all ./ant run-install use the default derby db to

create ProductCategory fails

2010-06-22 Thread Patrick
When I create a ProductCategory in java, the categoryName doesn't get stored. Any possible idea why? It gives no errors and throws no exceptions. The row is populated with all the data but the categoryName. I can modify categoryName from the admin panel, and I even tried to call that service,

class file has wrong version 50.0, should be 49.0

2010-06-22 Thread chaohua wang
Hi Folks, I am workign on an ofbiz project. the ofbiz version has been used for almost 1 year. we use j2sdk1.5.0_01 to compile and run. but hen i use ant to compile. I got this exception: [javac]

Re: class file has wrong version 50.0, should be 49.0

2010-06-22 Thread BJ Freeman
what have you changed recently? = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to

Re: Help with order entry

2010-06-22 Thread Luis Alfredo Harriss Maranesi
I'll try your suggestions. Once again thanks for the attention, Luís Maranesi On Tue, Jun 22, 2010 at 3:50 PM, BJ Freeman bjf...@free-man.net wrote: some possibilities why your did not work 1) all the data files for demo did not download 2)your revision is not current 3) for some weird

Re: class file has wrong version 50.0, should be 49.0

2010-06-22 Thread chaohua wang
no, i didn't change. i only saw they changed tomcat jar file to 5.5.28 But it can compile in Eclipse. Do i need to change jre env? 50.0=1.6 49.0=1.5 There is no 1.6 jdk in my computer. On Tue, Jun 22, 2010 at 5:54 PM, BJ Freeman bjf...@free-man.net wrote: what have you changed recently?