Re: how is jndi used in ofbiz?

2010-09-26 Thread pankaj savita
Hi Chris, This link could help you to understand OFBiz Setup & JNDI Configuration. http://svn.apache.org/repos/asf/ofbiz/site/docs/config_deploy_maint.html -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Sun, Sep 26, 2010 at 11:12 PM, chris

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 i

Re: how is jndi used in ofbiz?

2010-09-26 Thread BJ Freeman
ad to Assist Chat Y! messenger: bjfr33man chris snow sent the following on 9/25/2010 11:24 PM: 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 na

how is jndi used in ofbiz?

2010-09-25 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,