Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
  my-ear-3.0.0.0/lib/ejbinterface.jar

Shared libraries

If you want to use shared libraries, make sure you specifies the value of baseDir attribute for gbean reference class. See Using shared libraries in your applications for more details.

Code Block
xml
xml

<gbean name="SharedLib" class="org.apache.geronimo.system.sharedlib.SharedLib">
        <attribute name="baseDir">var/shared</attribute>
        <attribute name="classesDirs">classes</attribute>
        <attribute name="libDirs">lib</attribute>
        <reference name="ServerInfo">
            <name>ServerInfo</name>
        </reference>
    </gbean>