Re: erro Could not load VFS configuration

2009-04-09 Thread jose junior malheiros barros
I downloaded OFBiz trunk today --- Em qui, 9/4/09, Jacques Le Roux jacques.le.r...@les7arts.com escreveu: De: Jacques Le Roux jacques.le.r...@les7arts.com Assunto: Re: erro Could not load VFS configuration Para: user@ofbiz.apache.org Data: Quinta-feira, 9 de Abril de 2009, 11:15 Did you try an

Re: erro Could not load VFS configuration

2009-04-09 Thread jose junior malheiros barros
i just follow the tutorial: http://www.opensourcestrategies.com/ofbiz/ofbiz_eclipse.php --- Em qui, 9/4/09, BJ Freeman bjf...@free-man.net escreveu: De: BJ Freeman bjf...@free-man.net Assunto: Re: erro Could not load VFS configuration Para: user@ofbiz.apache.org Data: Quinta-feira, 9 de Abril de

Re: content application

2008-09-10 Thread jose junior malheiros barros
Thanks Adriam --- Em qua, 10/9/08, Adrian Crum [EMAIL PROTECTED] escreveu: De: Adrian Crum [EMAIL PROTECTED] Assunto: Re: content application Para: user@ofbiz.apache.org Data: Quarta-feira, 10 de Setembro de 2008, 13:19 Fixed, rev 693881. But it looks like there are more problems with it and I

Re: add order question

2008-08-07 Thread jose junior malheiros barros
junior malheiros barros wrote: someone have idea? thanks, jjmbconquista Hi, You have to set also orderItemSeqid field. Something like this: orderItem.set(statusId, ITEM_CREATED); delegator.setNextSubSeqId(orderItem, orderItemSeqId, 5, 1); orderItems.add(orderItem); Bilgin Novos

error ofbiz

2008-08-07 Thread jose junior malheiros barros
i excute ofbiz and get the error: 2008-08-07 11:24:12,399 (main) [  CatalinaContainer.java:242:INFO ] Started Apache Tomcat/5.5.20 Httpd started on port: 9989 Sessiond started on port: 9990 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:103:INFO ] Started BeanShell telnet service on

Re: error ofbiz

2008-08-07 Thread jose junior malheiros barros
On Aug 7, 2008, at 4:28 PM, jose junior malheiros barros wrote: i excute ofbiz and get the error: 2008-08-07 11:24:12,399 (main) [ CatalinaContainer.java:242:INFO ] Started Apache Tomcat/5.5.20 Httpd started on port: 9989 Sessiond started on port: 9990 2008-08-07 11:24:12,602 (main

add order question

2008-08-06 Thread jose junior malheiros barros
i am trying create an Order with the statements below:     public static Map createSalesOrder(DispatchContext dctx, Map context)     {                 Debug.logInfo(Running method MLOrderServices.createSalesOrder, module);         try{             LocalDispatcher dispatcher =

add customer question

2008-08-04 Thread jose junior malheiros barros
I am trying insert person in database, when i use the following statement insert correctly:     LocalDispatcher dispatcher = dctx.getDispatcher();     Map input = UtilMisc.toMap(firstName,  zeca, lastName, tatu);     Map serviceResults = dispatcher.runSync(createPerson, input); i