please guide me to retrive decrypted user password from database which is stored in encrypted format

2009-08-26 Thread Hemanth Kumar Kanamarlapudi
Hi All, Please guide me to decrypt the password from database which is stored in encrypted format. Thanks in advance. Regards Hemanth http://www.mindtree.com/email/disclaimer.html

Re: SQL Server deadlocks

2009-08-26 Thread Vince Clark
Update. I commented out all the send notification services that get called during the shipping process. They are all async and apparently are contributing to the deadlock issue. It seems to have solved my problem for now but performance is still bad during my order import process. Next step

Re: customer or public facing

2009-08-26 Thread Zhiyong Cui
Thanks for all replies above. What I want to know are below. if I am a employee of Company , what I should responsible for is one step of the manufacturing example for a task , so I should be able to know the tasks belong to me but I should not see any tasks belong to others . because I am a

Re: customer or public facing

2009-08-26 Thread Sumit Pandit
Yes, OFBiz do supports it, there are various permissions that can be set at for different purpose(eg - Create/Update/View). You can restrict your code by setting these permission. -- Thanks And Regards Sumit Pandit On 26-Aug-09, at 1:29 PM, Zhiyong Cui wrote: Thanks for all replies

Re: please guide me to retrive decrypted user password from database which is stored in encrypted format

2009-08-26 Thread Ján Valkovič
Hi, ofbiz compares SHA (probably SHA-1) encrypted passwords while logging in. If passwords are encrypted with SHA-1 (or better) it's not possible any way without huge computing power. http://en.wikipedia.org/wiki/SHA_hash_functions . ya Dňa St, 2009-08-26 o 11:58 +0530, Hemanth Kumar

Re: customer or public facing

2009-08-26 Thread Prateek Jain
Hi Yes ofbiz provide this facility. You can achive this by assigning different roles. for example the person of finannce department can not able to see update or modify data and applications related to HR or Party smiler to that there are many different roles with different permission in

Re: Usage of Util Xml and colon in xml namespace.

2009-08-26 Thread Ashish Vijaywargiya
Hello Rohit, This feature is now supported in trunk. Please refer revision # 807938. Thanks! -- Ashish Adrian Crum wrote: The UtilXml methods don't support name spaces. It would be nice if they did though. Look in the webdav folder in framework/webapp for examples of how to use name spaces.

Any retry framework for Ofbiz ?

2009-08-26 Thread Kishore Pagadala
Hi All, Requirment: Need to call a third party service from OFBiz, if the service is not available I need to try it after every hour till we get a reply. Do we have any retry framework provided by OFBiz ? I want a third party service (maxmind Fraud detection, Authroize.net, Endicia ) to be

Re: Unable to run OFBiz from Eclipse due to loading VFS configuration.

2009-08-26 Thread Jacques Le Roux
Hi Bob, I see, thanks for the explanation Jacques From: Bob Morley rmor...@emforium.com I reverted back to trunk (except for my entityengine change and postgres jar) and I have a similar problem. It appears the .classpath issues have been resolved, but at start-up it attempts to start the

RE: Any retry framework for Ofbiz ?

2009-08-26 Thread Hemanth Kumar Kanamarlapudi
Hi Kishore, You can refer SchedularJobs.xml in party folder or SchedularServices.xml in framework. entity-engine-xml !-- create recurring job to check email communication events with the status COM_IN_PROGRESS to send these emails.. -- TemporalExpression tempExprId=SENDEMAIL

Re: Any retry framework for Ofbiz ?

2009-08-26 Thread Sumit Pandit
Hello Kishore, OFBiz has Job Scheduler, which can help you. Please look at - http://docs.ofbiz.org/display/OFBTECH/Service+Engine+Guide (Job Scheduler). A scheduled will enter the estimated dates for you based on the defined task dependencies and planned/actual duration of the tasks. --

Re: customer or public facing

2009-08-26 Thread Jacques Le Roux
Look for security in wiki, 1st entry of results is http://docs.ofbiz.org/display/OFBTECH/OFBiz+security Wiki is your friend... BTW we should better name this page Authorisations in OFBiz, I think I will change it's title (hence its URL). Jacques From: Zhiyong Cui zhiyong...@gmail.com

Re: Need Help with Mailing Lists

2009-08-26 Thread Asgaut Mjølne
Hello, Did you ever solve this? I have the exact same problem. Regards, Asgaut Mjølne Jed Glazner-2 wrote: Hello, I'm using OfBiz 9.04 and trying to get the mail lists to work, but not having much success. Here is what i've tried: I create a contact list with the following

