Results 1 to 2 of 2
- 09-09-2011, 07:14 AM #1
Member
- Join Date
- Aug 2011
- Posts
- 21
- Rep Power
- 0
Need help invoking an createEJBContainer();
nulls values are being returned from my createEJBContainer() method.
All applicable imports have been established.
---------------------------------------
public void findbyBook(){
EJBContainer ec= EJBContainer.createEJBContainer();
Context ctx= ec.getContext();
.........
.....
...
..
.
- 09-21-2011, 04:57 AM #2
Member
- Join Date
- Aug 2011
- Posts
- 21
- Rep Power
- 0
Re: Need help invoking an createEJBContainer();
create and invoke a map to createEJBContainer with...
Map mappy= new HashMap<String, Object>();
mappy.put("hello.there.im.here", EJBContainer.PROVIDER);
EJBContainer ec= EJBContainer.createEJBContainer(mappy);
Context ctx= ec.getContext();
.................................................. .......................
Similar Threads
-
Invoking a method
By Brainz in forum New To JavaReplies: 6Last Post: 12-06-2010, 02:07 PM -
Issue while invoking the web service
By drastogi in forum Advanced JavaReplies: 0Last Post: 10-01-2010, 05:19 AM -
invoking javascript on in jsp
By pankaj_salwan in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 12-12-2008, 04:54 PM -
Invoking a MIDlet from a webbrowser
By islamfunny in forum CLDC and MIDPReplies: 3Last Post: 10-08-2008, 10:43 AM -
Invoking superclass methods... how?
By rhobincu in forum New To JavaReplies: 7Last Post: 08-09-2007, 03:10 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks