Search:

Type: Posts; User: donut; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,328

    what does forking the process mean? am i...

    what does forking the process mean?

    am i understanding this right?

    -move java process to a shorter path like c:\java...?
    -make package names shorter?
    -limit the classes that get enhanced? how...
  2. Replies
    4
    Views
    1,328

    expense app on release

    I imported the expense sample app into eclipse and I keep getting this DataNucleus Enhancer problem:

    Exception occurred executing command line.
    Cannot run program "C:\Program...
  3. Replies
    16
    Views
    17,712

    I'm brand new to ROO. I brought up the expense...

    I'm brand new to ROO. I brought up the expense app using ROO 1.1.0.RC1

    And I made an attempt to change the persistence.xml to use JPA for the entities I'm going to create next (this is where I'm...
  4. Replies
    8
    Views
    2,111

    If you need access to /WEB-INF/someContext.xml...

    If you need access to /WEB-INF/someContext.xml using a BeanFactory you can try this:

    String pathToClassesDir = this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath();
    ...
Results 1 to 4 of 4