fieldErrors macro

2009-08-26 Thread Abdullah Shaikh
For displaying the error messages right besides the input fields, I am using fieldErrors macro, which I copied from ecommerce's newcustomer.ftl. I have seen that the macro is being used in 2 ftl files newcustmer.ftl quickAnonCustSettings.ftl, in which the macro is copy/pasted. Can we move the

Can any one guide me where we need to configure the required payment gateway.

2009-08-26 Thread Hemanth Kumar Kanamarlapudi
Hi all, Can any one guide me where we need to configure the required payment gateway. I want to configure authorize.net for my system. Thanks Regards Hemanth http://www.mindtree.com/email/disclaimer.html

Re: Can any one guide me where we need to configure the required payment gateway.

2009-08-26 Thread Mukesh Marathe
Hi Hemant, http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide Regards Mukesh Hemanth Kumar Kanamarlapudi wrote: Hi all, Can any one guide me where we need to configure the required payment gateway. I want to configure authorize.net for my system. Thanks Regards

Problem cloning eCommerce Store

2009-08-26 Thread MarioF
Hello! I am starting with OFBiz and I have a problem. I copied the eCommerce folder (and changed the name for the original eCommerce folder) from specialpurpose folder to the hot-deploy folder. Then I changed the name of this folder to mystore and change in all the files the string

Unable to checkout execution context code.

2009-08-26 Thread toanilsoni
Adrian, I am not able to checkout execution context branch code from URL : http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20090812/ .I am getting following error Error: Repository moved temporarily to Error: '/viewvc/ofbiz/branches/executioncontext20090812/'; please relocate Can

Re: Unable to checkout execution context code.

2009-08-26 Thread Adrian Crum
Try http://svn.apache.org/repos/asf/ofbiz/branches/executioncontext20090812 -Adrian --- On Wed, 8/26/09, toanils...@gmail.com toanils...@gmail.com wrote: From: toanils...@gmail.com toanils...@gmail.com Subject: Unable to checkout execution context code. To: user@ofbiz.apache.org Date:

Re: Unable to checkout execution context code.

2009-08-26 Thread toanilsoni
Its working.Thanks! On Wed, Aug 26, 2009 at 9:02 PM, Adrian Crum adrian.c...@yahoo.com wrote: Try http://svn.apache.org/repos/asf/ofbiz/branches/executioncontext20090812 -Adrian --- On Wed, 8/26/09, toanils...@gmail.com toanils...@gmail.com wrote: From: toanils...@gmail.com

Re: Switching to PostgreSQL

2009-08-26 Thread Carsten Schinzer
It's all described in the technical setup document: http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide however, just doing step (1) in your list of three will be sufficient, and yes since you're on PostgreSQL 8.3 use localpostnew. Make sure you have a user ofbiz

Re: Problem cloning eCommerce Store

2009-08-26 Thread BJ Freeman
did you look at the clone in the ecommerce folder. MarioF sent the following on 8/26/2009 7:41 AM: Hello! I am starting with OFBiz and I have a problem. I copied the eCommerce folder (and changed the name for the original eCommerce folder) from specialpurpose folder to the hot-deploy

Re: Unable to run OFBiz from Eclipse due to loading VFS configuration.

2009-08-26 Thread Ashish Vijaywargiya
Thanks Bob for your comment on this - Now I am able to run OFBiz inside eclipse once again ;o). -- Ashish On Wed, Aug 26, 2009 at 3:15 AM, Bob Morley rmor...@emforium.com wrote: I reverted back to trunk (except for my entityengine change and postgres jar) and I have a similar problem. It

Re: Transaction error on bank reconciliation

2009-08-26 Thread Sumit Pandit
Thanks Vince for posting this and David for your suggestion, I'll look at it soon and try to find the scope where I can optimize the code and try my best to fix it. -- Thanks And Regards Sumit Pandit On 26-Aug-09, at 9:14 PM, David E Jones wrote: This looks like a good old case of taking

Interesting or i18n workers ..?

2009-08-26 Thread Carsten Schinzer
Copy of my comment on http://docs.ofbiz.org/display/OFBIZ/Dictionary+for+translations+to+German?focusedCommentId=9014#comment-9014 .: Possibly interesting for all: I have written a short XSLT that will sort out the property elements from a given *Labels.xml file and locale into a HTML page, i.e.