how is jndi used in ofbiz?

2010-09-26 Thread chris snow
how is jndi used in ofbiz? is it just used for storing the GeronimoTransactionManager? if running in an j2ee server, does ofbiz use the servers jndi registry? what dependencies does the ofbiz jndi naming service have? for example, does it need rmi infrastructure? i'm a jndi newbie, so my

Re: about new theme

2010-09-26 Thread Shereen
I want to be able to use Arabic what problems will I encounter if I used the tomohawk ?? -- View this message in context: http://ofbiz.135035.n4.nabble.com/Re-about-new-theme-tp2701772p2714218.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Invoice item type question

2010-09-26 Thread Jonatan Soto
Thanks Scott. Ups, sorry I should check the dev ML before. BTW, if you look at the values in the invoice item type drop-down from this page https://demo-trunk.ofbiz.apache.org/accounting/control/listInvoiceItems?invoiceId=demo1 seems that they are incorrect when it is a sales invoice so I

Re: about new theme

2010-09-26 Thread Jacques Le Roux
It's not RTL (Right To Left) able, only Flat Grey is so far. Try to use Arabic and you will see. Jacques From: Shereen sheri_ash...@hotmail.com I want to be able to use Arabic what problems will I encounter if I used the tomohawk ?? -- View this message in context:

Re: What is a ETL tool in OFBiz?

2010-09-26 Thread Jacques Le Roux
I did actually the same. I should have separated my sentences in sections. 2 st lines were about flat files (when you don't have a legacy or external DB at hand). Then about the direct DB access (when relationnal DB(s) is available). It seems to me also to be the simpler method... I thought

Re: What is a ETL tool in OFBiz?

2010-09-26 Thread Bilgin Ibryam
On Sun, Sep 26, 2010 at 2:11 AM, BJ Freeman bjf...@free-man.net wrote: actually was not talking about data flat files as a I was about using a datasource to connect to a remote DB and inducing the entities for it, then writing mininlanq to pull in data from the remote db then mapping to the

Re: What is a ETL tool in OFBiz?

2010-09-26 Thread Jacques Le Roux
Thanks Bilgin, I have enough now to write a really usefull FAQ Jacques From: Bilgin Ibryam bibr...@gmail.com On Sun, Sep 26, 2010 at 2:11 AM, BJ Freeman bjf...@free-man.net wrote: actually was not talking about data flat files as a I was about using a datasource to connect to a remote DB

Re: how is jndi used in ofbiz?

2010-09-26 Thread BJ Freeman
look at the entityengine.xml it is commented out. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat

Re: about new theme

2010-09-26 Thread Michael Xu (xudong)
Thanks. On Sat, Sep 25, 2010 at 6:55 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: IMO the last one : Tomahawk except it you need RTL languages (Hebrew, Arab, etc.) then Flat Grey. Jacques From: Michael Xu (xudong) dong...@wizitsoft.com hmmBut we still need to pick up one

Re: how is jndi used in ofbiz?

2010-09-26 Thread chris snow
Hi BJ, I was specifically looking at 9.04, GeronimoContainer - it is binding the GeronimoTransactionManager to jndi: InitialContext ic = new InitialContext(); ic.rebind(java:comp/UserTransaction, new GeronimoTransactionManager()); But in the GeronimoTransactionFactory it

Re: What you do consider a priority

2010-09-26 Thread james_sg
hi BJ, 1. Lesser mouse clicks. Currently I need to click around the pages to add / modifiy data, because the pages tends to follow the tables design rather than at business level. 2. Zero bugs. 3. Many missing features even in Order Management, e.g. quote terms, serialized item handling is