Re: erro ofbiz in eclipse

2009-04-10 Thread jose junior malheiros barros
i am use windows xp. --- Em qui, 9/4/09, BJ Freeman bjf...@free-man.net escreveu: De: BJ Freeman bjf...@free-man.net Assunto: Re: erro ofbiz in eclipse Para: dev@ofbiz.apache.org Data: Quinta-feira, 9 de Abril de 2009, 19:02 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 what version of windows

Re: what are the consequences for the modification of the entity postalAddress?

2009-03-03 Thread jose junior malheiros barros
thanks, but I  not want to extract the number and  street from address, this causes many problems. In brasil  there are streets that are identified by numbers. I have to create new fields for street and number in the database and for interface (forms) --- Em ter, 3/3/09, Adrian Crum

Re: add person question

2008-08-02 Thread jose junior malheiros barros
Thanks BJ Freeman, I am trying to use the services of partymgr component in folder applications/party. The service definition is this:     service name=createPerson engine=java default-entity-name=Person     location=org.ofbiz.party.party.PartyServices invoke=createPerson auth=false    

Re: add person question

2008-08-02 Thread jose junior malheiros barros
in your service definition. Exception report says this only. -- Thanks Regards Pranay Pandey jose junior malheiros barros wrote: I am trying to add a person only with firsName and lastName. The code used: GenericDelegator delegator = dctx.getDelegator(); GenericValue userLogin

Re: add person question

2008-08-02 Thread jose junior malheiros barros
is calling createPerson. -- Thanks Regards -- Pranay Pandey Indore, India On Sat, Aug 2, 2008 at 6:37 PM, jose junior malheiros barros [EMAIL PROTECTED] wrote: Thanks Pranay Pandey, I am trying to use the services already ready of partymgr component in folder applications/party. The service

Re: add person question

2008-08-02 Thread jose junior malheiros barros
parameter found: [importEmaisFromSite.partyId] Regards Scott 2008/8/3 jose junior malheiros barros [EMAIL PROTECTED]: Thanks BJ Freeman, I am trying to use the services of partymgr component in folder applications/party. The service definition is this: service name=createPerson engine

Re: add person question

2008-08-02 Thread jose junior malheiros barros
2008/8/3 jose junior malheiros barros [EMAIL PROTECTED]: Thanks BJ Freeman, I am trying to use the services of partymgr component in folder applications/party. The service definition is this: service name=createPerson engine=java default-entity- name=Person location

Re: add person question

2008-08-02 Thread jose junior malheiros barros
entitymodel.xml lying around. Regards Scott 2008/8/3 jose junior malheiros barros [EMAIL PROTECTED]: Thanks Scott, The problem was importEmaisFromSite,was included the data in database. But now i receive the error: 2008-08-02 11:09:37,266 (http-0.0.0.0-8443-Processor3) [ RequestHandler.java

add person question

2008-08-01 Thread jose junior malheiros barros
I am trying to add a person only with firsName and lastName. The code used:         GenericDelegator delegator = dctx.getDelegator();        GenericValue userLogin =delegator.findByPrimaryKey(UserLogin,     context.put(firstName, chico);     context.put(lastName, cesar);        

Re: Xalan, Xerces versions and UtilXml issue

2008-08-01 Thread jose junior malheiros barros
thank trivedi, a go to try. --- Em sex, 1/8/08, Ritesh Trivedi [EMAIL PROTECTED] escreveu: De: Ritesh Trivedi [EMAIL PROTECTED] Assunto: Xalan, Xerces versions and UtilXml issue Para: dev@ofbiz.apache.org Data: Sexta-feira, 1 de Agosto de 2008, 14:53 Hi, I was using UtilXml.java for Xml