Re: Discussion: HR payroll entity anomalies.

2009-02-05 Thread Adrian Crum
I have a problem with this approach too. I don't like the idea of rushing half-baked code into the project just because a client is in a hurry for it. -Adrian --- On Wed, 2/4/09, David E Jones david.jo...@hotwaxmedia.com wrote: From: David E Jones david.jo...@hotwaxmedia.com Subject: Re:

Re: Form-Widget call multiple services?

2009-02-05 Thread madppiper
Well, thanks for the reply. :) The out parameters of createCategoryI18n is the productCategoryId (createCategoryI18n itself is a simple auto create function for ProductCategory). The difficulties I am having are from synching the both services just right... as with SECAs I could have called

Re: What is the use of ProductFeatureIactn entity

2009-02-05 Thread Arpit Singh Pandya
Thanks jacques,. I am eagerly waiting for your suggestion. Kind Regards Arpit Singh Pandya Jacques Le Roux wrote: I will have a look at it... Thanlks Jacques From: Arpit Singh Pandya arpit.pan...@hotwaxmedia.com Yes Amit, Jacques , All Of course its a general problem, in the current

Re: Discussion: HR payroll entity anomalies.

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 before this I would like to interject a overview. Not saying all this has to be implemented but make sure what direction we go allows this later. under the party we have: union affiliations, when in turn is union dues, as a deduction. Union

Re: Order cancellation

2009-02-05 Thread Pranay Pandey
Parul, you will find option of Edit Items in Actions block, by clicking Edit Items. Please have a look and you can follow further steps. Thanks Regards -- Pranay Pandey On Feb 5, 2009, at 12:15 PM, Parul Bhagat wrote: Hello All, I am working on latest revision of ofbiz,i m also

Re: Form-Widget call multiple services?

2009-02-05 Thread Jacques Le Roux
Service groups are pretty simple there is only the group send mode (all by default which means services called in order. The other send modes are not interesting for you), the services mode (sync, async) and the result-to-context (false by default). Anyway this is all in service-group.xsd

ofbiz run exception

2009-02-05 Thread sreekanth
I am new in ofbiz . when I tried to run by start.java the following exception occurred. pls give me a solution. Exception in thread main java.lang.ExceptionInInitializerError at org.ofbiz.base.util.Debug.clinit(Debug.java:86) at

Re: ofbiz run exception

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sounds like you may be running as debug mode. what development environment are you using? What documentation have you read up to this point? sreekanth sent the following on 2/5/2009 2:10 AM: I am new in ofbiz . when I tried to run by start.java the

RE: ofbiz run exception

2009-02-05 Thread sreekanth
I am using eclipse. -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: Thursday, February 05, 2009 3:46 PM To: user@ofbiz.apache.org Subject: Re: ofbiz run exception -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sounds like you may be running as debug mode. what

Urgent! How OFBiz supports multi databases;

2009-02-05 Thread Jack Liu
Hi All! First, I add a delegator and a datasource in entity-engine.xml: delegator name=hello3 entity-model-reader=main entity-group-reader=main entity-eca-reader=main distributed-cache-clear-enabled=false group-map group-name=com.aicent datasource-name=hello3/

Re: ofbiz run exception

2009-02-05 Thread Pranay Pandey
http://docs.ofbiz.org/display/OFBADMIN/Apache+OFBiz+Getting+Started hth. Thanks Regards -- Pranay Pandey On Feb 5, 2009, at 3:58 PM, sreekanth wrote: I am using eclipse. -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: Thursday, February 05, 2009 3:46 PM To:

Re: ofbiz run exception

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse sreekanth sent the following on 2/5/2009 2:28 AM: I am using eclipse. -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: Thursday, February

Re: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application Jack Liu sent the following on 2/5/2009 2:23 AM: Hi All! First, I add a delegator and a datasource in entity-engine.xml: delegator

Re: Form-Widget call multiple services?

