Results 1 to 2 of 2

Thread: default ContextJndiBeanFactoryLocator

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    12

    Default default ContextJndiBeanFactoryLocator

    Hi, All:

    Can somebody help?
    default ContextJndiBeanFactoryLocator, look for
    java:comp/env/ejb/BeanFactoryPath

    For example: SimpleEJB, what is "BeanFactoryPath" -->
    SimpleEJB ????

    Best Wish!
    Ping

  2. #2
    Join Date
    Aug 2004
    Location
    Vrhnika, Slovenia
    Posts
    133

    Default Environment entry

    This is the path under which you have your context xml file.
    I believe you declare it under environment entry in your ejb-jar.xml file (see EJB spec 2.1 chapter 20.2.1.2).
    I'm using ContextSingletonBeanFactoryLocator and it works for me to wire up server beans. Usage is pretty simple - just follow java docs.

    Rgds, Ales

Similar Threads

  1. default button for view, eg ENTER in login
    By amcauley in forum Swing
    Replies: 3
    Last Post: Aug 3rd, 2006, 08:49 AM
  2. Replies: 7
    Last Post: Aug 1st, 2005, 01:38 AM
  3. Odd behaviour when injecting TransactionTemplate
    By damon311 in forum Container
    Replies: 3
    Last Post: Jul 23rd, 2005, 11:21 AM
  4. Stack Overflow
    By rayho222 in forum Container
    Replies: 6
    Last Post: May 17th, 2005, 03:42 AM
  5. Default values
    By Edward Kenworthy in forum Data
    Replies: 5
    Last Post: Sep 17th, 2004, 03:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •