Recovering an active session

2008-06-03 Thread Eric DE MAULDE
Hi, Is there a documentation about : how does OFBiz manage sessions ? My problem is to revover an active session, i.e. after an external payment ? I have the session ID in an output Thanks Eric

Re: how to enable shark workflow ?

2008-06-03 Thread David E Jones
You also need to change the build.xml file in the shark component to turn on the build, which is not on by default. The reason it isn't on is because Shark is LGPL licensed and we cannot include the jar files in OFBiz. You'll have to follow instructions to download and place those files a

Re: how to enable shark workflow ?

2008-06-03 Thread Edson Chavez
sorry about disturb, but, someone knows how enable shark mod? i freeze about this point, i uncomment the shark sections in ofbiz-containers.xml but i cant see the workflow tab in controls thanks regards Edson Chavez 2008/6/3 Edson Chavez <[EMAIL PROTECTED]>: > hi all: > > i read in > Apache OFB

Re: Account ID question

2008-06-03 Thread Jacopo Cappellato
Yes, but the best solution in my opinon is to use standard id (the db key) and set the dotted version in the accountCode field; for example: glAccountClassId="ACCUM_AMORTIZATION" parentGlAccountId="0201" accountName="INCORPORATION EXPENSE FUND" description="" postedBalance=""/> Jacopo

Account ID question

2008-06-03 Thread Carlos Villavicencio
Hello, I wish to know if I can have dots in the General Ledger Account ID field, i.e.: 01.01.01.001 and 01.01.01.002 and so on... Anyone have worked with latin american chart of accounts? Thanks in advance.

how to enable shark workflow ?

2008-06-03 Thread Edson Chavez
hi all: i read in Apache OFBiz Technical Production Setup Guide"The integration with Shark in OFBiz is still not complete, so we recommend disabling Shark. So, the Shark container configuration near the beginning

defining a service with variable number of output attributes

2008-06-03 Thread jaki
How do I define the output attributes of a service if the number of output attributes and their names can't be decided until the program/service is run. For example, the returning map for my current service contains a list of products. But the number of products returned can change with a change

Re: problem in POS setup

2008-06-03 Thread Vince M. Clark
Anand Check the log files in runtime/logs on each machine for connection problems. Also, make sure you have set the RMIIF environment variable in the startup script. Usually "localhost" is sufficient. - Original Message - From: "AnandM" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org

problem in POS setup

2008-06-03 Thread AnandM
david, i configured one POS,PSS and MCS .Each has its own local database. On Pos machine entity-sync-rmi has address of PSS machine. On PSS entity-sync address is MCS ip. On MCS all locations are localhost in service engine.xml . But i am not able to find that my POS is actually connected to PSS a