2009-02-05 Thread Divesh Dutta
Please see my amendments inline: I think thsi may help you,please let me know: Well, let me sum this up (I am really hoping that somebody could hint me to my mistake in this logic). I did the following: 1) I added the following to the controller: request-map

Re: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this is the problem Message: Could not find definition for entity name hello3.HelloPerson Jack Liu sent the following on 2/5/2009 2:23 AM: Hi All! First, I add a delegator and a datasource in entity-engine.xml: delegator name=hello3

Re: Form-Widget call multiple services?

2009-02-05 Thread madppiper
Thanks, Divesh for such a detailed explanation :) (seriously, the above was well appreciated...) Well, I tried all of these scenarios: a) I tried setting the invoke of createCategoryI18nRollup (service_groups.xml) to async and the the optional to true. The Result was, that the first service

Re: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread Vivek Mishra
For more detail see this commit http://svn.apache.org/viewvc?rev=676933view=rev http://svn.apache.org/viewvc?rev=676933view=rev Thanks and Regards, -- Vivek Mishra BJ Freeman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread Vivek Mishra
Hello Jack, Just go through this link http://fisheye6.atlassian.com/changelog/ofbiz/?cs=672821@csTruncateDiffs=false and let me know if you are having any more problem. Regards, -- Vivek Jack Liu wrote: Hi All! First, I add a delegator and a datasource in entity-engine.xml:

Re: Form-Widget call multiple services?

