Search:

Type: Posts; User: Elk M

Search: Search took 0.09 seconds.

  1. Re: beanContainer.getBeanByType(..) works from Main but not from test

    I was running the main from Netbeans IDE. I can also run the test from Maven but I don't know how to configure maven's pom file yet.
    I'll try to see if I can run this from the command line. Thanks...
  2. Re: beanContainer.getBeanByType(..) works from Main but not from test

    Thanks - how would I find out where the beanContainer looks when run from a main class and when run from the test?

    The factory is in a package like ...
    com.abc.zyx.stuff
    - this contains
    -...
  3. beanContainer.getBeanByType(..) works from Main but not from test

    Hi,

    I have a factory class that returns a bean fine using org.cdisource.beancontainer.BeanContainer calling ...
    beanContainer.getBeanByType(..) ... when I run it from a ..Main class.
    If I...
Results 1 to 3 of 3