Search:

Type: Posts; User: Json

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    3,082

    Re: Accessing Properties File

    How about trying to use the createInstance method.



    ConnectionPoolManager.createInstance(properties);


    That should work I believe.

    // Json
  2. Replies
    5
    Views
    3,082

    Re: Accessing Properties File

    I'm not entirely sure what you mean but if you just want to push the properties into the getInstance method could you not just do this?



    public class IOTest {
    public static void...
  3. Replies
    5
    Views
    3,082

    Re: Accessing Properties File

    Hello there,

    My first thought is that you shouldn't use getRealPath as that wont work that well once you package your application in a war file and deploy it.

    You need to use one of the...
Results 1 to 3 of 3