0 Replies Latest reply on Mar 25, 2002 5:02 AM by carfield

    What is ejb.properties?

    carfield

      Hi, I have write a testing client that test the ejb I write. Which is very similar to the InterestClient.java of the example.

      However, when I run the client, I get the following errors:
      java.io.FileNotFoundException: /home/cvs/project/smartcarpark/src/../config/security.properties (No such file or directory)
      ...
      ...
      java.io.FileNotFoundException: /home/cvs/project/smartcarpark/src/../config/ejb.properties (No such file or directory)
      ...
      ...

      I guess security.properties is the file to set the sandbox of JVM. But what is ejb.properties? Where can I get example to write this properties? I can't find it at the examples.