NameNotFoundException

2014-04-14 Thread hmmahboobi
I have an EJB 3.1 session bean on Weblogic 12c and I want to lookup it in tomee 1.6, but this error has been occurred: javax.naming.NameNotFoundException: Name "global.test-product.service.ReportServiceImpl!com.test.IReportService" not found. at org.apache.openejb.core.ivm.naming.IvmContex

Re: NameNotFoundException

2014-04-23 Thread hmmahboobi
any idea? -- View this message in context: http://openejb.979440.n4.nabble.com/NameNotFoundException-tp4668769p4668966.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: NameNotFoundException

2014-04-26 Thread hmmahboobi
Excuse me for my late response. Unfortunately this problem is still exist. Oracle's wlfullclient.jar is available in my tomee lib directory Also I'm write simple Stateless bean and same error has been occurred. As I mentioned before, my simple java main class works fine with this scenario. Thank

Re: NameNotFoundException

2014-04-28 Thread hmmahboobi
Ok! after adding Context.URL_PKG_PREFIXES to context's properties, its works fine props.put(Context.URL_PKG_PREFIXES, "weblogic.jndi.factories"); thank you very much -- View this message in context: http://openejb.979440.n4.nabble.com/NameNotFoundException-tp4668769p4669002.html Sent from th