Re: Runtime error while using openEJB3.1

2009-03-04 Thread Dave Newton
Users Mailing List *Cc:* Byali, Vikram G. *Subject:* RE: Runtime error while using openEJB3.1 Hi Vikram, it looks like a JNDI lookup error : DefectBean defectBean = (DefectBean) ctx.lookup("DefectBeanRemote"); Check with Open EJB documentation for the correct parameters to a

Re: Runtime error while using openEJB3.1

2009-01-02 Thread David Blevins
Hi Vikram, This is an issue in OpenEJB 3.1. An i18n log message was added containing illegal syntax. One workaround is to set the "Transaction" log category to WARN or ERROR, which will avoid the message in question. -David On Jan 1, 2009, at 8:12 PM, > wrote: Hi, I am developing an