2009-02-05 Thread Vivek Mishra
Hello, I think you need to do these two modifications ?invoke name=createCategoryRollupI18n mode=sync/ to mode async ?auto-attributes include=pk mode=INOUT optional=false/ optional true HTH Kind Regards, -- Vivek madppiper wrote: Well, let me sum this up (I am really hoping that somebody

RE: Phone number as an Order Contact Mechanism

2009-02-05 Thread Sanders, Brian
The impression that I get from your response is that you think I'm trying to customize the app to do this. I want to know if this functionality is available OOTB. Is there a config file to enable/configure such functionality? How does the app decide which party contact mechs to add as order

External payment return URL : /ecommerce/control/orderhistory

2009-02-05 Thread Eric DE MAULDE
Hi, Is there another implemented page, when a customer comes back from an external payment ? Thanks Eric

RE: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread Jack Liu
Thank you for your response! But,maybe you didn't catch what I meant I knew it could not find definition for entity name hello3.HelloPerson. Actually it could not find definition for entity name HelloPerson either. So I'am anxious to know how OFBiz supports multi databases. -Original

RE: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread Jack Liu
Thank you! You mean I modify all the seven files in my ofbiz according to the link you give? And How I set the attribute default-group-name in delegator hello3 and default? Is it right below? delegator name=default entity-model-reader=main entity-group-reader=main entity-eca-reader=main

Re: Ecommerce is not showing proper success message on Demo site

2009-02-05 Thread Anurag S Sengar
Yes Jacques, I have created a Jira issue(OFBIZ-2171). Thanks and Regards -- Anurag Singh Jacques Le Roux wrote: Could you please open a Jira issue for this ? http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices Thanks Jacques From: Jacques Le Roux

Re: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 the simple answer is yes. However I don't think what you have in mind is covered under that answer. your problem of finding an entity has nothing to do with a database. Think of the database only as a storage medium. the error your getting is from the

Re: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 to help with the answer why do you want to support multiple databases? Jack Liu sent the following on 2/5/2009 7:16 AM: Thank you for your response! But,maybe you didn't catch what I meant I knew it could not find definition for entity name

Re: Form-Widget call multiple services?

2009-02-05 Thread madppiper
Well, could anybody please give me another hint? I hate to be an ass about this (I know that everybody on the list gets easily annoyed by posts like this) but I am in a really tight position here and stuck like... well, uhm Back to subject: My problem really remains: I am either left

Re: Phone number as an Order Contact Mechanism

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sounds like you want a particular contact to be associated with a particular order. this is assuming someone logins in. if you have multiple people that are from the same organization, then it is best to have a party group for the organization then

Re: Form-Widget call multiple services?

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I also suggested you put log entry in the services to see what was being done for out and in can't help without had data as to what is going on madppiper sent the following on 2/5/2009 12:38 AM: Well, thanks for the reply. :) The out parameters

Re: Form-Widget call multiple services?

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes. I would take the auto create out of the equation and try it first. hard coded. madppiper sent the following on 2/5/2009 10:26 AM: Well, I would, but I can't use the log command in auto-create services nor in the service-groups, correct? If I

Re: Form-Widget call multiple services?

2009-02-05 Thread Adrian Crum
If I understand your problem correctly, you are trying to call two services. The results of the first service are used by the second service. If that is the case, then why not create a third service that calls the first two? A kind of wrapper service. The form calls the wrapper service. There

We're Hiring :)

2009-02-05 Thread Si Chen
Hi there, Just wanted to let everybody knows that our company is looking for more developers who are familiar with the ofbiz and other open-source Java frameworks. You'll have a chance to work with ofbiz, Spring, hibernate, Jasper, Kettle, Pentaho, and GWT for both opentaps and our client

Re: Phone number as an Order Contact Mechanism

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 the phone number will be in the party linked to the order. there is no way at this time to link to a specific phone number in a party if they have more than one. However you have Contact Purposes

Re: paypal IPN causes security error when creating payment

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this is an ofbiz message saying the user does not have PAY_INFO_CREATE permissions. my guess is that the code is not use the system user in running this code. it is is then the security permissions have to assigned to the system user. it seems we

Re: paypal IPN causes security error when creating payment

2009-02-05 Thread Hansen Wang
I use release4 trunk. My presumption is that paypalIPN works out of the box for the release I am using. Thanks, Hansen On Thu, Feb 5, 2009 at 1:40 PM, BJ Freeman bjf...@free-man.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this is an ofbiz message saying the user does not have

paypal IPN causes security error when creating payment

2009-02-05 Thread Hansen Wang
The following exception happened when I received an paypal IPN for a sales order. accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml#createPayment]]: ; [Security Error : To Create a Payment you must either be the to or from party or have the PAY_INFO_CREATE or PAY_INFO_ADMIN

Re: paypal IPN causes security error when creating payment

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 release4 is the most stable. however they may be bugs that have not been found. Hansen Wang sent the following on 2/5/2009 12:48 PM: I use release4 trunk. My presumption is that paypalIPN works out of the box for the release I am using. Thanks,

Resolved : createPaymentFromPreference : Error modelservice validate convertuom

2009-02-05 Thread Eric DE MAULDE
Resolved In Accounting / General Ledger Demo Company Accounting Preferences is USD for base currency So ModelService wants to convert EURO payments into USD currency. I have changed this value, my external payments are OK now Eric - Original Message - From: Jacques Le Roux

Re: paypal IPN causes security error when creating payment

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I did a quick review of the code the only two security groups that have this permission are the ORDERENTRY and ORDERPURCH This means if the user is not a order taker or purchasing agent and have these permission it will not work. your error orginated

Error in clearcommerce Response message

2009-02-05 Thread nachi19
Hi, I am integrating the clear commerce payment processing method for the one of the application...i have customized the necessary changes in properties files and as well as in database... Now the problem when i submit the order .. the order is created but not displayed in the payment service

Re: paypal IPN causes security error when creating payment

2009-02-05 Thread Hansen Wang
Yes. That is exactly where the problem is. The exception did not happen after I added the user to the ORDERENTRY group. But this is not a solution because a regular customer can not have the permissions in the group. Looks like have to change the code to switch the user when executing the related

Re: paypal IPN causes security error when creating payment

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 here is what I see these Methods are meant to allow a party to update their profile. you could create a customerGroup and put the security permission under that, then assign the customergroup to the parties login. Unless you want only your staff to

Re: Error in clearcommerce Response message

2009-02-05 Thread nachi19
Actually i am not sure about the version,i think may be it should be the latest version,if u can send me the data files of countrycodedata.xml and geodata.xml of recent version i can install it in to my application and check it out... this is my mail id nach...@gmail.com or if u provide me the

Re: Error in clearcommerce Response message

2009-02-05 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Source+Repository+and+Access you can down load your own. :D nachi19 sent the following on 2/5/2009 3:20 PM: Actually i am not sure about the version,i think may be it should be the latest version,if u

Re: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread David E Jones
It's not totally clear what you're trying to do, just what you've done. I'll guess here, but in general it's best to describe: 1. what you did 2. what you expected to happen 3. what actually happened ... and perhaps also your thoughts on the differences between #2 and #3. I'm guessing you

RE: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread Jack Liu
Thank you for your instructions! Yes, I want different tables in different databases. But I don't care one or two delegators. -Original Message- From: David E Jones [mailto:david.jo...@hotwaxmedia.com] Sent: 2009年2月6日 10:18 To: user@ofbiz.apache.org Subject: Re: Urgent! How OFBiz

Re: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread David E Jones
It sounds like you DO care about one or two delegators, and the answer is you want one. -David On Feb 5, 2009, at 7:24 PM, Jack Liu wrote: Thank you for your instructions! Yes, I want different tables in different databases. But I don't care one or two delegators. -Original

RE: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread Jack Liu
Just now I tried according to you suggestion. I use default delegator and have two groups in the delegator with the different group-names pointing to different data sources. It works! I had thought I should have set up two delegators supporting two or more databases; Thank you very much, you

Problem using new user name and password:

2009-02-05 Thread deepak dixit
Hello to all, By using the command ant run-install-extseed create-admin-user-login -DuserLoginId or ant create-admin-user-login -DuserLoginId I had created a user and does not assign password to that ,it prompt error (password missing) and redirect to login page,and after it

RE: OFBiz-unexpected result caused by submitted form

2009-02-05 Thread Jack Liu
Hi all I find map parameters hold all fields that submitted in the previous page. How can I remove some key-value pair in the map parameters? And I can't understand why ofbiz automatically set a field which has an entry in the map parameters. I am new to OFBiz, Please help me,thanks.

Re: Urgent! How OFBiz supports multi databases;

2009-02-05 Thread David E Jones
I hate to say it, but: http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index http://ofbiz.apache.org/docs/entityconfig.html -David On Feb 5, 2009, at 7:53 PM, Jack Liu wrote: Just now I tried according to you suggestion. I use default delegator and have two groups in the

Re: OFBiz-unexpected result caused by submitted form

2009-02-05 Thread Ashish Nagar
Hi Jack, The fields you fill get sets in the environment so that the next page can retrieve their values.Such values are retrieved from parameters map.You find the values against those fields are automatically filled,this is because the values are fetched as parameters.firstName etc. Thanks

RE: OFBiz-unexpected result caused by submitted form

2009-02-05 Thread Jack Liu
Yes, you are right. Now I don't hope this happen or I want remove some entry from map parameters. In my screen screen name=lookupCustomers section actions script

Re: OFBiz-unexpected result caused by submitted form

2009-02-05 Thread Ashish Nagar
If you want to have those fields empty in the form , you can make change in ftl. For instance you can use this field input id=firstName name=firstName type=text value=${parameters.firstName!}/ as input id=firstName name=firstName type=text value=${firstName!}/ Then also if you wish to empty all

RE: OFBiz-unexpected result caused by submitted form

2009-02-05 Thread Jack Liu
Thank you for your patience! Method parameters.clear() in the bsh file can't be used because it clear all the entries in map parameters. -Original Message- From: Ashish Nagar [mailto:ashish.na...@hotwaxmedia.com] Sent: 2009年2月6日 14:50 To: user@ofbiz.apache.org Subject: Re: