Hi all,

I'm trying to write a standalone Geronimo 2.0.1 EJB client, and I'm
having trouble figuring out the JAR library dependancies as well as
the properties for the InitialContext.

Currently, I'm guessing that the JAR dependancies are all the JAR
files in the ${GERONIMO_HOME}/lib directory, ie:

        asm-2.2.3.jar
        asm-commons-2.2.3.jar
        cglib-nodep-2.1_3.jar
        commons-cli-1.0.jar
        commons-logging-1.0.4.jar
        geronimo-cli-2.0.1.jar
        geronimo-deploy-jsr88-bootstrapper-2.0.1.jar
        geronimo-kernel-2.0.1.jar
        geronimo-transformer-2.0.1.jar
        jsr88-deploymentfactory.jar
        log4j-1.2.14.jar
        xpp3-1.1.3.3.jar
        xstream-1.1.3.jar

However, I have no idea what values to provide for the InitialContext
properties, ie:

        java.naming.factory.initial
        java.naming.factory.url.pkgs
        java.naming.provider.url

Any help would be appreciated!

Cheers.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
----------------------------------------------------------------------
             "A person should be able to do a small bit of everything,
                                        specialisation is for insects"

Reply via email to